gsd-2011-1020
Vulnerability from gsd
Modified
2023-12-13 01:19
Details
The proc filesystem implementation in the Linux kernel 2.6.37 and earlier does not restrict access to the /proc directory tree of a process after this process performs an exec of a setuid program, which allows local users to obtain sensitive information or cause a denial of service via open, lseek, read, and write system calls.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2011-1020", "description": "The proc filesystem implementation in the Linux kernel 2.6.37 and earlier does not restrict access to the /proc directory tree of a process after this process performs an exec of a setuid program, which allows local users to obtain sensitive information or cause a denial of service via open, lseek, read, and write system calls.", "id": "GSD-2011-1020", "references": [ "https://www.suse.com/security/cve/CVE-2011-1020.html", "https://www.debian.org/security/2011/dsa-2310", "https://www.debian.org/security/2011/dsa-2303", "https://access.redhat.com/errata/RHSA-2012:0116", "https://access.redhat.com/errata/RHSA-2012:0007", "https://access.redhat.com/errata/RHSA-2011:1530", "https://access.redhat.com/errata/RHSA-2011:1253", "https://linux.oracle.com/cve/CVE-2011-1020.html", "https://packetstormsecurity.com/files/cve/CVE-2011-1020" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2011-1020" ], "details": "The proc filesystem implementation in the Linux kernel 2.6.37 and earlier does not restrict access to the /proc directory tree of a process after this process performs an exec of a setuid program, which allows local users to obtain sensitive information or cause a denial of service via open, lseek, read, and write system calls.", "id": "GSD-2011-1020", "modified": "2023-12-13T01:19:08.720334Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "secalert@redhat.com", "ID": "CVE-2011-1020", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "n/a", "version": { "version_data": [ { "version_affected": "=", "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 proc filesystem implementation in the Linux kernel 2.6.37 and earlier does not restrict access to the /proc directory tree of a process after this process performs an exec of a setuid program, which allows local users to obtain sensitive information or cause a denial of service via open, lseek, read, and write system calls." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "http://openwall.com/lists/oss-security/2011/02/24/18", "refsource": "MISC", "url": "http://openwall.com/lists/oss-security/2011/02/24/18" }, { "name": "http://openwall.com/lists/oss-security/2011/02/25/2", "refsource": "MISC", "url": "http://openwall.com/lists/oss-security/2011/02/25/2" }, { "name": "http://seclists.org/fulldisclosure/2011/Jan/421", "refsource": "MISC", "url": "http://seclists.org/fulldisclosure/2011/Jan/421" }, { "name": "http://secunia.com/advisories/43496", "refsource": "MISC", "url": "http://secunia.com/advisories/43496" }, { "name": "http://securityreason.com/securityalert/8107", "refsource": "MISC", "url": "http://securityreason.com/securityalert/8107" }, { "name": "http://www.halfdog.net/Security/2011/SuidBinariesAndProcInterface/", "refsource": "MISC", "url": "http://www.halfdog.net/Security/2011/SuidBinariesAndProcInterface/" }, { "name": "http://www.securityfocus.com/bid/46567", "refsource": "MISC", "url": "http://www.securityfocus.com/bid/46567" }, { "name": "https://exchange.xforce.ibmcloud.com/vulnerabilities/65693", "refsource": "MISC", "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/65693" }, { "name": "https://lkml.org/lkml/2011/2/10/21", "refsource": "MISC", "url": "https://lkml.org/lkml/2011/2/10/21" }, { "name": "https://lkml.org/lkml/2011/2/7/368", "refsource": "MISC", "url": "https://lkml.org/lkml/2011/2/7/368" }, { "name": "https://lkml.org/lkml/2011/2/7/404", "refsource": "MISC", "url": "https://lkml.org/lkml/2011/2/7/404" }, { "name": "https://lkml.org/lkml/2011/2/7/414", "refsource": "MISC", "url": "https://lkml.org/lkml/2011/2/7/414" }, { "name": "https://lkml.org/lkml/2011/2/7/466", "refsource": "MISC", "url": "https://lkml.org/lkml/2011/2/7/466" }, { "name": "https://lkml.org/lkml/2011/2/7/474", "refsource": "MISC", "url": "https://lkml.org/lkml/2011/2/7/474" }, { "name": "https://lkml.org/lkml/2011/2/9/417", "refsource": "MISC", "url": "https://lkml.org/lkml/2011/2/9/417" } ] } }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "2.6.37", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "secalert@redhat.com", "ID": "CVE-2011-1020" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "The proc filesystem implementation in the Linux kernel 2.6.37 and earlier does not restrict access to the /proc directory tree of a process after this process performs an exec of a setuid program, which allows local users to obtain sensitive information or cause a denial of service via open, lseek, read, and write system calls." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-200" } ] } ] }, "references": { "reference_data": [ { "name": "[oss-security] 20110225 Re: CVE request: kernel: /proc/$pid/ leaks contents across setuid exec", "refsource": "MLIST", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://openwall.com/lists/oss-security/2011/02/25/2" }, { "name": "[linux-kernel] 20110209 Re: [SECURITY] /proc/$pid/ leaks contents across setuid exec", "refsource": "MLIST", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lkml.org/lkml/2011/2/10/21" }, { "name": "43496", "refsource": "SECUNIA", "tags": [ "Third Party Advisory" ], "url": "http://secunia.com/advisories/43496" }, { "name": "[oss-security] 20110224 CVE request: kernel: /proc/$pid/ leaks contents across setuid exec", "refsource": "MLIST", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://openwall.com/lists/oss-security/2011/02/24/18" }, { "name": "20110122 Proc filesystem and SUID-Binaries", "refsource": "FULLDISC", "tags": [ "Exploit", "Mailing List", "Third Party Advisory" ], "url": "http://seclists.org/fulldisclosure/2011/Jan/421" }, { "name": "[linux-kernel] 20110208 Re: [SECURITY] /proc/$pid/ leaks contents across setuid exec", "refsource": "MLIST", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lkml.org/lkml/2011/2/7/404" }, { "name": "[linux-kernel] 20110207 [SECURITY] /proc/$pid/ leaks contents across setuid exec", "refsource": "MLIST", "tags": [ "Exploit", "Mailing List", "Third Party Advisory" ], "url": "https://lkml.org/lkml/2011/2/7/368" }, { "name": "[linux-kernel] 20110207 Re: [SECURITY] /proc/$pid/ leaks contents across setuid exec", "refsource": "MLIST", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lkml.org/lkml/2011/2/7/474" }, { "name": "[linux-kernel] 20110209 Re: [SECURITY] /proc/$pid/ leaks contents across setuid exec", "refsource": "MLIST", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lkml.org/lkml/2011/2/9/417" }, { "name": "http://www.halfdog.net/Security/2011/SuidBinariesAndProcInterface/", "refsource": "MISC", "tags": [ "Exploit", "Third Party Advisory" ], "url": "http://www.halfdog.net/Security/2011/SuidBinariesAndProcInterface/" }, { "name": "[linux-kernel] 20110208 Re: [SECURITY] /proc/$pid/ leaks contents across setuid exec", "refsource": "MLIST", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lkml.org/lkml/2011/2/7/466" }, { "name": "[linux-kernel] 20110207 Re: [SECURITY] /proc/$pid/ leaks contents across setuid exec", "refsource": "MLIST", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lkml.org/lkml/2011/2/7/414" }, { "name": "46567", "refsource": "BID", "tags": [ "Third Party Advisory", "VDB Entry" ], "url": "http://www.securityfocus.com/bid/46567" }, { "name": "8107", "refsource": "SREASON", "tags": [ "Third Party Advisory" ], "url": "http://securityreason.com/securityalert/8107" }, { "name": "kernel-procpid-security-bypass(65693)", "refsource": "XF", "tags": [ "Third Party Advisory", "VDB Entry" ], "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/65693" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "LOW", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.6, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:L/AC:L/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 3.9, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "MEDIUM", "userInteractionRequired": false } }, "lastModifiedDate": "2020-08-12T16:35Z", "publishedDate": "2011-02-28T16: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.