CVE-2026-17084
stringprep.map_table_b2() deviates from RFC 3454 Table B.2
CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th
The "stringprep" module didn't process characters from RFC 3454 tables B.2 or B.3 correctly: the latest Unicode codepoint attributes were used instead of the specified Unicode 3.2.0. This behavior would cause mismatches when processing domain names using IDNA 2003 (the "idna" codec) and the in_table_b2() function of the "stringprep" module. This only affects domain names containing characters that were not previously registered or had their Unicode attributes such as case-folding behavior updated since Unicode 3.2.0.
| Vendor | python software foundation |
| Product | cpython |
| Published | Aug 18, 2026 |
| Last Updated | Aug 18, 2026 |
Stay Ahead of the Next One
Get instant alerts for python software foundation cpython
Be the first to know when new unknown vulnerabilities affecting python software foundation cpython are published โ delivered to Slack, Telegram or Discord.
Get Free Alerts โ
Free ยท No credit card ยท 60 sec setup
Affected Versions
Python Software Foundation / CPython
0 < 3.16.0
References
Credits
๐ Bitshift (https://github.com/TheShiftedBit) Seth Larson (https://github.com/sethmlarson) Stan Ulbrych (https://github.com/StanFromIreland) Marc-Andre Lemburg (https://github.com/malemburg) Petr Viktorin (https://github.com/encukou)