CVE Catalog

CVE-2026-24063

High
Published: Translated: NVD NIST

Summary

When a plugin is installed using the Arturia Software Center on MacOS, an uninstall.sh script is installed in a root owned path. This script has file permissions set to 777, meaning it is writable by any user, leading to potential privilege escalation.

Risk Assessment

An attacker can manipulate the script, creating a risk of privilege escalation and potential unauthorized control over the system.

Recommendation

It is recommended to restrict permissions on the uninstall.sh script and verify its integrity before execution. Additionally, consider implementing security mechanisms to prevent unauthorized access to scripts.

Related vulnerabilities

Original NVD description (English source)

When a plugin is installed using the Arturia Software Center (MacOS), it also installs an uninstall.sh bash script in a root owned path. This script is written to disk with the file permissions 777, meaning it is writable by any user. When uninstalling a plugin via the Arturia Software Center the Privileged Helper gets instructed to execute this script. When the bash script is manipulated by an attacker this scenario will lead to privilege escalation.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS