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

update NGINX, NGINX Plus, NJS, and NGINX XSLT module to newest versions #184

Merged
merged 5 commits into from
Oct 25, 2023

Conversation

4141done
Copy link
Collaborator

What

Fixes #182.

The vulnerability was not applicable to how this project operates but we are updating as a cautionary measure. Many thanks to @saipraveen88 for flagging the issue.

CVE: GHSA-qppj-fm5r-hxr3
NGINX Blog post on the topic: https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/

@@ -6,7 +6,7 @@ FROM nginx-s3-gateway
RUN set -eux \
export DEBIAN_FRONTEND=noninteractive; \
apt-get update -qq; \
apt-get install --no-install-recommends --no-install-suggests --yes make gcc libc6-dev curl expect libpcre2-dev libpcre3-dev libedit-dev libreadline-dev libssl-dev libpcre2-posix2 libxml2-dev libxslt1-dev zlib1g-dev; \
apt-get install --no-install-recommends --no-install-suggests --yes make gcc libc6-dev curl expect libpcre2-dev libpcre3-dev libedit-dev libreadline-dev libssl-dev libpcre2-posix3 libxml2-dev libxslt1-dev zlib1g-dev; \
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Annotation:
This change was necessary due to the libpcre2-posix2 library being unavailable in debian bookworm on which the official nginx image is based.

@4141done 4141done merged commit 632bf95 into master Oct 25, 2023
2 checks passed
@4141done 4141done deleted the update-nginx-njs branch April 25, 2024 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CVE-2023-44487 in latest image
1 participant