fix(docker): upgrade alpine packages to address HIGH severity CVEs#10830
Merged
robert-hebel-sb merged 1 commit intomasterfrom Apr 15, 2026
Merged
Conversation
Explicitly pin minimum versions for libcrypto3, libssl3, musl, and musl-utils to resolve Trivy-detected vulnerabilities in the Docker image: - CVE-2026-28390 (HIGH): OpenSSL NULL pointer dereference DoS libcrypto3/libssl3 3.5.5-r0 → >=3.5.6-r0 - CVE-2026-40200 (HIGH): musl libc arbitrary code execution/DoS musl/musl-utils 1.2.5-r21 → >=1.2.5-r23 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
glowcloud
approved these changes
Apr 15, 2026
swagger-bot
pushed a commit
that referenced
this pull request
Apr 15, 2026
Contributor
|
🎉 This PR is included in version 5.32.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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.
Summary
libcrypto3>=3.5.6-r0andlibssl3>=3.5.6-r0to fix CVE-2026-28390 (OpenSSL NULL pointer dereference DoS, HIGH)musl>=1.2.5-r23andmusl-utils>=1.2.5-r23to fix CVE-2026-40200 (musl libc arbitrary code execution/DoS, HIGH)apk addcommand into multi-line for readability (consistent with the existing version-constraint pattern)Motivation and Context
Trivy vulnerability scanner in CI flagged 4 HIGH severity vulnerabilities in the
docker.swagger.io/swaggerapi/swagger-ui:unstableimage:https://github.com/swagger-api/swagger-ui/actions/runs/24437770187/job/71395735898
All four vulnerabilities have available fixes in Alpine 3.23 and are addressed by explicitly requiring the minimum fixed package versions during the Docker build.
How Has This Been Tested?
Screenshots
N/A — Dockerfile-only change
Checklist
🤖 Generated with Claude Code