CVE-2026-6791

Published: July 6, 2026Last modified: July 10, 2026

Description

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.

Status

ProductReleasePackageStatus
Alpaquita Linux23 LTSglibcFixed (2.37.0-r24)
25 LTSglibcFixed (2.39.0-r9)
StreamglibcFixed (2.43.0-r1)
Hardened Containers23 LTSglibcFixed (2.37.0-r24)
25 LTSglibcFixed (2.39.0-r9)
StreamglibcFixed (2.43.0-r1)

References

ON THIS PAGE