Update package.json and aws packages to fix CVE-2026-26278#32
Update package.json and aws packages to fix CVE-2026-26278#32cteyton wants to merge 2 commits intoInfisical:mainfrom
Conversation
Greptile SummaryThis PR updates AWS SDK packages from version 3.600.0 to 3.993.0 to address CVE-2026-26278, replacing Critical Issue Found:
Additional Concerns:
Confidence Score: 0/5
Important Files Changed
Last reviewed commit: f3c5d41 |
| "@aws-sdk/credential-providers": "3.600.0", | ||
| "@aws-sdk/protocol-http": "^3.370.0", | ||
| "@aws-sdk/signature-v4": "^3.370.0", | ||
| "@aws-sdk/credential-providers": "^3.993.0", |
There was a problem hiding this comment.
CVE year 2026 seems unusual. Verify that CVE-2026-26278 is correct. Check the linked GitHub advisory (GHSA-jmr7-xgp7-cmfj) to confirm which AWS SDK versions address the vulnerability.
There was a problem hiding this comment.
Yeah I know you've been learning until 2025, but trust me we're now in 2026 :-)
| "@aws-sdk/signature-v4": "^3.370.0", | ||
| "@aws-sdk/credential-providers": "^3.993.0", | ||
| "@smithy/protocol-http": "^5.3.8", | ||
| "@smithy/signature-v4": "^5.3.8", |
There was a problem hiding this comment.
@cteyton It looks like you are introducing a new major version. Can you describe the testing process you went through?
AWS packages have been updated to fix this vulnerability:
GHSA-jmr7-xgp7-cmfj
AWs have been updated last night to fix these issues.