Input validation error in Glibc - CVE-2000-0824

 

Input validation error in Glibc - CVE-2000-0824

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


Vulnerability identifier: #VU110136
CSH Severity: Low
CVSS v4.0: 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/E:P/U:Clear
CVE-ID: CVE-2000-0824
CWE-ID: CWE-20
Exploitation vector: Local access
Exploit availability: Public exploit is available
Vendor: GNU
Affected software:
Glibc

Detailed vulnerability description

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.


How to mitigate CVE-2000-0824

Install update from vendor's website.

Sources