CVE-2026-5874
Published: 08 April 2026
Description
Use after free in PrivateAI in Google Chrome prior to 147.0.7727.55 allowed a remote attacker who convinced a user to engage in specific UI gestures to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: Medium)
Mitigating Controls (NIST 800-53 r5)AI
Requires timely identification, reporting, and remediation of flaws like this use-after-free vulnerability through patching Chrome to version 147.0.7727.55 or later.
Implements memory protection safeguards such as ASLR and DEP to directly mitigate use-after-free exploits that could lead to sandbox escape.
Enforces process isolation via sandboxing to limit the scope and impact of vulnerabilities like this PrivateAI sandbox escape attempt.
Security SummaryAI
CVE-2026-5874 is a use-after-free vulnerability (CWE-416) in the PrivateAI component of Google Chrome prior to version 147.0.7727.55. Published on 2026-04-08, it carries a CVSS v3.1 base score of 9.6 (AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H) and is classified as Medium severity by Chromium security.
A remote attacker can exploit this vulnerability by convincing a user to engage in specific UI gestures while visiting a crafted HTML page, potentially achieving a sandbox escape with high confidentiality, integrity, and availability impacts due to the elevated scope.
Mitigation is available via the stable channel update to Google Chrome 147.0.7727.55 or later, as detailed in the Chrome Releases blog at https://chromereleases.googleblog.com/2026/04/stable-channel-update-for-desktop.html and the Chromium issue tracker at https://issues.chromium.org/issues/485397279. Security practitioners should prioritize updating affected browsers.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Use-after-free vulnerability exploited via crafted HTML page with user UI interaction enables arbitrary code execution in client browser (T1203: Exploitation for Client Execution). Leads to sandbox escape, facilitating privilege escalation via exploitation (T1068: Exploitation for Privilege Escalation).