CVE-2025-64343

7.8

Conda · Constructor

Conda Constructor versions 3.12.2 and below exhibit insecure directory permission inheritance, allowing local authenticated users to perform unauthorized modifications during or after installation.

Executive summary

A local privilege escalation vulnerability in Conda Constructor allows authenticated users to modify installation files due to permissive directory permissions.

Vulnerability

The software suffers from improper permission inheritance where installation directories inherit overly permissive access rights from parent directories. This flaw allows any locally authenticated user to modify installation files during or after the setup process.

Business impact

The vulnerability presents a significant risk for shared multi-user environments where local users may escalate privileges or compromise the integrity of software installations. With a CVSS score of 7.8, this flaw facilitates unauthorized code execution or system modification, potentially leading to a full compromise of the affected machine's local environment.

Remediation

Immediate Action: Upgrade to Conda Constructor version 3.13.0 or later immediately to resolve the permission inheritance flaw.

Proactive Monitoring: Audit existing Conda installations for overly permissive access controls on directories and verify that restricted parent directories are utilized for all future deployments.

Compensating Controls: Ensure that software installations are performed within restricted, non-shared directories where standard users lack write access, thereby mitigating the risk of unauthorized modification.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

This vulnerability highlights the dangers of permissive file system configurations in automated installation tools. Security teams should prioritize updating Conda Constructor to version 3.13.0 to enforce secure directory permissions. Failure to address this could allow local users to manipulate installed software packages, leading to potential privilege escalation or system instability.

Sources