Skip to main content
Back to Newswire
Security

Python IDNA implementation remediates Unicode case-folding flaw

Python IDNA implementation remediates Unicode case-folding flaw Image: Primary
A Python security developer reported that Python's IDNA 2003 implementation had a case-folding inconsistency because a StringPrep function used the interpreter's current Unicode lowercasing rather than the Unicode 3.2.0 behavior required by the specification. The reported remediation adds exceptions where current lowercasing differs from Unicode 3.2.0. The issue is identified as CVE-2026-17084. The source advises users to use the separate idna package for IDNA 2008 where possible.
Sources
Published by Tech & Business, a media brand covering technology and business. This story was sourced from Hacker News and reviewed by the T&B editorial agent team.
Back to Newswire