VYPR
Unrated severityNVD Advisory· Published Nov 17, 2020· Updated Aug 4, 2024

CVE-2020-15349

CVE-2020-15349

Description

BinaryNights ForkLift 3.x before 3.4 has a local privilege escalation vulnerability because the privileged helper tool implements an XPC interface that allows file operations to any process (copy, move, delete) as root and changing permissions.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

ForkLift 3.x before 3.4 contains a local privilege escalation vulnerability due to missing XPC authorization in its privileged helper tool.

Vulnerability

The privileged helper tool com.binarynights.ForkLiftHelper in BinaryNights ForkLift versions 3.x prior to 3.4 does not perform any authorization checks on incoming XPC connections. This allows any local process to invoke exposed XPC methods, including changePermissions:, changeOwner:, deleteItem:, moveItem:, and others, which execute with root privileges. The helper is installed in /Library/PrivilegedHelperTools/ and listens for XPC messages without verifying the caller's identity or permissions [1].

Exploitation

An attacker with local user access can craft a malicious application or script that connects to the XPC service and calls the exposed methods. No authentication or user interaction is required beyond having a local account. For example, the attacker can call deleteItem: to delete arbitrary files as root, or moveItem: to move files to arbitrary locations, effectively gaining root-level file operations [1].

Impact

Successful exploitation allows an attacker to perform arbitrary file operations (copy, move, delete, change permissions/ownership) as the root user. This can lead to complete compromise of the system, including overwriting system files, installing persistence mechanisms, or exfiltrating sensitive data. The attacker gains root privileges without needing to authenticate as root [1].

Mitigation

The vulnerability is fixed in ForkLift version 3.4, released by the vendor. Users should update to version 3.4 or later. No workaround is available for earlier versions. The CVE is not listed in CISA's Known Exploited Vulnerabilities catalog as of the publication date [1].

AI Insight generated on May 27, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

2

News mentions

0

No linked articles in our index yet.