Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP2 Rapid Reset Mitigation #238

Closed
neomantra opened this issue Oct 11, 2023 · 3 comments
Closed

HTTP2 Rapid Reset Mitigation #238

neomantra opened this issue Oct 11, 2023 · 3 comments

Comments

@neomantra
Copy link
Member

neomantra commented Oct 11, 2023

An HTTP2 zero-day vulnerability was recently released -- dubbed "HTTP/2 Rapid Reset":

NGINX has a mitigation posted -- I'm not sure what versions that works against:

These Docker images can move differently than upstream OpenResty. While I will definitely build against new upstream OpenResty images, we can also provide our own patches.

I don't have the bandwidth do this, but I am happy to review and advance any PRs.

Marking this for #Hacktoberfest

@neomantra
Copy link
Member Author

Noting this Nginx patch mentioned in the upstream issue #930:

@neomantra
Copy link
Member Author

Noting that 1.21.4.3 was released which fixes this.

I did the updates yesterday, but they're not all building clean. Hopefully all the packages get to their repos and I can release today.

One can build their an image like so:

docker build --build-arg RESTY_APK_VERSION="=1.21.4.3-r0" -f alpine-apk/Dockerfile .

@neomantra
Copy link
Member Author

This was mitigated in release 1.21.4.3-0 and on.. (just released 1.21.4.3-1).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant