Improper Handling of Length Parameter Inconsistency The advisory has been revoked - it doesn't affect any version of package python39-devel:3.9/python39-cryptography  (opens in a new tab)


Threat Intelligence

EPSS
0.35% (28th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-RHEL8-PYTHON39DEVEL-13526596
  • published10 Oct 2025
  • disclosed7 Oct 2025

Introduced: 7 Oct 2025

CVE-2025-8291  (opens in a new tab)
CWE-130  (opens in a new tab)

Amendment

The Red Hat security team deemed this advisory irrelevant for RHEL:8.

NVD Description

Note: Versions mentioned in the description apply only to the upstream python39-devel:3.9/python39-cryptography package and not the python39-devel:3.9/python39-cryptography package as distributed by RHEL.

The 'zipfile' module would not check the validity of the ZIP64 End of Central Directory (EOCD) Locator record offset value would not be used to locate the ZIP64 EOCD record, instead the ZIP64 EOCD record would be assumed to be the previous record in the ZIP archive. This could be abused to create ZIP archives that are handled differently by the 'zipfile' module compared to other ZIP implementations.

Remediation maintains this behavior, but checks that the offset specified in the ZIP64 EOCD Locator record matches the expected value.