Action not permitted
Modal body text goes here.
Modal Title
Modal Body
PYSEC-2013-9
Vulnerability from pysec - Published: 2013-08-17 06:54 - Updated: 2021-07-05 00:01pip before 1.3 allows local users to overwrite arbitrary files via a symlink attack on a file in the /tmp/pip-build temporary directory.
| Name | purl | pip | pkg:pypi/pip |
|---|
{
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "pip",
"purl": "pkg:pypi/pip"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.3"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.2",
"0.2.1",
"0.3",
"0.3.1",
"0.4",
"0.5",
"0.5.1",
"0.6",
"0.6.1",
"0.6.2",
"0.6.3",
"0.7",
"0.7.1",
"0.7.2",
"0.8",
"0.8.1",
"0.8.2",
"0.8.3",
"1.0",
"1.0.1",
"1.0.2",
"1.1",
"1.2",
"1.2.1"
]
}
],
"aliases": [
"CVE-2013-1888",
"GHSA-4gv5-qhvr-36vv"
],
"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": "PYSEC-2013-9",
"modified": "2021-07-05T00:01:24.378636Z",
"published": "2013-08-17T06:54:00Z",
"references": [
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2013/03/22/10"
},
{
"type": "WEB",
"url": "https://github.com/pypa/pip/pull/734/files"
},
{
"type": "REPORT",
"url": "https://github.com/pypa/pip/issues/725"
},
{
"type": "WEB",
"url": "https://github.com/pypa/pip/pull/780/files"
},
{
"type": "WEB",
"url": "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/105952.html"
},
{
"type": "WEB",
"url": "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/105989.html"
},
{
"type": "WEB",
"url": "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/106311.html"
},
{
"type": "ADVISORY",
"url": "https://github.com/advisories/GHSA-4gv5-qhvr-36vv"
}
]
}
BREW-AZURE-CLI-CVE-2013-1888 (GHSA-4GV5-QHVR-36VV)
Vulnerability from osv_homebrew – Published: 2026-08-13 16:37 – Updated: 2026-09-09 23:43 – Source websitepip before 1.3 allows local users to overwrite arbitrary files via a symlink attack on a file in the /tmp/pip-build temporary directory.
{
"affected": [
{
"ecosystem_specific": {
"fix": "bump",
"range_state": "fixed",
"resource": "pip",
"resource_purl": "pkg:pypi/pip@26.2.1",
"upstream_fixed_in": "1.3"
},
"package": {
"ecosystem": "Homebrew",
"name": "azure-cli",
"purl": "pkg:brew/azure-cli"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.89.1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"database_specific": {
"confidence": "high",
"source": "matched",
"strategy": "registry",
"upstream_evidence": [
{
"ecosystem": "PyPI",
"key": "pkg:pypi/pip@26.2.1",
"name": "pip",
"resource": "pip",
"strategy": "registry",
"subject_version": "26.2.1"
}
]
},
"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": "BREW-azure-cli-CVE-2013-1888",
"modified": "2026-09-09T23:43:05Z",
"published": "2026-08-13T16:37:03Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2013-1888"
},
{
"type": "WEB",
"url": "https://github.com/pypa/pip/issues/725"
},
{
"type": "WEB",
"url": "https://github.com/pypa/pip/pull/734/files"
},
{
"type": "WEB",
"url": "https://github.com/pypa/pip/pull/780/files"
},
{
"type": "ADVISORY",
"url": "https://github.com/advisories/GHSA-4gv5-qhvr-36vv"
},
{
"type": "WEB",
"url": "https://github.com/pypa/advisory-database/tree/main/vulns/pip/PYSEC-2013-9.yaml"
},
{
"type": "PACKAGE",
"url": "https://github.com/pypa/pip"
},
{
"type": "WEB",
"url": "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/105952.html"
},
{
"type": "WEB",
"url": "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/105989.html"
},
{
"type": "WEB",
"url": "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/106311.html"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2013/03/22/10"
}
],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"type": "CVSS_V3"
},
{
"score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N",
"type": "CVSS_V4"
}
],
"summary": "Improper Link Resolution Before File Access in pip",
"upstream": [
"GHSA-4gv5-qhvr-36vv",
"CVE-2013-1888",
"PYSEC-2013-9"
]
}
BREW-PYPY-CVE-2013-1888 (GHSA-4GV5-QHVR-36VV)
Vulnerability from osv_homebrew – Published: 2026-08-13 17:29 – Updated: 2026-09-10 01:00 – Source websitepip before 1.3 allows local users to overwrite arbitrary files via a symlink attack on a file in the /tmp/pip-build temporary directory.
| URL | Type | ||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||
{
"affected": [
{
"ecosystem_specific": {
"fix": "bump",
"range_state": "fixed",
"resource": "pip",
"resource_purl": "pkg:pypi/pip@20.3.4",
"upstream_fixed_in": "1.3"
},
"package": {
"ecosystem": "Homebrew",
"name": "pypy",
"purl": "pkg:brew/pypy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "7.3.23"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"database_specific": {
"confidence": "high",
"source": "matched",
"strategy": "registry",
"upstream_evidence": [
{
"ecosystem": "PyPI",
"key": "pkg:pypi/pip@20.3.4",
"name": "pip",
"resource": "pip",
"strategy": "registry",
"subject_version": "20.3.4"
}
]
},
"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": "BREW-pypy-CVE-2013-1888",
"modified": "2026-09-10T01:00:19Z",
"published": "2026-08-13T17:29:47Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2013-1888"
},
{
"type": "WEB",
"url": "https://github.com/pypa/pip/issues/725"
},
{
"type": "WEB",
"url": "https://github.com/pypa/pip/pull/734/files"
},
{
"type": "WEB",
"url": "https://github.com/pypa/pip/pull/780/files"
},
{
"type": "ADVISORY",
"url": "https://github.com/advisories/GHSA-4gv5-qhvr-36vv"
},
{
"type": "WEB",
"url": "https://github.com/pypa/advisory-database/tree/main/vulns/pip/PYSEC-2013-9.yaml"
},
{
"type": "PACKAGE",
"url": "https://github.com/pypa/pip"
},
{
"type": "WEB",
"url": "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/105952.html"
},
{
"type": "WEB",
"url": "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/105989.html"
},
{
"type": "WEB",
"url": "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/106311.html"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2013/03/22/10"
}
],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"type": "CVSS_V3"
},
{
"score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N",
"type": "CVSS_V4"
}
],
"summary": "Improper Link Resolution Before File Access in pip",
"upstream": [
"GHSA-4gv5-qhvr-36vv",
"CVE-2013-1888",
"PYSEC-2013-9"
]
}
BREW-PYPY3.10-CVE-2013-1888 (GHSA-4GV5-QHVR-36VV)
Vulnerability from osv_homebrew – Published: 2026-08-13 17:29 – Updated: 2026-09-10 01:00 – Source websitepip before 1.3 allows local users to overwrite arbitrary files via a symlink attack on a file in the /tmp/pip-build temporary directory.
| URL | Type | ||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||
{
"affected": [
{
"ecosystem_specific": {
"fix": "bump",
"range_state": "fixed",
"resource": "pip",
"resource_purl": "pkg:pypi/pip@23.3.2",
"upstream_fixed_in": "1.3"
},
"package": {
"ecosystem": "Homebrew",
"name": "pypy3.10",
"purl": "pkg:brew/pypy3.10"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "7.3.19"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"database_specific": {
"confidence": "high",
"source": "matched",
"strategy": "registry",
"upstream_evidence": [
{
"ecosystem": "PyPI",
"key": "pkg:pypi/pip@23.3.2",
"name": "pip",
"resource": "pip",
"strategy": "registry",
"subject_version": "23.3.2"
}
]
},
"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": "BREW-pypy3.10-CVE-2013-1888",
"modified": "2026-09-10T01:00:19Z",
"published": "2026-08-13T17:29:47Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2013-1888"
},
{
"type": "WEB",
"url": "https://github.com/pypa/pip/issues/725"
},
{
"type": "WEB",
"url": "https://github.com/pypa/pip/pull/734/files"
},
{
"type": "WEB",
"url": "https://github.com/pypa/pip/pull/780/files"
},
{
"type": "ADVISORY",
"url": "https://github.com/advisories/GHSA-4gv5-qhvr-36vv"
},
{
"type": "WEB",
"url": "https://github.com/pypa/advisory-database/tree/main/vulns/pip/PYSEC-2013-9.yaml"
},
{
"type": "PACKAGE",
"url": "https://github.com/pypa/pip"
},
{
"type": "WEB",
"url": "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/105952.html"
},
{
"type": "WEB",
"url": "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/105989.html"
},
{
"type": "WEB",
"url": "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/106311.html"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2013/03/22/10"
}
],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"type": "CVSS_V3"
},
{
"score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N",
"type": "CVSS_V4"
}
],
"summary": "Improper Link Resolution Before File Access in pip",
"upstream": [
"GHSA-4gv5-qhvr-36vv",
"CVE-2013-1888",
"PYSEC-2013-9"
]
}
BREW-PYPY3.11-CVE-2013-1888 (GHSA-4GV5-QHVR-36VV)
Vulnerability from osv_homebrew – Published: 2026-08-13 17:29 – Updated: 2026-09-10 01:00 – Source websitepip before 1.3 allows local users to overwrite arbitrary files via a symlink attack on a file in the /tmp/pip-build temporary directory.
| URL | Type | ||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||
{
"affected": [
{
"ecosystem_specific": {
"fix": "bump",
"range_state": "fixed",
"resource": "pip",
"resource_purl": "pkg:pypi/pip@26.2.1",
"upstream_fixed_in": "1.3"
},
"package": {
"ecosystem": "Homebrew",
"name": "pypy3.11",
"purl": "pkg:brew/pypy3.11"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "7.3.23_1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"database_specific": {
"confidence": "high",
"source": "matched",
"strategy": "registry",
"upstream_evidence": [
{
"ecosystem": "PyPI",
"key": "pkg:pypi/pip@26.2.1",
"name": "pip",
"resource": "pip",
"strategy": "registry",
"subject_version": "26.2.1"
}
]
},
"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": "BREW-pypy3.11-CVE-2013-1888",
"modified": "2026-09-10T01:00:19Z",
"published": "2026-08-13T17:29:47Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2013-1888"
},
{
"type": "WEB",
"url": "https://github.com/pypa/pip/issues/725"
},
{
"type": "WEB",
"url": "https://github.com/pypa/pip/pull/734/files"
},
{
"type": "WEB",
"url": "https://github.com/pypa/pip/pull/780/files"
},
{
"type": "ADVISORY",
"url": "https://github.com/advisories/GHSA-4gv5-qhvr-36vv"
},
{
"type": "WEB",
"url": "https://github.com/pypa/advisory-database/tree/main/vulns/pip/PYSEC-2013-9.yaml"
},
{
"type": "PACKAGE",
"url": "https://github.com/pypa/pip"
},
{
"type": "WEB",
"url": "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/105952.html"
},
{
"type": "WEB",
"url": "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/105989.html"
},
{
"type": "WEB",
"url": "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/106311.html"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2013/03/22/10"
}
],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"type": "CVSS_V3"
},
{
"score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N",
"type": "CVSS_V4"
}
],
"summary": "Improper Link Resolution Before File Access in pip",
"upstream": [
"GHSA-4gv5-qhvr-36vv",
"CVE-2013-1888",
"PYSEC-2013-9"
]
}
BREW-PYPY3.9-CVE-2013-1888 (GHSA-4GV5-QHVR-36VV)
Vulnerability from osv_homebrew – Published: 2026-08-13 17:29 – Updated: 2026-08-13 17:29 – Source websitepip before 1.3 allows local users to overwrite arbitrary files via a symlink attack on a file in the /tmp/pip-build temporary directory.
| URL | Type | ||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||
{
"affected": [
{
"ecosystem_specific": {
"fix": "bump",
"range_state": "fixed",
"resource": "pip",
"resource_purl": "pkg:pypi/pip@24.0",
"upstream_fixed_in": "1.3"
},
"package": {
"ecosystem": "Homebrew",
"name": "pypy3.9",
"purl": "pkg:brew/pypy3.9"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "7.3.16_1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"database_specific": {
"confidence": "high",
"source": "matched",
"strategy": "registry",
"upstream_evidence": [
{
"ecosystem": "PyPI",
"key": "pkg:pypi/pip@24.0",
"name": "pip",
"resource": "pip",
"strategy": "registry",
"subject_version": "24.0"
},
{
"ecosystem": "PyPI",
"key": "pkg:pypi/pip@24.0",
"name": "pip",
"resource": "pip",
"strategy": "registry",
"subject_version": "24.0"
}
]
},
"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": "BREW-pypy3.9-CVE-2013-1888",
"modified": "2026-08-13T17:29:47Z",
"published": "2026-08-13T17:29:47Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2013-1888"
},
{
"type": "WEB",
"url": "https://github.com/pypa/pip/issues/725"
},
{
"type": "WEB",
"url": "https://github.com/pypa/pip/pull/734/files"
},
{
"type": "WEB",
"url": "https://github.com/pypa/pip/pull/780/files"
},
{
"type": "ADVISORY",
"url": "https://github.com/advisories/GHSA-4gv5-qhvr-36vv"
},
{
"type": "WEB",
"url": "https://github.com/pypa/advisory-database/tree/main/vulns/pip/PYSEC-2013-9.yaml"
},
{
"type": "PACKAGE",
"url": "https://github.com/pypa/pip"
},
{
"type": "WEB",
"url": "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/105952.html"
},
{
"type": "WEB",
"url": "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/105989.html"
},
{
"type": "WEB",
"url": "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/106311.html"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2013/03/22/10"
}
],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"type": "CVSS_V3"
},
{
"score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N",
"type": "CVSS_V4"
}
],
"summary": "Improper Link Resolution Before File Access in pip",
"upstream": [
"GHSA-4gv5-qhvr-36vv",
"CVE-2013-1888",
"PYSEC-2013-9"
]
}
BREW-PYTHON-FREETHREADIN… (GHSA-4GV5-QHVR-36VV)
Vulnerability from osv_homebrew – Published: 2026-08-13 17:29 – Updated: 2026-09-10 01:00 – Source websitepip before 1.3 allows local users to overwrite arbitrary files via a symlink attack on a file in the /tmp/pip-build temporary directory.
| URL | Type | ||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||
{
"affected": [
{
"ecosystem_specific": {
"fix": "bump",
"range_state": "fixed",
"resource": "pip",
"resource_purl": "pkg:pypi/pip@26.2.1",
"upstream_fixed_in": "1.3"
},
"package": {
"ecosystem": "Homebrew",
"name": "python-freethreading",
"purl": "pkg:brew/python-freethreading"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.14.7"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"database_specific": {
"confidence": "high",
"source": "matched",
"strategy": "registry",
"upstream_evidence": [
{
"ecosystem": "PyPI",
"key": "pkg:pypi/pip@26.2.1",
"name": "pip",
"resource": "pip",
"strategy": "registry",
"subject_version": "26.2.1"
}
]
},
"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": "BREW-python-freethreading-CVE-2013-1888",
"modified": "2026-09-10T01:00:20Z",
"published": "2026-08-13T17:29:47Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2013-1888"
},
{
"type": "WEB",
"url": "https://github.com/pypa/pip/issues/725"
},
{
"type": "WEB",
"url": "https://github.com/pypa/pip/pull/734/files"
},
{
"type": "WEB",
"url": "https://github.com/pypa/pip/pull/780/files"
},
{
"type": "ADVISORY",
"url": "https://github.com/advisories/GHSA-4gv5-qhvr-36vv"
},
{
"type": "WEB",
"url": "https://github.com/pypa/advisory-database/tree/main/vulns/pip/PYSEC-2013-9.yaml"
},
{
"type": "PACKAGE",
"url": "https://github.com/pypa/pip"
},
{
"type": "WEB",
"url": "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/105952.html"
},
{
"type": "WEB",
"url": "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/105989.html"
},
{
"type": "WEB",
"url": "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/106311.html"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2013/03/22/10"
}
],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"type": "CVSS_V3"
},
{
"score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N",
"type": "CVSS_V4"
}
],
"summary": "Improper Link Resolution Before File Access in pip",
"upstream": [
"GHSA-4gv5-qhvr-36vv",
"CVE-2013-1888",
"PYSEC-2013-9"
]
}
BREW-PYTHON@3.10-CVE-2013-1888 (GHSA-4GV5-QHVR-36VV)
Vulnerability from osv_homebrew – Published: 2026-08-13 17:29 – Updated: 2026-09-10 01:01 – Source websitepip before 1.3 allows local users to overwrite arbitrary files via a symlink attack on a file in the /tmp/pip-build temporary directory.
| URL | Type | ||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||
{
"affected": [
{
"ecosystem_specific": {
"fix": "bump",
"range_state": "fixed",
"resource": "pip",
"resource_purl": "pkg:pypi/pip@26.2.1",
"upstream_fixed_in": "1.3"
},
"package": {
"ecosystem": "Homebrew",
"name": "python@3.10",
"purl": "pkg:brew/python%403.10"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.10.21"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"database_specific": {
"confidence": "high",
"source": "matched",
"strategy": "registry",
"upstream_evidence": [
{
"ecosystem": "PyPI",
"key": "pkg:pypi/pip@26.2.1",
"name": "pip",
"resource": "pip",
"strategy": "registry",
"subject_version": "26.2.1"
}
]
},
"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": "BREW-python@3.10-CVE-2013-1888",
"modified": "2026-09-10T01:01:41Z",
"published": "2026-08-13T17:29:58Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2013-1888"
},
{
"type": "WEB",
"url": "https://github.com/pypa/pip/issues/725"
},
{
"type": "WEB",
"url": "https://github.com/pypa/pip/pull/734/files"
},
{
"type": "WEB",
"url": "https://github.com/pypa/pip/pull/780/files"
},
{
"type": "ADVISORY",
"url": "https://github.com/advisories/GHSA-4gv5-qhvr-36vv"
},
{
"type": "WEB",
"url": "https://github.com/pypa/advisory-database/tree/main/vulns/pip/PYSEC-2013-9.yaml"
},
{
"type": "PACKAGE",
"url": "https://github.com/pypa/pip"
},
{
"type": "WEB",
"url": "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/105952.html"
},
{
"type": "WEB",
"url": "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/105989.html"
},
{
"type": "WEB",
"url": "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/106311.html"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2013/03/22/10"
}
],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"type": "CVSS_V3"
},
{
"score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N",
"type": "CVSS_V4"
}
],
"summary": "Improper Link Resolution Before File Access in pip",
"upstream": [
"GHSA-4gv5-qhvr-36vv",
"CVE-2013-1888",
"PYSEC-2013-9"
]
}
BREW-PYTHON@3.11-CVE-2013-1888 (GHSA-4GV5-QHVR-36VV)
Vulnerability from osv_homebrew – Published: 2026-08-13 17:29 – Updated: 2026-09-10 01:01 – Source websitepip before 1.3 allows local users to overwrite arbitrary files via a symlink attack on a file in the /tmp/pip-build temporary directory.
| URL | Type | ||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||
{
"affected": [
{
"ecosystem_specific": {
"fix": "bump",
"range_state": "fixed",
"resource": "pip",
"resource_purl": "pkg:pypi/pip@26.2.1",
"upstream_fixed_in": "1.3"
},
"package": {
"ecosystem": "Homebrew",
"name": "python@3.11",
"purl": "pkg:brew/python%403.11"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.11.16"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"database_specific": {
"confidence": "high",
"source": "matched",
"strategy": "registry",
"upstream_evidence": [
{
"ecosystem": "PyPI",
"key": "pkg:pypi/pip@26.2.1",
"name": "pip",
"resource": "pip",
"strategy": "registry",
"subject_version": "26.2.1"
}
]
},
"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": "BREW-python@3.11-CVE-2013-1888",
"modified": "2026-09-10T01:01:41Z",
"published": "2026-08-13T17:29:58Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2013-1888"
},
{
"type": "WEB",
"url": "https://github.com/pypa/pip/issues/725"
},
{
"type": "WEB",
"url": "https://github.com/pypa/pip/pull/734/files"
},
{
"type": "WEB",
"url": "https://github.com/pypa/pip/pull/780/files"
},
{
"type": "ADVISORY",
"url": "https://github.com/advisories/GHSA-4gv5-qhvr-36vv"
},
{
"type": "WEB",
"url": "https://github.com/pypa/advisory-database/tree/main/vulns/pip/PYSEC-2013-9.yaml"
},
{
"type": "PACKAGE",
"url": "https://github.com/pypa/pip"
},
{
"type": "WEB",
"url": "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/105952.html"
},
{
"type": "WEB",
"url": "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/105989.html"
},
{
"type": "WEB",
"url": "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/106311.html"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2013/03/22/10"
}
],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"type": "CVSS_V3"
},
{
"score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N",
"type": "CVSS_V4"
}
],
"summary": "Improper Link Resolution Before File Access in pip",
"upstream": [
"GHSA-4gv5-qhvr-36vv",
"CVE-2013-1888",
"PYSEC-2013-9"
]
}
BREW-PYTHON@3.12-CVE-2013-1888 (GHSA-4GV5-QHVR-36VV)
Vulnerability from osv_homebrew – Published: 2026-08-13 17:29 – Updated: 2026-09-10 01:01 – Source websitepip before 1.3 allows local users to overwrite arbitrary files via a symlink attack on a file in the /tmp/pip-build temporary directory.
| URL | Type | ||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||
{
"affected": [
{
"ecosystem_specific": {
"fix": "bump",
"range_state": "fixed",
"resource": "pip",
"resource_purl": "pkg:pypi/pip@26.2.1",
"upstream_fixed_in": "1.3"
},
"package": {
"ecosystem": "Homebrew",
"name": "python@3.12",
"purl": "pkg:brew/python%403.12"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.12.14"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"database_specific": {
"confidence": "high",
"source": "matched",
"strategy": "registry",
"upstream_evidence": [
{
"ecosystem": "PyPI",
"key": "pkg:pypi/pip@26.2.1",
"name": "pip",
"resource": "pip",
"strategy": "registry",
"subject_version": "26.2.1"
}
]
},
"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": "BREW-python@3.12-CVE-2013-1888",
"modified": "2026-09-10T01:01:41Z",
"published": "2026-08-13T17:29:58Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2013-1888"
},
{
"type": "WEB",
"url": "https://github.com/pypa/pip/issues/725"
},
{
"type": "WEB",
"url": "https://github.com/pypa/pip/pull/734/files"
},
{
"type": "WEB",
"url": "https://github.com/pypa/pip/pull/780/files"
},
{
"type": "ADVISORY",
"url": "https://github.com/advisories/GHSA-4gv5-qhvr-36vv"
},
{
"type": "WEB",
"url": "https://github.com/pypa/advisory-database/tree/main/vulns/pip/PYSEC-2013-9.yaml"
},
{
"type": "PACKAGE",
"url": "https://github.com/pypa/pip"
},
{
"type": "WEB",
"url": "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/105952.html"
},
{
"type": "WEB",
"url": "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/105989.html"
},
{
"type": "WEB",
"url": "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/106311.html"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2013/03/22/10"
}
],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"type": "CVSS_V3"
},
{
"score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N",
"type": "CVSS_V4"
}
],
"summary": "Improper Link Resolution Before File Access in pip",
"upstream": [
"GHSA-4gv5-qhvr-36vv",
"CVE-2013-1888",
"PYSEC-2013-9"
]
}
BREW-PYTHON@3.13-CVE-2013-1888 (GHSA-4GV5-QHVR-36VV)
Vulnerability from osv_homebrew – Published: 2026-08-13 17:29 – Updated: 2026-09-10 01:01 – Source websitepip before 1.3 allows local users to overwrite arbitrary files via a symlink attack on a file in the /tmp/pip-build temporary directory.
| URL | Type | ||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||
{
"affected": [
{
"ecosystem_specific": {
"fix": "bump",
"range_state": "fixed",
"resource": "pip",
"resource_purl": "pkg:pypi/pip@26.2",
"upstream_fixed_in": "1.3"
},
"package": {
"ecosystem": "Homebrew",
"name": "python@3.13",
"purl": "pkg:brew/python%403.13"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.13.15"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"database_specific": {
"confidence": "high",
"source": "matched",
"strategy": "registry",
"upstream_evidence": [
{
"ecosystem": "PyPI",
"key": "pkg:pypi/pip@26.2",
"name": "pip",
"resource": "pip",
"strategy": "registry",
"subject_version": "26.2"
}
]
},
"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": "BREW-python@3.13-CVE-2013-1888",
"modified": "2026-09-10T01:01:41Z",
"published": "2026-08-13T17:29:58Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2013-1888"
},
{
"type": "WEB",
"url": "https://github.com/pypa/pip/issues/725"
},
{
"type": "WEB",
"url": "https://github.com/pypa/pip/pull/734/files"
},
{
"type": "WEB",
"url": "https://github.com/pypa/pip/pull/780/files"
},
{
"type": "ADVISORY",
"url": "https://github.com/advisories/GHSA-4gv5-qhvr-36vv"
},
{
"type": "WEB",
"url": "https://github.com/pypa/advisory-database/tree/main/vulns/pip/PYSEC-2013-9.yaml"
},
{
"type": "PACKAGE",
"url": "https://github.com/pypa/pip"
},
{
"type": "WEB",
"url": "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/105952.html"
},
{
"type": "WEB",
"url": "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/105989.html"
},
{
"type": "WEB",
"url": "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/106311.html"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2013/03/22/10"
}
],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"type": "CVSS_V3"
},
{
"score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N",
"type": "CVSS_V4"
}
],
"summary": "Improper Link Resolution Before File Access in pip",
"upstream": [
"GHSA-4gv5-qhvr-36vv",
"CVE-2013-1888",
"PYSEC-2013-9"
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
Browse all ATT&CK techniques and the vulnerabilities related to each.
Related by attack behaviour
Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.