CVE-2026-24068 PUBLISHED

Missing XPC Client & NSXPC endpoint validation leads to privilege escalation in Vienna Assistant (MacOS) - Vienna Symphonic Library

Assigner: SEC-VLab
Reserved: 21.01.2026 Published: 26.03.2026 Updated: 26.03.2026

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.

Product Status

Vendor Vienna Symphonic Library GmbH
Product Vienna Assistant
Versions Default: unknown
  • Version 1.2.542 is affected

Solutions

The vendor was unresponsive and did not respond to any of our communication attempts. Therefore, a patch is not available. In case you are using this product, please approach the vendor and demand a fix.

Credits

  • Florian Haselsteiner, SEC Consult Vulnerability Lab finder

References

Problem Types

  • CWE-306 Missing authentication for critical function CWE

Impacts

  • CAPEC-1 Accessing Functionality Not Properly Constrained by ACLs