CVE-2026-69249
Last modified
CVE-2026-69249 is a high-severity vulnerability rated 8.7/10 on the CVSS scale. python-cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Prior to 49.0.0, when resolving invalid certificate chains that include duplicate copies of self-signed certificates, the processing recursively invokes the same candidate, leading to an exponential blowup. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
python-cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Prior to 49.0.0, when resolving invalid certificate chains that include duplicate copies of self-signed certificates, the processing recursively invokes the same candidate, leading to an exponential blowup. Although the limitation that the chain depth cannot exceed a specified maximum depth prevents unbounded recursion and guarantees termination, an attacker-controlled certificate chain can lead the processing to easily take more than 5s to reject in testing. This amplification could form the basis for a resource exhaustion denial of service attack. The core issue arises in the recursive nature of build_chain_inner, which does not de-duplicate against previously analyzed candidates. As the correctness of validation is not affected, the integrity of a system cannot be compromised through this vector, only its availability. This issue is fixed in 49.0.0.
Metrics
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/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
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| pyca | cryptography | < 49.0.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-69249?
How severe is CVE-2026-69249?
How do I fix CVE-2026-69249?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-69243AIOHTTP is an asynchronous HTTP client/server framework for …6.3
- CVE-2026-69244AIOHTTP is an asynchronous HTTP client/server framework for …7.1
- CVE-2026-69245Guzzle is an extensible PHP HTTP client. Prior to 7.15.2 and…6.5
- CVE-2026-69246Guzzle is an extensible PHP HTTP client. Prior to 7.15.2 and…7.2
- CVE-2026-69247cryptography is a package designed to expose cryptographic p…8.2
- CVE-2026-69248cryptography is a package designed to expose cryptographic p…6.9
- CVE-2026-69250Flowise is a drag & drop user interface to build a customize…8.5
- CVE-2026-69251Flowise is a drag & drop user interface to build a customize…9
- CVE-2026-69252Flowise is a drag & drop user interface to build a customize…7.2
- CVE-2026-69253Flowise is a drag-and-drop user interface for building custo…9
- CVE-2026-69254Flowise is a drag & drop user interface to build a customize…9.4
- CVE-2026-69255Flowise is a drag & drop user interface to build a customize…9.2
Are you affected by CVE-2026-69249?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
