Bug 2373076 (CVE-2025-32798) - CVE-2025-32798 conda-build: Conda-build Code Execution
Summary: CVE-2025-32798 conda-build: Conda-build Code Execution
Keywords:
Status: NEW
Alias: CVE-2025-32798
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2373085 2373088
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-06-16 21:01 UTC by OSIDB Bzimport
Modified: 2025-06-26 08:23 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-06-16 21:01:12 UTC
Conda-build contains commands and tools to build conda packages. Prior to version 25.4.0, the conda-build recipe processing logic has been found to be vulnerable to arbitrary code execution due to unsafe evaluation of recipe selectors. Currently, conda-build uses the eval function to process embedded selectors in meta.yaml files. This approach evaluates user-defined expressions without proper sanitization, which allows arbitrary code to be executed during the build process. As a result, the integrity of the build environment is compromised, and unauthorized commands or file operations may be performed. The vulnerability stems from the inherent risk of using eval() on untrusted input in a context intended to control dynamic build configurations. By directly interpreting selector expressions, conda-build creates a potential execution pathway for malicious code, violating security assumptions. This issue has been patched in version 25.4.0.


Note You need to log in before you can comment on or make changes to this bug.