Search
Find a vulnerability
Search criteria
ⓘ
Use this form to refine search results.
Full-text search supports keyword queries with ranking and filtering.
You can combine vendor, product, and sources to narrow results.
Enable “Apply ordering” to sort by date instead of relevance.
2 vulnerabilities by prefix-dev
CVE-2026-47425 (GCVE-0-2026-47425)
Vulnerability from nvd – Published: 2026-07-21 17:47 – Updated: 2026-07-23 14:20
VLAI
EPSS
VEX
Title
Rattler vulnerable to entry-point path traversal in noarch:python install (arbitrary file write)
Summary
Rattler is a library that provides common functionality used within the conda ecosystem. Prior to version 0.43.2, `EntryPoint::FromStr` in `rattler_conda_types` performs only `.trim()` on the `command` field before the linker joins it onto the install prefix and writes an executable Python script. A malicious `noarch:python` package can ship an `info/link.json` with an entry-point name containing `..`, `/`, `\`, or an absolute path; the resulting file is written outside the prefix (or clobbers an existing in-prefix entry-point such as `bin/pip`) with mode `0o775` on Unix and a copied launcher `.exe` on Windows. This affects the default install path of `pixi install`, `mamba install` via py-rattler, `rattler-build`, and any other consumer of the `rattler` install crate; no flag or post-link-script opt-in is involved. Version 0.43.2 contains a fix for the issue.
Severity
SSVC
Exploitation: none
Automatable: no
Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-07-23 14:20 UTC
CWE
Assigner
References
2 references
| URL | Tags |
|---|---|
| https://github.com/conda/rattler/security/advisor… | x_refsource_CONFIRM |
| https://github.com/conda/rattler/commit/4f06eca89… | x_refsource_MISC |
Impacted products
4 products
| Vendor | Product | Version | |
|---|---|---|---|
| conda | rattler |
Affected:
< 0.43.2
|
|
| conda | py-rattler |
Affected:
< 0.24.0
|
|
| conda | rattler-build |
Affected:
< 0.65.0
|
|
| prefix-dev | pixi |
Affected:
< 0.69.0
|
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-47425",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-07-23T14:20:28.291978Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-07-23T14:20:36.413Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "rattler",
"vendor": "conda",
"versions": [
{
"status": "affected",
"version": "\u003c 0.43.2"
}
]
},
{
"product": "py-rattler",
"vendor": "conda",
"versions": [
{
"status": "affected",
"version": "\u003c 0.24.0"
}
]
},
{
"product": "rattler-build",
"vendor": "conda",
"versions": [
{
"status": "affected",
"version": "\u003c 0.65.0"
}
]
},
{
"product": "pixi",
"vendor": "prefix-dev",
"versions": [
{
"status": "affected",
"version": "\u003c 0.69.0"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Rattler is a library that provides common functionality used within the conda ecosystem. Prior to version 0.43.2, `EntryPoint::FromStr` in `rattler_conda_types` performs only `.trim()` on the `command` field before the linker joins it onto the install prefix and writes an executable Python script. A malicious `noarch:python` package can ship an `info/link.json` with an entry-point name containing `..`, `/`, `\\`, or an absolute path; the resulting file is written outside the prefix (or clobbers an existing in-prefix entry-point such as `bin/pip`) with mode `0o775` on Unix and a copied launcher `.exe` on Windows. This affects the default install path of `pixi install`, `mamba install` via py-rattler, `rattler-build`, and any other consumer of the `rattler` install crate; no flag or post-link-script opt-in is involved. Version 0.43.2 contains a fix for the issue."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "LOCAL",
"baseScore": 6.9,
"baseSeverity": "MEDIUM",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "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",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "HIGH"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-22",
"description": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-73",
"description": "CWE-73: External Control of File Name or Path",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-07-21T17:47:40.995Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/conda/rattler/security/advisories/GHSA-q53q-5r4j-5729",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/conda/rattler/security/advisories/GHSA-q53q-5r4j-5729"
},
{
"name": "https://github.com/conda/rattler/commit/4f06eca89aa13209774d26dbac077c41b72bac7c",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/conda/rattler/commit/4f06eca89aa13209774d26dbac077c41b72bac7c"
}
],
"source": {
"advisory": "GHSA-q53q-5r4j-5729",
"discovery": "UNKNOWN"
},
"title": "Rattler vulnerable to entry-point path traversal in noarch:python install (arbitrary file write)"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-47425",
"datePublished": "2026-07-21T17:47:40.995Z",
"dateReserved": "2026-05-19T19:37:43.526Z",
"dateUpdated": "2026-07-23T14:20:36.413Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-47425 (GCVE-0-2026-47425)
Vulnerability from cvelistv5 – Published: 2026-07-21 17:47 – Updated: 2026-07-23 14:20
VLAI
EPSS
VEX
Title
Rattler vulnerable to entry-point path traversal in noarch:python install (arbitrary file write)
Summary
Rattler is a library that provides common functionality used within the conda ecosystem. Prior to version 0.43.2, `EntryPoint::FromStr` in `rattler_conda_types` performs only `.trim()` on the `command` field before the linker joins it onto the install prefix and writes an executable Python script. A malicious `noarch:python` package can ship an `info/link.json` with an entry-point name containing `..`, `/`, `\`, or an absolute path; the resulting file is written outside the prefix (or clobbers an existing in-prefix entry-point such as `bin/pip`) with mode `0o775` on Unix and a copied launcher `.exe` on Windows. This affects the default install path of `pixi install`, `mamba install` via py-rattler, `rattler-build`, and any other consumer of the `rattler` install crate; no flag or post-link-script opt-in is involved. Version 0.43.2 contains a fix for the issue.
Severity
SSVC
Exploitation: none
Automatable: no
Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-07-23 14:20 UTC
CWE
Assigner
References
2 references
| URL | Tags |
|---|---|
| https://github.com/conda/rattler/security/advisor… | x_refsource_CONFIRM |
| https://github.com/conda/rattler/commit/4f06eca89… | x_refsource_MISC |
Impacted products
4 products
| Vendor | Product | Version | |
|---|---|---|---|
| conda | rattler |
Affected:
< 0.43.2
|
|
| conda | py-rattler |
Affected:
< 0.24.0
|
|
| conda | rattler-build |
Affected:
< 0.65.0
|
|
| prefix-dev | pixi |
Affected:
< 0.69.0
|
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-47425",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-07-23T14:20:28.291978Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-07-23T14:20:36.413Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "rattler",
"vendor": "conda",
"versions": [
{
"status": "affected",
"version": "\u003c 0.43.2"
}
]
},
{
"product": "py-rattler",
"vendor": "conda",
"versions": [
{
"status": "affected",
"version": "\u003c 0.24.0"
}
]
},
{
"product": "rattler-build",
"vendor": "conda",
"versions": [
{
"status": "affected",
"version": "\u003c 0.65.0"
}
]
},
{
"product": "pixi",
"vendor": "prefix-dev",
"versions": [
{
"status": "affected",
"version": "\u003c 0.69.0"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Rattler is a library that provides common functionality used within the conda ecosystem. Prior to version 0.43.2, `EntryPoint::FromStr` in `rattler_conda_types` performs only `.trim()` on the `command` field before the linker joins it onto the install prefix and writes an executable Python script. A malicious `noarch:python` package can ship an `info/link.json` with an entry-point name containing `..`, `/`, `\\`, or an absolute path; the resulting file is written outside the prefix (or clobbers an existing in-prefix entry-point such as `bin/pip`) with mode `0o775` on Unix and a copied launcher `.exe` on Windows. This affects the default install path of `pixi install`, `mamba install` via py-rattler, `rattler-build`, and any other consumer of the `rattler` install crate; no flag or post-link-script opt-in is involved. Version 0.43.2 contains a fix for the issue."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "LOCAL",
"baseScore": 6.9,
"baseSeverity": "MEDIUM",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "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",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "HIGH"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-22",
"description": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-73",
"description": "CWE-73: External Control of File Name or Path",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-07-21T17:47:40.995Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/conda/rattler/security/advisories/GHSA-q53q-5r4j-5729",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/conda/rattler/security/advisories/GHSA-q53q-5r4j-5729"
},
{
"name": "https://github.com/conda/rattler/commit/4f06eca89aa13209774d26dbac077c41b72bac7c",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/conda/rattler/commit/4f06eca89aa13209774d26dbac077c41b72bac7c"
}
],
"source": {
"advisory": "GHSA-q53q-5r4j-5729",
"discovery": "UNKNOWN"
},
"title": "Rattler vulnerable to entry-point path traversal in noarch:python install (arbitrary file write)"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-47425",
"datePublished": "2026-07-21T17:47:40.995Z",
"dateReserved": "2026-05-19T19:37:43.526Z",
"dateUpdated": "2026-07-23T14:20:36.413Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}