LiveActive security incident?Get immediate response
CVE Record

CVE-2026-0924: BuhoCleaner 1.15.2 - Local Privilege Escalation via PID reuse attack

BuhoCleaner contains an insecure XPC service that allows local, unprivileged users to escalate their privileges to root via insecure functions.This issue affects BuhoCleaner: 1.15.2.

HighCVSS 7.3Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2026-0924 is a high-severity local privilege escalation issue in Dr.Buho BuhoCleaner 1.15.2. A local unprivileged macOS user may be able to abuse an insecure XPC service and a PID reuse race condition to gain root privileges.

Executive priority

Prioritize remediation on Macs with multiple local users, developer workstations, privileged operator devices, or systems where compromise of a standard account could lead to broader environment access. Treat as important endpoint hardening rather than internet-edge emergency response unless local compromise is already suspected.

Technical view

The issue is described as an insecure XPC service in BuhoCleaner 1.15.2 that allows local privilege escalation to root through insecure functions. The assigned weakness is CWE-367, indicating a time-of-check/time-of-use race condition. CVSS v4.0 is 7.3 High with local attack vector, low attack complexity, low privileges required, no user interaction, and high confidentiality, integrity, and availability impact to the vulnerable system.

Likely exposure

Exposure is limited to systems with BuhoCleaner 1.15.2 installed, primarily macOS endpoints where local users or local code execution are possible. The CVSS vector is local, so this is not indicated as a network-remote vulnerability from the provided sources.

Exploitation context

The source bundle does not report known active exploitation, and KEV is false. Exploitation should be treated as local post-access privilege escalation: an attacker already needs a low-privileged local foothold or account on a host running the affected version.

Researcher notes

The provided bundle identifies only BuhoCleaner 1.15.2 as affected and states default status is unaffected for other versions. Patch evidence is limited to a vendor download URL tagged as patch; no fixed version is provided in the bundle, so remediation should be tied to vendor-confirmed guidance rather than an assumed version. External web search was not used because the user required use of only the supplied CVE source bundle.

Mitigation direction

  • Inventory endpoints for Dr.Buho BuhoCleaner version 1.15.2 and prioritize shared, developer, admin-adjacent, or high-value Macs.
  • Remove or disable BuhoCleaner 1.15.2 where it is not operationally required.
  • Check Dr.Buho vendor guidance and the official download page for a fixed or newer build before upgrading; the bundle includes a patch-tagged download reference but does not specify a fixed version number.
  • Restrict local interactive access to affected hosts and review whether untrusted users can run software on them.
  • Monitor affected systems for unexpected privileged helper or XPC-service activity until remediation is confirmed.

Validation and detection

  • Confirm whether BuhoCleaner 1.15.2 is installed on managed endpoints.
  • Confirm the installed version after any vendor update and retain evidence of the vendor-stated fixed version or remediation guidance.
  • Verify the vulnerable version is removed, upgraded, or otherwise not available to local unprivileged users.
  • Validate that normal BuhoCleaner functionality still works after remediation without granting unintended privileged operations to standard users.
  • Track the CVE record and vendor advisory for any later clarification on fixed versions or exploitation status.
Prepared
Confidence
medium
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-367: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Privilege behavior lookup

The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-0924 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.3 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.3CVSS 4.0HighCVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:NPrimary CVE score

Vulnerability scoring details

Base CVSS 4.0 score

7.3High
CVSS 4.0 vector shape for CVE-2026-0924Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Dr.BuhoBuhoCleaner1.15.2unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-367 · source CWE mapping

Time-of-check Time-of-use (TOCTOU) Race Condition

Time-of-check Time-of-use (TOCTOU) Race Condition represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.