Improper Neutralization of Null Byte or NUL Character The advisory has been revoked - it doesn't affect any version of package python3.11-idle  (opens in a new tab)


Threat Intelligence

EPSS
2.59% (85th 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-RHEL9-PYTHON311IDLE-11464528
  • published5 Aug 2025
  • disclosed23 Aug 2023

Introduced: 23 Aug 2023

CVE-2023-41105  (opens in a new tab)
CWE-158  (opens in a new tab)

Amendment

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

NVD Description

Note: Versions mentioned in the description apply only to the upstream python3.11-idle package and not the python3.11-idle package as distributed by RHEL.

An issue was discovered in Python 3.11 through 3.11.4. If a path containing '\0' bytes is passed to os.path.normpath(), the path will be truncated unexpectedly at the first '\0' byte. There are plausible cases in which an application would have rejected a filename for security reasons in Python 3.10.x or earlier, but that filename is no longer rejected in Python 3.11.x.