gsd-2013-1629
Vulnerability from gsd
Modified
2023-12-13 01:22
Details
pip before 1.3 uses HTTP to retrieve packages from the PyPI repository, and does not perform integrity checks on package contents, which allows man-in-the-middle attackers to execute arbitrary code via a crafted response to a "pip install" operation.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2013-1629", "description": "pip before 1.3 uses HTTP to retrieve packages from the PyPI repository, and does not perform integrity checks on package contents, which allows man-in-the-middle attackers to execute arbitrary code via a crafted response to a \"pip install\" operation.", "id": "GSD-2013-1629", "references": [ "https://www.suse.com/security/cve/CVE-2013-1629.html" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2013-1629" ], "details": "pip before 1.3 uses HTTP to retrieve packages from the PyPI repository, and does not perform integrity checks on package contents, which allows man-in-the-middle attackers to execute arbitrary code via a crafted response to a \"pip install\" operation.", "id": "GSD-2013-1629", "modified": "2023-12-13T01:22:21.042088Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2013-1629", "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 uses HTTP to retrieve packages from the PyPI repository, and does not perform integrity checks on package contents, which allows man-in-the-middle attackers to execute arbitrary code via a crafted response to a \"pip install\" operation." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "http://www.pip-installer.org/en/latest/installing.html", "refsource": "CONFIRM", "url": "http://www.pip-installer.org/en/latest/installing.html" }, { "name": "https://github.com/pypa/pip/issues/425", "refsource": "CONFIRM", "url": "https://github.com/pypa/pip/issues/425" }, { "name": "http://www.pip-installer.org/en/latest/news.html#changelog", "refsource": "CONFIRM", "url": "http://www.pip-installer.org/en/latest/news.html#changelog" }, { "name": "https://github.com/pypa/pip/pull/791/files", "refsource": "CONFIRM", "url": "https://github.com/pypa/pip/pull/791/files" }, { "name": "https://bugzilla.redhat.com/show_bug.cgi?id=968059", "refsource": "CONFIRM", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=968059" }, { "name": "http://www.reddit.com/r/Python/comments/17rfh7/warning_dont_use_pip_in_an_untrusted_network_a/", "refsource": "MISC", "url": "http://www.reddit.com/r/Python/comments/17rfh7/warning_dont_use_pip_in_an_untrusted_network_a/" } ] } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003c1.3", "affected_versions": "All versions before 1.3", "cvss_v2": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "cwe_ids": [ "CWE-1035", "CWE-20", "CWE-78", "CWE-937" ], "date": "2022-07-08", "description": "pip before 1.3 uses HTTP to retrieve packages from the PyPI repository, and does not perform integrity checks on package contents, which allows man-in-the-middle attackers to execute arbitrary code via a crafted response to a \"pip install\" operation.", "fixed_versions": [ "1.3" ], "identifier": "CVE-2013-1629", "identifiers": [ "GHSA-g3p5-fjj9-h8gj", "CVE-2013-1629" ], "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 Input Validation", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2013-1629", "https://github.com/pypa/pip/issues/425", "https://github.com/pypa/pip/pull/791/files", "https://bugzilla.redhat.com/show_bug.cgi?id=968059", "http://www.pip-installer.org/en/latest/installing.html", "http://www.pip-installer.org/en/latest/news.html#changelog", "http://www.reddit.com/r/Python/comments/17rfh7/warning_dont_use_pip_in_an_untrusted_network_a/", "https://github.com/advisories/GHSA-g3p5-fjj9-h8gj" ], "uuid": "9c140386-2ccc-4d56-b5b8-361d511c2b14" } ] }, "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" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2013-1629" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "pip before 1.3 uses HTTP to retrieve packages from the PyPI repository, and does not perform integrity checks on package contents, which allows man-in-the-middle attackers to execute arbitrary code via a crafted response to a \"pip install\" operation." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-20" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/pypa/pip/issues/425", "refsource": "CONFIRM", "tags": [ "Third Party Advisory" ], "url": "https://github.com/pypa/pip/issues/425" }, { "name": "https://github.com/pypa/pip/pull/791/files", "refsource": "CONFIRM", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/pypa/pip/pull/791/files" }, { "name": "http://www.pip-installer.org/en/latest/installing.html", "refsource": "CONFIRM", "tags": [ "Vendor Advisory" ], "url": "http://www.pip-installer.org/en/latest/installing.html" }, { "name": "http://www.pip-installer.org/en/latest/news.html#changelog", "refsource": "CONFIRM", "tags": [ "Release Notes", "Vendor Advisory" ], "url": "http://www.pip-installer.org/en/latest/news.html#changelog" }, { "name": "http://www.reddit.com/r/Python/comments/17rfh7/warning_dont_use_pip_in_an_untrusted_network_a/", "refsource": "MISC", "tags": [ "Exploit", "Third Party Advisory" ], "url": "http://www.reddit.com/r/Python/comments/17rfh7/warning_dont_use_pip_in_an_untrusted_network_a/" }, { "name": "https://bugzilla.redhat.com/show_bug.cgi?id=968059", "refsource": "CONFIRM", "tags": [ "Issue Tracking", "Third Party Advisory" ], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=968059" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "MEDIUM", "userInteractionRequired": false } }, "lastModifiedDate": "2021-03-15T16:22Z", "publishedDate": "2013-08-06T02:52Z" } } }
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…