FlawAtlas
Search the atlas
CVE-2026-39824 Not scored

Invoking integer overflow in NewNTUnicodeString in golang.org/x/sys/windows

NewNTUnicodeString does not check for string length overflow. When provided with a string that overflows the maximum size of a NTUnicodeString (a 16-bit number of bytes), it returns a truncated string rather than an error.

Exploit probability 0.1%
Published May 22, 2026
Required by Not available
Last source change June 9, 2026

02 / AFFECTED SOFTWARE

Affected packages

Go golang.org/x/sys

03 / CONNECTIONS

Connected vulnerabilities

04 / EVIDENCE

Source records

Open Source Vulnerabilities GO-2026-5024

NewNTUnicodeString does not check for string length overflow. When provided with a string that overflows the maximum size of a NTUnicodeString (a 16-bit number of bytes), it returns a truncated string rather than an error.

View original source

05 / REFERENCES

Further evidence