Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-39821 Details

Description

The ToASCII and ToUnicode functions incorrectly accept Punycode-encoded labels that decode to an ASCII-only label. For example, ToUnicode("xn--example-.com") incorrectly returns the name "example.com" rather than an error. This behavior can lead to privilege escalation in programs using the idna package. For example, a program which performs privilege checks on the ASCII hostname may reject "example.com" but permit "xn--example-.com". If that program subsequently converts the ASCII hostname to Unicode, it will inadvertently permits access to the Unicode name "example.com".

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

URLSource(s)Tag(s)
https://access.redhat.com/errata/RHSA-2026:23262 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:23264 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:26546 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:26547 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:30650 redhat-SADP

see all 159 references

Weakness Enumeration

CWE-IDCWE NameSource
CWE-1289Improper Validation of Unsafe Equivalence in Inputredhat-SADP
CWE-1289Improper Validation of Unsafe Equivalence in InputCISA-ADP

Affected Products

ProductVersions
golang net
< 0.55.0

CPE

  • cpe:2.3:a:golang:net:*:*:*:*:*:go:*:*

Remediation

  • No remediation found in references.

Change History

61 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-39821
NVD Published Date:
May 22, 2026
NVD Last Modified:
Sep 17, 2026
Source:
[email protected]
CVE-2026-39821 Details - Not Deferred