Answer in brief
CVE-2026-53720 records a Medium severity (CVSS 5.1) vulnerability in pymonocypher: Potential heap buffer overflow on nb_blocks in argon2i_32 when provided buffer is too small. The current sources do not mark it as known exploited. The current feed maps jetperch/pymonocypher (generic), pymonocypher (pip). 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 5.1. 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 jetperch/pymonocypher (generic), pymonocypher (pip). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| jetperch/pymonocyphergeneric | < 4.0.2.8 | Not reported |
| pymonocypherpip | <4.0.2.8 | 4.0.2.8 |
Published upstream
Sep 3, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 9, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jul 9, 2026
pymonocypher uses cython to wrap the Monocypher C library. Prior to version 4.0.2.8, the argon2i_32 implementation does not check the nb_blocks size. If the caller does not provide a sufficiently large buffer based on the API contract, then argon2i_32 will write past the end of the buffer and possibly corrupt the heap. This issue has been patched in version 4.0.2.8.
Quoted source text, attributed separately from HOL analysis.