CVE-2024-27301
CVSS V2 None
CVSS V3 None
Description
Support App is an opensource application specialized in managing Apple devices. It's possible to abuse a vulnerability inside the postinstall installer script to make the installer execute arbitrary code as root. The cause of the vulnerability is the fact that the shebang `#!/bin/zsh` is being used. When the installer is executed it asks for the users password to be executed as root. However, it'll still be using the $HOME of the user and therefore loading the file `$HOME/.zshenv` when the `postinstall` script is executed.
An attacker could add malicious code to `$HOME/.zshenv` and it will be executed when the app is installed. An attacker may leverage this vulnerability to escalate privilege on the system. This issue has been addressed in version 2.5.1 Rev 2. All users are advised to upgrade. There are no known workarounds for this vulnerability.
Overview
- CVE ID
- CVE-2024-27301
- Assigner
- GitHub_M
- Vulnerability Status
- PUBLISHED
- Published Version
- 2024-03-14T18:37:04.240Z
- Last Modified Date
- 2024-03-14T18:37:04.240Z
Weakness Enumerations
References
Reference URL | Reference Tags |
---|---|
https://github.com/root3nl/SupportApp/security/advisories/GHSA-jr78-247f-rhqc | x_refsource_CONFIRM |
https://github.com/root3nl/SupportApp/commit/e866b2aa4028f6a982977f462c0f7550d952c5d0 | x_refsource_MISC |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2024-27301 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-27301 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2024-06-26 01:27:35 | Added to TrackCVE |