Input validation error in GNU C Library (glibc) - CVE-2000-0824

 

Input validation error in GNU C Library (glibc) - CVE-2000-0824

Published: October 10, 2017 / Updated: June 3, 2025


Vulnerability identifier: #VU110136
CSH Severity: Low
CVSS v4: 8.5 [CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N]
CVE-ID: CVE-2000-0824
CWE-ID: CWE-20
Exploitation vector: Local access
Exploit availability: Public exploit is available

Vulnerability details

The vulnerability allows a local user to execute arbitrary code.

The unsetenv function in glibc 2.1.1 does not properly unset an environmental variable if the variable is provided twice to a program, which could allow local users to execute arbitrary commands in setuid programs by specifying their own duplicate environmental variables such as LD_PRELOAD or LD_LIBRARY_PATH.


Affected software

GNU C Library (glibc)

How to mitigate CVE-2000-0824

Install update from vendor's website.

GNU C Library (glibc) - update to 2.1.1.6

Links to Public Exploits and PoC-codes

External References

Related Security Bulletins