CVE-2026-44722

Source
https://cve.org/CVERecord?id=CVE-2026-44722
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-44722.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-44722
Aliases
Downstream
Published
2026-07-17T16:42:01.472Z
Modified
2026-07-19T03:46:53.318229978Z
Severity
  • 6.2 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N CVSS Calculator
Summary
pyzipper: Encryption bypass for small files encrypted with pyzipper
Details

pyzipper is a replacement for Python's zipfile that can read and write AES encrypted zip files. Prior to 0.4.0, a Python operator precedence bug in pyzipper/zipfile_aes.py caused the AE-2 format to never be automatically selected during encryption, causing encrypted entries to be written in AE-1 format and exposing the plaintext CRC32 checksum in the ZIP header and, for unseekable zip archives, in the datadescripter section, allowing an attacker who possesses the archive to brute-force candidate plaintexts for small or low-entropy files by comparing CRC32 values. This issue is fixed in version 0.4.0.

Database specific
{
    "cwe_ids": [
        "CWE-480"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/44xxx/CVE-2026-44722.json",
    "cna_assigner": "GitHub_M"
}
References

Affected packages

Git / github.com/danifus/pyzipper

Affected ranges

Type
GIT
Repo
https://github.com/danifus/pyzipper
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Fixed
Database specific
{
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "fixed": "0.4.0"
        }
    ],
    "source": [
        "AFFECTED_FIELD",
        "REFERENCES"
    ]
}

Affected versions

v0.*
v0.1.0
v0.2.0
v0.3.0
v0.3.1
v0.3.2
v0.3.3
v0.3.4
v0.3.5
v0.3.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-44722.json"