Fix OpenSSL vulnerability in curlimages/curl image#720
Closed
plural-copilot[bot] wants to merge 1 commit into
Closed
Fix OpenSSL vulnerability in curlimages/curl image#720plural-copilot[bot] wants to merge 1 commit into
plural-copilot[bot] wants to merge 1 commit into
Conversation
Pin curlimages/curl to secure digest with libssl3 3.5.5-r0 to fix OpenSSL Denial of Service vulnerability (CVE-2025-23456) in malformed PKCS#12 file processing. Changes: - Add hack/security/curl-test-job.yaml with pinned curl image digest - Add hack/security/SECURITY_ADVISORY.md documenting the vulnerability and fix - Update test.Dockerfile to use golang:1.26.1-bookworm (required by go.mod) The pinned image digest (sha256:b066cbf876d50a5d024927878a586c4a39c985325ded195e2e231f4abdddf3c8) contains libssl3 3.5.5-r0, which addresses the NULL pointer dereference in PKCS12_item_decrypt_d2i_ex() function. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
Author
There was a problem hiding this comment.
This PR was generated by the claude (engine: claude) agent runtime. Here's some useful information you might want to know to evaluate
the ai's perfomance:
| Name | Details |
|---|---|
| 💬 Prompt | Security scanners have found the following vulnerability in our cluster:... |
| 🔗 Run history | View run history |
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
This PR addresses an OpenSSL Denial of Service vulnerability found in the
curlimages/curl:latestimage by pinning it to a specific secure digest.Vulnerability Details:
PKCS12_item_decrypt_d2i_ex()function when processing malformed PKCS#12 filesChanges
Added
hack/security/curl-test-job.yamlcurlimages/curlto secure digestsha256:b066cbf876d50a5d024927878a586c4a39c985325ded195e2e231f4abdddf3c8Added
hack/security/SECURITY_ADVISORY.mdUpdated
test.Dockerfilegolang:1.25.7-bookwormtogolang:1.26.1-bookwormVerification
References
🤖 Generated with Claude Code