Lucene search
+L

195 matches found

RedhatCVE
RedhatCVE
added 2026/08/11 8:46 p.m.6 views

CVE-2026-6368

A flaw was found in glibc GNU C Library. A local attacker or application using the wordexp function with the WRDEAPPEND flag can trigger the interface to return invalid memory in the wewordv member. This invalid memory, when subsequently processed by wordfree, may cause the process to abort,...

5.5CVSS5.3AI score0.00107EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/08/11 8:34 p.m.8 views

CVE-2026-6791

A flaw was found in glibc. When processing paths that start with a tilde followed by a username, the wordexp function can be forced to allocate an excessive amount of memory on the program's stack. A remote attacker could exploit this by providing a very long username, leading to a stack exhausti...

9CVSS5.3AI score0.00207EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/11 12:00 a.m.14 views

Linux Distros Unpatched Vulnerability : CVE-2026-6368

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Calling wordexp with WRDEAPPEND in the GNU C Library version 2.0 to version 2.43 can cause the interface to return invalid memory in the wewordv member, which o...

2.1CVSS5.4AI score0.00107EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/08/10 9:12 p.m.5 views

glibc: Glibc: Denial of Service via stack exhaustion during tilde expansion

A flaw was found in glibc. When processing paths that start with a tilde followed by a username, the wordexp function can be forced to allocate an excessive amount of memory on the program's stack. A remote attacker could exploit this by providing a very long username, leading to a stack exhausti...

9CVSS5.4AI score0.00207EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/08/10 9:12 p.m.6 views

glibc: glibc: Process abort due to invalid memory in wordexp

A flaw was found in glibc GNU C Library. A local attacker or application using the wordexp function with the WRDEAPPEND flag can trigger the interface to return invalid memory in the wewordv member. This invalid memory, when subsequently processed by wordfree, may cause the process to abort,...

2.1CVSS5.3AI score0.00107EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/10 7:17 p.m.6 views

DEBIAN-CVE-2026-6368

Calling wordexp with WRDEAPPEND in the GNU C Library version 2.0 to version 2.43 can cause the interface to return invalid memory in the wewordv member, which on subsequent calls to wordfree may abort the process...

2.1CVSS5.3AI score0.00107EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/10 7:17 p.m.10 views

CVE-2026-6368

Calling wordexp with WRDEAPPEND in the GNU C Library version 2.0 to version 2.43 can cause the interface to return invalid memory in the wewordv member, which on subsequent calls to wordfree may abort the process...

2.1CVSS0.00107EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/10 7:17 p.m.7 views

DEBIAN-CVE-2026-6791

When expanding paths that begin with a tilde followed by a username, the internal parsetilde 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...

9CVSS5.4AI score0.00207EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/10 7:17 p.m.8 views

CVE-2026-6791

When expanding paths that begin with a tilde followed by a username, the internal parsetilde 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...

9CVSS0.00207EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/08/10 7:17 p.m.6 views

CVE-2026-6791

When expanding paths that begin with a tilde followed by a username, the internal parsetilde 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...

9CVSS5.4AI score0.00207EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/08/10 7:17 p.m.9 views

CVE-2026-6368

Calling wordexp with WRDEAPPEND in the GNU C Library version 2.0 to version 2.43 can cause the interface to return invalid memory in the wewordv member, which on subsequent calls to wordfree may abort the process...

2.1CVSS5.3AI score0.00107EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/10 7:17 p.m.5 views

UBUNTU-CVE-2026-6368

Calling wordexp with WRDEAPPEND in the GNU C Library version 2.0 to version 2.43 can cause the interface to return invalid memory in the wewordv member, which on subsequent calls to wordfree may abort the process...

2.1CVSS5.3AI score0.00107EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/10 7:17 p.m.4 views

UBUNTU-CVE-2026-6791

When expanding paths that begin with a tilde followed by a username, the internal parsetilde 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...

9CVSS5.4AI score0.00207EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/10 6:41 p.m.10 views

EUVD-2026-55729

When expanding paths that begin with a tilde followed by a username, the internal parsetilde 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...

9CVSS5.4AI score0.00207EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/10 6:41 p.m.165 views

CVE-2026-6791

CVE-2026-6791 concerns tilde expansion in wordexp within glibc. When expanding paths starting with ~username, parse_tilde extracts the username and allocates memory for it on the stack via strndupa. No bounds checks on the username length can exhaust stack space, enabling a stack-clash condition ...

9CVSS5.4AI score0.00207EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2026/08/10 6:41 p.m.9 views

CVE-2026-6791

When expanding paths that begin with a tilde followed by a username, the internal parsetilde 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...

9CVSS5.4AI score0.00207EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/08/10 6:41 p.m.10 views

CVE-2026-6791

When expanding paths that begin with a tilde followed by a username, the internal parsetilde 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...

9CVSS5.3AI score0.00207EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2026/08/10 6:41 p.m.6 views

CVE-2026-6791 Potential stack-based buffer clash during tilde expansion in wordexp

When expanding paths that begin with a tilde followed by a username, the internal parsetilde 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...

9CVSS5.3AI score0.00207EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/08/10 6:40 p.m.20 views

CVE-2026-6368

Calling wordexp with WRDEAPPEND in the GNU C Library version 2.0 to version 2.43 can cause the interface to return invalid memory in the wewordv member, which on subsequent calls to wordfree may abort the process...

2.1CVSS5.2AI score0.00107EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2026/08/10 6:40 p.m.5 views

CVE-2026-6368 wordexp with WRDE_APPEND can return or use invalid memory

Calling wordexp with WRDEAPPEND in the GNU C Library version 2.0 to version 2.43 can cause the interface to return invalid memory in the wewordv member, which on subsequent calls to wordfree may abort the process...

2.1CVSS5.2AI score0.00107EPSS
SaveExploits0References2
Rows per page
Query Builder