fix(docker): upgrade Alpine packages to address CVE-2025-15467#1923
Merged
Prashansa-K merged 4 commits intoMar 20, 2026
Conversation
Add step to the Dockerfile to ensure all base Alpine packages are updated to their latest versions. This fixes a critical OpenSSL vulnerability (CVE-2025-15467) in libssl3 and libcrypto3 that has a public exploit available. - libssl3: 3.5.0-r0 → 3.5.5-r0 - libcrypto3: 3.5.0-r0 → 3.5.5-r0 Reference: https://security.alpinelinux.org/vuln/CVE-2025-15467
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1923 +/- ##
==========================================
- Coverage 33.58% 33.54% -0.05%
==========================================
Files 76 76
Lines 6711 6711
==========================================
- Hits 2254 2251 -3
- Misses 4278 4280 +2
- Partials 179 180 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
|
EE and Konnect testing won't be possible here as this branch came from a fork. OSS and Aikido checks are green. Allowing this PR. |
Prashansa-K
approved these changes
Mar 20, 2026
Contributor
|
Thanks for the contribution @juanfe2793! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add step to the Dockerfile to ensure all base Alpine packages are updated to their latest versions. This fixes a critical OpenSSL vulnerability (CVE-2025-15467) in libssl3 and libcrypto3 that has a public exploit available.
Reference: https://security.alpinelinux.org/vuln/CVE-2025-15467
This is my first PR contributing to Kong Deck, I appreciate the guidance into the right process for this type of security patches.