CVE-2026-19953
Last modified
CVE-2026-19953 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. URI versions before 5.36 for Perl encode non-NFC host names to non-standard punycode labels via missing normalization in nameprep. nameprep lowercases each host label but performs no Unicode normalization. IDNA requires a label to be normalized to Form C before it is encoded (RFC 5891), so a label that is not already in NFC is encoded to a different A-label than its normalized form. EPSS estimates a 0.37% chance of exploitation in the next 30 days.
Description
URI versions before 5.36 for Perl encode non-NFC host names to non-standard punycode labels via missing normalization in nameprep. nameprep lowercases each host label but performs no Unicode normalization. IDNA requires a label to be normalized to Form C before it is encoded (RFC 5891), so a label that is not already in NFC is encoded to a different A-label than its normalized form. A label built from the precomposed Devanagari sequence U+0958 U+093E encodes to xn--72b5c without normalization but to xn--11b2fg after NFC normalization, and xn--72b5c does not round-trip back to the original label. Any caller that reads host() from a URI built from untrusted input and uses it for a security decision (an allow or deny list, an SSRF filter, deduplication, a cache key) sees the non-standard label, while a client that fetches the same URL resolves the NFC form, so the check and the fetch can disagree about the host.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| — | — | < 5.36 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-19953?
How severe is CVE-2026-19953?
How do I fix CVE-2026-19953?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-19945The WP Crowdfunding plugin for WordPress is vulnerable to St…6.4
- CVE-2026-19946The Awesome Support plugin for WordPress is vulnerable to Mi…4.3
- CVE-2026-19948The Cozy Blocks – Page Builder for Gutenberg Editor & FSE wi…5.3
- CVE-2026-19949The All-in-One WP Migration and Backup plugin for WordPress …8.8
- CVE-2026-1995In versions before 7.0.0.64, IDrive’s id_service.exe process…7.8
- CVE-2026-19952The Frontend Admin by DynamiApps plugin for WordPress is vul…7.5
- CVE-2026-19955A vulnerability was detected in TrailDB 0.6. Impacted is the…3.5
- CVE-2026-19956A vulnerability has been found in gomarble-ai facebook-ads-m…6.3
- CVE-2026-19957A vulnerability was identified in graphlit graphlit-mcp-serv…6.3
- CVE-2026-19958A security flaw has been discovered in iatsiuk pptr-mcp up t…6.3
- CVE-2026-19959A weakness has been identified in Edimax EW-7478APC 1.04. Th…9.9
- CVE-2026-1996Certain HP OfficeJet Pro printers may be vulnerable to poten…5.3
Are you affected by CVE-2026-19953?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
