Files
CVEs-PoC/2007/CVE-2007-2052.md
T
2024-06-09 00:33:16 +00:00

1.0 KiB

CVE-2007-2052

Description

Off-by-one error in the PyLocale_strxfrm function in Modules/_localemodule.c for Python 2.4 and 2.5 causes an incorrect buffer size to be used for the strxfrm function, which allows context-dependent attackers to read portions of memory via unknown manipulations that trigger a buffer over-read due to missing null termination.

POC

Reference

Github