Answer in brief
CVE-2026-69249 records a High severity (CVSS 8.7) vulnerability in python-cryptography: Duplicate self-signed intermediates can cause exponential path-building. The current sources do not mark it as known exploited. The current feed maps pyca/cryptography (generic), cryptography (pip), cryptography (pip), cryptography (pypi). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 8.7. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps pyca/cryptography (generic), cryptography (pip), cryptography (pip), cryptography (pypi). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| pyca/cryptographygeneric | >= 42.0.0, < 49.0.0 | Not reported |
| cryptographypip | <=48.0.0 | 49.0.0 |
| cryptographypip | >=42.0.0,<=48.0.0 | 49.0.0 |
| cryptographypypi | >=42.0.0 <49.0.0 | 49.0.0 |
Published upstream
Aug 3, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 10, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 3, 2026
python-cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. In versions 42.0.0 through 48.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.
Quoted source text, attributed separately from HOL analysis.