gsd-2013-1888
Vulnerability from gsd
Modified
2023-12-13 01:22
Details
pip before 1.3 allows local users to overwrite arbitrary files via a symlink attack on a file in the /tmp/pip-build temporary directory.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2013-1888", "description": "pip before 1.3 allows local users to overwrite arbitrary files via a symlink attack on a file in the /tmp/pip-build temporary directory.", "id": "GSD-2013-1888", "references": [ "https://www.suse.com/security/cve/CVE-2013-1888.html" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2013-1888" ], "details": "pip before 1.3 allows local users to overwrite arbitrary files via a symlink attack on a file in the /tmp/pip-build temporary directory.", "id": "GSD-2013-1888", "modified": "2023-12-13T01:22:20.458418Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "secalert@redhat.com", "ID": "CVE-2013-1888", "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": "pip before 1.3 allows local users to overwrite arbitrary files via a symlink attack on a file in the /tmp/pip-build temporary directory." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "[oss-security] 20130322 Re: CVE Request: python-pip insecure temporary directory handling", "refsource": "MLIST", "url": "http://www.openwall.com/lists/oss-security/2013/03/22/10" }, { "name": "FEDORA-2013-8221", "refsource": "FEDORA", "url": "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/105989.html" }, { "name": "https://github.com/pypa/pip/pull/734/files", "refsource": "CONFIRM", "url": "https://github.com/pypa/pip/pull/734/files" }, { "name": "https://github.com/pypa/pip/pull/780/files", "refsource": "CONFIRM", "url": "https://github.com/pypa/pip/pull/780/files" }, { "name": "FEDORA-2013-8193", "refsource": "FEDORA", "url": "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/105952.html" }, { "name": "https://github.com/pypa/pip/issues/725", "refsource": "CONFIRM", "url": "https://github.com/pypa/pip/issues/725" }, { "name": "FEDORA-2013-8166", "refsource": "FEDORA", "url": "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/106311.html" } ] } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003c1.3", "affected_versions": "All versions before 1.3", "cvss_v2": "AV:L/AC:L/Au:N/C:N/I:P/A:N", "cwe_ids": [ "CWE-1035", "CWE-59", "CWE-937" ], "date": "2022-07-08", "description": "pip before 1.3 allows local users to overwrite arbitrary files via a symlink attack on a file in the /tmp/pip-build temporary directory.", "fixed_versions": [ "1.3" ], "identifier": "CVE-2013-1888", "identifiers": [ "GHSA-4gv5-qhvr-36vv", "CVE-2013-1888" ], "not_impacted": "All versions starting from 1.3", "package_slug": "pypi/pip", "pubdate": "2022-05-13", "solution": "Upgrade to version 1.3 or above.", "title": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2013-1888", "https://github.com/pypa/pip/issues/725", "https://github.com/pypa/pip/pull/734/files", "https://github.com/pypa/pip/pull/780/files", "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/105952.html", "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/105989.html", "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/106311.html", "http://www.openwall.com/lists/oss-security/2013/03/22/10", "https://github.com/advisories/GHSA-4gv5-qhvr-36vv" ], "uuid": "5ad3ce30-f336-48a2-b234-770be8668d5c" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:pypa:pip:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "1.3", "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:17:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:18:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:19:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "secalert@redhat.com", "ID": "CVE-2013-1888" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "pip before 1.3 allows local users to overwrite arbitrary files via a symlink attack on a file in the /tmp/pip-build temporary directory." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-59" } ] } ] }, "references": { "reference_data": [ { "name": "[oss-security] 20130322 Re: CVE Request: python-pip insecure temporary directory handling", "refsource": "MLIST", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2013/03/22/10" }, { "name": "https://github.com/pypa/pip/pull/734/files", "refsource": "CONFIRM", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/pypa/pip/pull/734/files" }, { "name": "https://github.com/pypa/pip/issues/725", "refsource": "CONFIRM", "tags": [ "Third Party Advisory" ], "url": "https://github.com/pypa/pip/issues/725" }, { "name": "https://github.com/pypa/pip/pull/780/files", "refsource": "CONFIRM", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/pypa/pip/pull/780/files" }, { "name": "FEDORA-2013-8193", "refsource": "FEDORA", "tags": [ "Third Party Advisory" ], "url": "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/105952.html" }, { "name": "FEDORA-2013-8221", "refsource": "FEDORA", "tags": [ "Third Party Advisory" ], "url": "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/105989.html" }, { "name": "FEDORA-2013-8166", "refsource": "FEDORA", "tags": [ "Third Party Advisory" ], "url": "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/106311.html" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "LOW", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 2.1, "confidentialityImpact": "NONE", "integrityImpact": "PARTIAL", "vectorString": "AV:L/AC:L/Au:N/C:N/I:P/A:N", "version": "2.0" }, "exploitabilityScore": 3.9, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "LOW", "userInteractionRequired": false } }, "lastModifiedDate": "2021-03-15T16:50Z", "publishedDate": "2013-08-17T06:54Z" } } }
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.
Loading…
Loading…