Comment by tptacek
4 hours ago
Explain the "wormable attack" DNSSEC addresses? I feel pretty well read into wormability, having done a product in the space.
4 hours ago
Explain the "wormable attack" DNSSEC addresses? I feel pretty well read into wormability, having done a product in the space.
The vast majority of Let's Encrypt installations don't use CAA records or anything in DNS. Or they host the DNS along with the HTTPS servers.
So if the router between the web server and the Internet is compromised, it can just get trusted certs for all the HTTPS traffic going through it, enabling transparent MITM to inject its payload.
This happened: https://notes.valdikss.org.ru/jabber.ru-mitm/
I touched on this in the parallel comment where you linked this, but worth noting that DNSSEC does not solve this threat model, because re-routing the destination of legitimate IP addresses does not rely on modifying DNS responses.
"The web server"? Which web server? Are the HTTP flows with executable content going to the web server or coming from it? I'm sorry, you haven't really cleared this up.