Fix AWS SDK v2 EventStream DoS vulnerability (CVE-2026)#724
Merged
michaeljguarino merged 1 commit intomainfrom Apr 11, 2026
Merged
Fix AWS SDK v2 EventStream DoS vulnerability (CVE-2026)#724michaeljguarino merged 1 commit intomainfrom
michaeljguarino merged 1 commit intomainfrom
Conversation
Upgraded github.com/aws/aws-sdk-go-v2/service/s3 from v1.79.3 to v1.97.3 to address CVE affecting EventStream header decoder. This fixes a denial of service vulnerability where malformed EventStream responses could cause process termination. CVE Details: - Severity: Medium (CVSS 5.9) - Impact: Denial of Service due to panic in EventStream decoder - Fixed in: AWS SDK release 2026-03-23 and above Changes: - Updated github.com/aws/aws-sdk-go-v2/service/s3 to v1.97.3 - Updated github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream to v1.7.8 - Updated related AWS SDK v2 dependencies via go mod tidy Verification: - Code compiles successfully with upgraded SDK - No breaking API changes detected - Docker build verified
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 |
michaeljguarino
approved these changes
Apr 11, 2026
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 upgrades the AWS SDK for Go v2 to fix a Medium severity denial of service vulnerability in the EventStream decoder.
Vulnerability Details
Changes
github.com/aws/aws-sdk-go-v2/service/s3from v1.79.3 → v1.97.3github.com/aws/aws-sdk-go-v2/aws/protocol/eventstreamto v1.7.8 (includes fix)go mod tidyTesting & Verification
Files Modified
go.mod- Updated AWS SDK dependenciesgo.sum- Updated dependency checksumsImpact
This is a low-risk security patch. The vulnerability affects an internal SDK component with no API-breaking changes. The upgrade includes only security fixes and internal improvements.
Security Advisory: If you have any questions about this vulnerability, contact AWS Security via their vulnerability reporting page.