
CVE-2026-6791: glibc wordexp() has a stack clash bug. The parse_tilde function uses strndupa to copy a tilde-prefixed username onto the stack with no bounds check, so a long attacker-controlled string exhausts the stack. Apps that pass untrusted input to wordexp() are exposed. CWE-121, no CVSS assigned yet. Full breakdown: https://hol.org/blog/cve-2026-6791-glibc-wordexp-stack-clash
Post summary
The blog article discloses a stack-clash vulnerability in glibc's wordexp() function, detailing the technical flaw and its effect on applications handling untrusted input.
