Security Advisory

CVE-2026-24071

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2026-02-02 13:23:51
Last updated 2026-02-03 14:42:22
Assigner SEC-VLab
State PUBLISHED

Description

It was found that the XPC service offered by the privileged helper of Native Access uses the PID of the connecting client to verify its code signature. This is considered insecure and can be exploited by PID reuse attacks. The connection handler function uses _xpc_connection_get_pid(arg2) as argument for the hasValidSignature function. This value can not be trusted since it is vulnerable to PID reuse attacks.