CVE-2026-39824

Aliases:GO-2026-5024
Advisory lineage Upstream: 0 Downstream: 3
Awaiting Analysis
Published: 22 May 2026, 19:39
Last modified:27 May 2026, 13:31

Vulnerability Summary

Overall Risk (default)
low
13/100
CVSS Score
3.3 LOW
v3.1 (cve.org)
EPSS Score
0.11% LOW
0% probability 0.00%
KEV
Not listed
Ransomware
No reports
Public exploits
None found
Dark Web
Not detected

Timeline

22 May 2026, 19:39
Published
Vulnerability first disclosed
27 May 2026, 13:31
Last Modified
Vulnerability information updated

Description

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.

CVSS Metrics

  • v3.1LOWScore: 3.3CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N

EPSS Trends

Current EPSS score: 0.11% Percentile: 2%

Techniques & Countermeasures

  • CWE-190Integer Overflow or Wraparound

    The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.

Affected Systems

  • golang.org/xsys

    < 0.44.0

  • golang.org/x/sysgolang.org/x/sys/windows

    < 0.44.0

References (4)