Description
In multiple locations, there is a possible use-after-free due to a race condition. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation.
Published: 2026-09-15
Score: 7 High
EPSS: < 1% Very Low
KEV: No
Impact: Local privilege escalation
Action: Immediate Patch
AI Analysis

Impact

A race condition in several Android components allows a use-after‑free that can be triggered locally. The flaw causes the system to execute code with system privileges, enabling an attacker to elevate any of their local processes.

Affected Systems

All Android devices that rely on the affected components are vulnerable, including Google Pixel phones and any devices running an unpatched Android version. The vulnerability is present in the core OS libraries where the race condition exists. No specific version ranges are listed, so all installations before the latest security patch may be at CVSS score of 7 indicates high severity, and the fault does not require user interaction or network access. Because the use-after‑free is local, an attacker must have physical or local access to the device. The lack of an EPSS score and KEV listing suggests no confirmed public exploits yet, but the high severity and the local privilege escalation potential warrant prompt patching.

Risk and Exploitability

The CVSS score of 7 reflects high severity, with a potential for full system compromise via local privilege escalation. No EPSS score is provided, and the vulnerability is not currently listed in the CISA KEV catalog, indicating that public exploits are not confirmed. The flaw can be exploited without user interaction or network access, but it requires local or physical access to the device. Attackers could trigger a race condition that results in a use‑after‑free, potentially running arbitrary code with system privileges. Given the high impact and the absence of known exploits, the risk is considered moderate‑high, and immediate patching is advised.

Generated by OpenCVE AI on September 16, 2026 at 01:10 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Android security patch via the official OTA update channel
  • Enable automatic updates so future patches are installed immediately
  • Restrict applications with system privileges and avoid installing unknown or sideloaded apps that run with elevated rights

Generated by OpenCVE AI on September 16, 2026 at 01:10 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 15 Sep 2026 22:45:00 +0000

Type Values Removed Values Added
First Time appeared Google
Google android
Vendors & Products Google
Google android

Tue, 15 Sep 2026 20:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362
CWE-416
Metrics cvssV3_1

{'score': 7, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 15 Sep 2026 19:00:00 +0000

Type Values Removed Values Added
Description In multiple locations, there is a possible use-after-free due to a race condition. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation.
References

cve-icon MITRE

Status: PUBLISHED

Assigner: Google_Devices

Published:

Updated: 2026-09-16T03:57:23.120Z

Reserved: 2026-07-02T05:40:51.923Z

Link: CVE-2026-58724

cve-icon Vulnrichment

Updated: 2026-09-15T19:56:31.401Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-09-15T19:17:32.853

Modified: 2026-09-16T19:24:44.153

Link: CVE-2026-58724

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-16T01:15:17Z

Weaknesses
  • CWE-362

    Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

  • CWE-416

    Use After Free