Skip to main content

Python CVE-2026-6550

| EUVDEUVD-2026-23943 MEDIUM
Selection of Less-Secure Algorithm During Negotiation ('Algorithm Downgrade') (CWE-757)
2026-04-20 AMZN GHSA-v638-38fc-rhfv
5.7
CVSS 4.0 · NVD
Share

Severity by source

NVD PRIMARY
5.7 MEDIUM
CVSS:4.0/AV:L/AC:H/AT:P/PR:L/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:4.0/AV:L/AC:H/AT:P/PR:L/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector
Local
Attack Complexity
High
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

6
Analysis Generated
Apr 20, 2026 - 20:34 vuln.today
CVSS changed
Apr 20, 2026 - 20:22 NVD
4.7 (MEDIUM) 5.7 (MEDIUM)
EUVD ID Assigned
Apr 20, 2026 - 20:00 euvd
EUVD-2026-23943
Analysis Generated
Apr 20, 2026 - 20:00 vuln.today
Patch released
Apr 20, 2026 - 20:00 nvd
Patch available
CVE Published
Apr 20, 2026 - 19:20 nvd
MEDIUM 5.7

Blast Radius

ecosystem impact
† from your stack dependencies † transitive graph · vuln.today resolves 4-path depth
  • 1 pypi packages depend on aws-encryption-sdk (1 direct, 0 indirect)

Ecosystem-wide dependent count for version 2.0.0.

DescriptionCVE.org

Cryptographic algorithm downgrade in the caching layer of Amazon AWS Encryption SDK for Python before version 3.3.1 and before version 4.0.5 might allow an authenticated local threat actor to bypass key commitment policy enforcement via a shared key cache, resulting in ciphertext that can be decrypted to multiple different plaintexts.

To remediate this issue, users should upgrade to version 3.3.1, 4.0.5 or above.

AnalysisAI

Cryptographic algorithm downgrade in AWS Encryption SDK for Python's caching layer allows authenticated local attackers to bypass key commitment policy enforcement through a shared key cache, enabling decryption of single ciphertext to multiple different plaintexts. Affected versions include Python 2 up to 2.5.1, Python 3 up to 3.3.0, and Python 4 up to 4.0.4. AWS has released vendor patches (versions 3.3.1, 4.0.5, and later) to remediate the vulnerability, which requires local access and authenticated credentials but has no known public exploit.

Technical ContextAI

The AWS Encryption SDK for Python implements cryptographic operations with key commitment policies to ensure that encrypted data binds to a specific decryption key, preventing key confusion attacks. The vulnerability resides in the caching layer (CWE-757: Selection of Less-Secure Cryptographic Algorithm) where cached key material may be leveraged to downgrade the effective cryptographic algorithm protections. When applications share a key cache across authenticated users or contexts, an authenticated local threat actor can manipulate cache behavior to bypass policy enforcement mechanisms, effectively allowing the same ciphertext to decrypt to different plaintexts depending on which cached key is selected during decryption. This breaks the cryptographic guarantee that each ciphertext is bound to exactly one plaintext under a given key.

RemediationAI

Upgrade AWS Encryption SDK for Python to version 3.3.1, 4.0.5, or above as released by AWS. For Python 2 users still in maintenance windows, contact AWS Support for guidance on the appropriate patch version for your environment. No workarounds are available for the underlying caching mechanism flaw. If immediate patching is not feasible, organizations should implement compensating controls by disabling key caching entirely (with awareness of performance trade-offs - each encryption/decryption operation will require full key derivation or KMS calls, increasing latency), isolating key caches to single-user or single-request scopes to prevent cross-user cache poisoning, or segregating applications using shared caching into separate processes or containers to eliminate cache sharing vectors. Verify patch deployment by confirming version numbers in your Python environment (pip show aws-encryption-sdk or equivalent) and reviewing AWS security bulletin 2026-017 and GitHub release notes at https://github.com/aws/aws-encryption-sdk-python/releases/tag/v4.0.5 and https://github.com/aws/aws-encryption-sdk-python/releases/tag/v3.3.1.

More in Python

View all
CVE-2025-24016 CRITICAL POC
9.9 Feb 10

Wazuh SIEM platform versions 4.4.0 through 4.9.0 contain an unsafe deserialization vulnerability in the DistributedAPI t

CVE-2025-27520 CRITICAL POC
9.8 Apr 04

BentoML version 1.4.2 and earlier contains an unauthenticated remote code execution vulnerability through insecure deser

CVE-2025-2945 CRITICAL POC
9.9 Apr 03

pgAdmin 4 contains critical remote code execution vulnerabilities in the Query Tool download and Cloud Deployment endpoi

CVE-2013-5093 MEDIUM POC
6.8 Sep 27

The renderLocalView function in render/views.py in graphite-web in Graphite 0.9.5 through 0.9.10 uses the pickle Python

CVE-2025-32375 CRITICAL POC
9.8 Apr 09

BentoML is a Python library for building online serving systems optimized for AI apps and model inference. Rated critica

CVE-2014-0224 HIGH POC
7.4 Jun 05

OpenSSL before 0.9.8za, 1.0.0 before 1.0.0m, and 1.0.1 before 1.0.1h does not properly restrict processing of ChangeCiph

CVE-2024-21644 HIGH POC
7.5 Jan 08

pyLoad download manager version prior to 0.5.0b3.dev77 exposes the Flask SECRET_KEY through an unauthenticated endpoint.

CVE-2017-9462 HIGH POC
8.8 Jun 06

In Mercurial before 4.1.3, "hg serve --stdio" allows remote authenticated users to launch the Python debugger, and conse

CVE-2026-39987 CRITICAL POC
9.3 Apr 08

Unauthenticated remote code execution in Marimo ≤0.20.4 allows attackers to execute arbitrary system commands via the `/

CVE-2024-21645 MEDIUM POC
5.3 Jan 08

pyLoad is the free and open-source Download Manager written in pure Python. Rated medium severity (CVSS 5.3), this vulne

CVE-2026-33017 CRITICAL POC
9.3 Mar 17

Langflow (a visual LLM pipeline builder) contains a critical unauthenticated code execution vulnerability (CVE-2026-3301

CVE-2026-55255 HIGH POC
8.4 Jun 19

Cross-user flow execution in Langflow (< 1.9.1) lets any authenticated API-key holder run another user's flow by passing

Share

CVE-2026-6550 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy