Use After Free The advisory has been revoked - it doesn't affect any version of package python39-devel:3.9/python-idna  (opens in a new tab)


Threat Intelligence

EPSS
0.22% (13th 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-10653095
  • published7 Jul 2025
  • disclosed15 May 2025

Introduced: 15 May 2025

CVE-2025-4516  (opens in a new tab)
CWE-416  (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/python-idna package and not the python39-devel:3.9/python-idna package as distributed by RHEL.

There is an issue in CPython when using bytes.decode("unicode_escape", error="ignore|replace"). If you are not using the "unicode_escape" encoding or an error handler your usage is not affected. To work-around this issue you may stop using the error= handler and instead wrap the bytes.decode() call in a try-except catching the DecodeError.