Live data from Hacker News

Codex Discovered a Hidden HTTP/2 Bomb

blog.calif.io

1–8 of 8 posts

Re: Codex Discovered a Hidden HTTP/2 Bomb

#2
After reading the article, I can conclude that Codex discovered nothing new.

This is already something that is known, and if you're able to be targeted by this (which is not the majority of users) configure your httpd differently.

Re: Codex Discovered a Hidden HTTP/2 Bomb

#6
post #2

After reading the article, I can conclude that Codex discovered nothing new. This is already something that is known, and if you're able to be targeted by this (which is not the majority of users) configure your httpd differently.

Apache and nginx maintainers implemented fixes one or two days after the author reported, so how do you mean this was known already?

Re: Codex Discovered a Hidden HTTP/2 Bomb

#7
> We disclosed to Apache on May 27, and Stefan Eissing fixed it on the same day by making cookie headers count against LimitRequestFields.

I was about to say, the bug here isn't in the protocol, it's that memory use isn't being counted & limited as it should... and, yeah.

I'm a bit surprised this happened to Apache, though. APR uses pool allocators. That should be easy enough to track and limit...

Re: Codex Discovered a Hidden HTTP/2 Bomb

#8
post #2

After reading the article, I can conclude that Codex discovered nothing new. This is already something that is known, and if you're able to be targeted by this (which is not the majority of users) configure your httpd differently.

Apache and nginx maintainers implemented fixes one or two days after the author reported, so how do you mean this was known already?

AFIAK, it was already being actively exploited in DDoS attacks.