Vulnerability Description
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.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/danifus/pyzipper/commit/93ce88e7dfd1635443197dab3fb8d477cff57
- https://github.com/danifus/pyzipper/releases/tag/v0.4.0
- https://github.com/danifus/pyzipper/security/advisories/GHSA-crqm-m339-7m2p
FAQ
What is CVE-2026-44722?
CVE-2026-44722 is a vulnerability with a CVSS score of 6.2 (MEDIUM). 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 ne...
How severe is CVE-2026-44722?
CVE-2026-44722 has been rated MEDIUM with a CVSS base score of 6.2/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-44722?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.