The VSL privileged helper does utilize NSXPC for IPC. The implementation of the "shouldAcceptNewConnection" function, which is used by the NSXPC framework to validate if a client should be allowed to connect to the XPC listener, does not validate clients at all. This means that any process can connect to this service using the configured protocol. A malicious process is able to call all the functions defined in the corresponding HelperToolProtocol. No validation is performed in the functions "writeReceiptFile" and “runUninstaller” of the HelperToolProtocol. This allows an attacker to write files to any location with any data as well as execute any file with any arguments. Any process can call these functions because of the missing XPC client validation described before. The abuse of the missing endpoint validation leads to privilege escalation.
References
| Link | Resource |
|---|---|
| https://r.sec-consult.com/vsl |
Configurations
No configuration.
History
No history.
Information
Published : 2026-03-26 11:16
Updated : 2026-03-26 15:16
NVD link : CVE-2026-24068
Mitre link : CVE-2026-24068
CVE.ORG link : CVE-2026-24068
JSON object : View
Products Affected
No product.
CWE
CWE-306
Missing Authentication for Critical Function
