๐Ÿ” CVE Alert

CVE-2026-6791

UNKNOWN 0.0

Potential stack-based buffer clash during tilde expansion in wordexp

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

When expanding paths that begin with a tilde (~) followed by a username, the internal parse_tilde function extracts the username to determine the user's home directory. The implementation allocates memory for this username directly on the stack using the strndupa macro. Because the size of this allocation was determined by the length of the user-supplied input without any bounds checks, passing an excessively long username e.g. thousands of characters, forces the thread to exhaust its stack space. Thus if an application passes untrusted, attacker-controlled input to the wordexp function, an attacker can trigger a stack clash.

CWE CWE-121
Vendor the gnu c library
Product glibc
Published Aug 10, 2026
Stay Ahead of the Next One

Get instant alerts for the gnu c library glibc

Be the first to know when new unknown vulnerabilities affecting the gnu c library glibc are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

The GNU C Library / glibc
2.0 โ‰ค 2.43

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
sourceware.org: https://sourceware.org/bugzilla/show_bug.cgi?id=34091

Credits

storm / ๊ณ ์ค€์šฉ <[email protected]>