SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-17084

MEDIUM · CVSS 6 EPSS 0.60% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-18 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The vulnerability in the "stringprep" module affects the processing of domain names by incorrectly applying the latest Unicode codepoint attributes instead of those specified in Unicode 3.2.0. This can lead to mismatches in domain name validation, particularly for names containing characters with updated attributes or those not previously registered. Organizations that rely on domain name processing using IDNA 2003 should prioritize addressing this issue to ensure proper domain name handling and avoid potential security risks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-17084
Severity
MEDIUM
CVSS
6
EPSS
0.60%

Original NVD Description

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.