gsd-2000-0824
Vulnerability from gsd
Modified
2023-12-13 01:19
Details
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.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2000-0824", "description": "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.", "id": "GSD-2000-0824", "references": [ "https://www.debian.org/security/2000/20000902" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2000-0824" ], "details": "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.", "id": "GSD-2000-0824", "modified": "2023-12-13T01:19:02.889422Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2000-0824", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "n/a", "version": { "version_data": [ { "version_value": "n/a" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "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." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "glibc-ld-unsetenv(5173)", "refsource": "XF", "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/5173" }, { "name": "19990917 A few bugs...", "refsource": "BUGTRAQ", "url": "http://marc.info/?l=bugtraq\u0026m=93760201002154\u0026w=2" }, { "name": "20000924 glibc locale security problem", "refsource": "SUSE", "url": "http://www.novell.com/linux/security/advisories/adv5_draht_glibc_txt.html" }, { "name": "20000906 [slackware-security]: glibc 2.1.3 vulnerabilities patched", "refsource": "BUGTRAQ", "url": "http://archives.neohapsis.com/archives/bugtraq/2000-08/0525.html" }, { "name": "RHSA-2000:057", "refsource": "REDHAT", "url": "http://www.redhat.com/support/errata/RHSA-2000-057.html" }, { "name": "MDKSA-2000:045", "refsource": "MANDRAKE", "url": "http://www.linux-mandrake.com/en/updates/MDKSA-2000-045.php3" }, { "name": "20000902 Conectiva Linux Security Announcement - glibc", "refsource": "BUGTRAQ", "url": "http://archives.neohapsis.com/archives/bugtraq/2000-08/0436.html" }, { "name": "1639", "refsource": "BID", "url": "http://www.securityfocus.com/bid/1639" }, { "name": "TLSA2000020-1", "refsource": "TURBO", "url": "http://www.turbolinux.com/pipermail/tl-security-announce/2000-September/000020.html" }, { "name": "20000902 glibc: local root exploit", "refsource": "DEBIAN", "url": "http://www.debian.org/security/2000/20000902" }, { "name": "20000831 glibc unsetenv bug", "refsource": "BUGTRAQ", "url": "http://www.securityfocus.com/archive/1/79537" }, { "name": "20000905 Conectiva Linux Security Announcement - glibc", "refsource": "BUGTRAQ", "url": "http://archives.neohapsis.com/archives/bugtraq/2000-08/0509.html" }, { "name": "648", "refsource": "BID", "url": "http://www.securityfocus.com/bid/648" }, { "name": "CSSA-2000-028.0", "refsource": "CALDERA", "url": "http://www.calderasystems.com/support/security/advisories/CSSA-2000-028.0.txt" }, { "name": "MDKSA-2000:040", "refsource": "MANDRAKE", "url": "http://www.linux-mandrake.com/en/updates/MDKSA-2000-040.php3" } ] } }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:gnu:glibc:2.1.1:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2000-0824" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "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." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "NVD-CWE-Other" } ] } ] }, "references": { "reference_data": [ { "name": "20000831 glibc unsetenv bug", "refsource": "BUGTRAQ", "tags": [ "Patch", "Vendor Advisory" ], "url": "http://www.securityfocus.com/archive/1/79537" }, { "name": "648", "refsource": "BID", "tags": [ "Exploit", "Patch", "Vendor Advisory" ], "url": "http://www.securityfocus.com/bid/648" }, { "name": "CSSA-2000-028.0", "refsource": "CALDERA", "tags": [], "url": "http://www.calderasystems.com/support/security/advisories/CSSA-2000-028.0.txt" }, { "name": "20000902 glibc: local root exploit", "refsource": "DEBIAN", "tags": [], "url": "http://www.debian.org/security/2000/20000902" }, { "name": "MDKSA-2000:040", "refsource": "MANDRAKE", "tags": [], "url": "http://www.linux-mandrake.com/en/updates/MDKSA-2000-040.php3" }, { "name": "MDKSA-2000:045", "refsource": "MANDRAKE", "tags": [], "url": "http://www.linux-mandrake.com/en/updates/MDKSA-2000-045.php3" }, { "name": "RHSA-2000:057", "refsource": "REDHAT", "tags": [], "url": "http://www.redhat.com/support/errata/RHSA-2000-057.html" }, { "name": "TLSA2000020-1", "refsource": "TURBO", "tags": [], "url": "http://www.turbolinux.com/pipermail/tl-security-announce/2000-September/000020.html" }, { "name": "20000924 glibc locale security problem", "refsource": "SUSE", "tags": [], "url": "http://www.novell.com/linux/security/advisories/adv5_draht_glibc_txt.html" }, { "name": "20000902 Conectiva Linux Security Announcement - glibc", "refsource": "BUGTRAQ", "tags": [], "url": "http://archives.neohapsis.com/archives/bugtraq/2000-08/0436.html" }, { "name": "20000905 Conectiva Linux Security Announcement - glibc", "refsource": "BUGTRAQ", "tags": [], "url": "http://archives.neohapsis.com/archives/bugtraq/2000-08/0509.html" }, { "name": "20000906 [slackware-security]: glibc 2.1.3 vulnerabilities patched", "refsource": "BUGTRAQ", "tags": [], "url": "http://archives.neohapsis.com/archives/bugtraq/2000-08/0525.html" }, { "name": "1639", "refsource": "BID", "tags": [], "url": "http://www.securityfocus.com/bid/1639" }, { "name": "19990917 A few bugs...", "refsource": "BUGTRAQ", "tags": [], "url": "http://marc.info/?l=bugtraq\u0026m=93760201002154\u0026w=2" }, { "name": "glibc-ld-unsetenv(5173)", "refsource": "XF", "tags": [], "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/5173" } ] } }, "impact": { "baseMetricV2": { "cvssV2": { "accessComplexity": "LOW", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "COMPLETE", "baseScore": 7.2, "confidentialityImpact": "COMPLETE", "integrityImpact": "COMPLETE", "vectorString": "AV:L/AC:L/Au:N/C:C/I:C/A:C", "version": "2.0" }, "exploitabilityScore": 3.9, "impactScore": 10.0, "obtainAllPrivilege": true, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "HIGH", "userInteractionRequired": false } }, "lastModifiedDate": "2017-10-10T01:29Z", "publishedDate": "2000-11-14T05:00Z" } } }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.