Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-47425
Published:June 05, 2026
Updated:June 05, 2026
Summary "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", "rattler-build", some methods in "py-rattler", and any other consumer of the "rattler" install crate; no flag or post-link-script opt-in is involved. Resolved in https://github.com/conda/rattler/pull/2445, released in rattler 0.43.2. Affected - Repository: https://github.com/conda/rattler - Commit: "a0e61a33da8b9d6de712fab2a879fa9da977e6e3" (HEAD at audit time, 2026-05-13 release) - Downstream consumers reached through the same code path: "prefix-dev/pixi" @ "e640477" - pixi 0.69.0 and rattler-build 0.65.0 fix this issue Researcher Berkant Koc "me@berkoc.com" (mailto:me@berkoc.com) PGP: 0C588DFD76204987284213EA0AC529C41F8AA5D6
Affected Packages
https://github.com/conda/rattler.git (GITHUB):
Affected version(s) >=rattler-v0.19.0 <rattler-v0.44.0
Fix Suggestion:
Update to version rattler-v0.44.0
rattler (RUST):
Affected version(s) >=0.1.0 <0.43.2
Fix Suggestion:
Update to version 0.43.2
Do you need more information?
Contact Us
CVSS v4
Base Score:
6.3
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
PASSIVE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
Exploit Maturity
UNREPORTED
CVSS v3
Base Score:
8.8
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
REQUIRED
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
HIGH
Weakness Type (CWE)
External Control of File Name or Path
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')