VYPR

idna

by Golang

golang: idna

CVEs (1)

  • CVE-2026-39821CriMay 22, 2026
    risk 0.55cvss 9.6epss 0.01

    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…