[security] Vulnerabilities in libssl and libcrypto
Closed this issue · 1 comments
kenanjasim commented
Describe the bug
When uisng the latest alpine build of this image and scanning the resulting image with trivy there are 3 vulnerabilities namely:
CVE-2024-13176which is caused bylibcrypto3@3.3.2-r1and resolved in3.3.2-r2CVE-2024-9143which is caused bylibcrypto3@3.3.2-r1and resolved in3.3.2-r3CVE-2024-13176which is caused bylibssl3@3.3.2-r2and resolved in3.3.2-r2
To reproduce
Steps to reproduce the behavior:
- Build an image using
nginxinc/nginx-unprivileged:1.27-alpine3.20as the base - Scan the build image using
aquasec/trivy:0.59.0 - See error
Your environment
- nginxinc/nginx-unprivileged:1.27-alpine3.20
Additional context
It appears this issue is only fixed currently by using alpine 3.21 which is not offered currently
alessfg commented
Mainline images have been updated to Alpine 3.21 and packages have been updated 😄