Cyber Resilience

CVE-2025-8578

High

Published: 07 August 2025

Published
07 August 2025
Modified
13 November 2025
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0075 73.6th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-8578 is a high-severity Use After Free (CWE-416) vulnerability in Google Chrome. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Client Execution (T1203); ranked in the top 26.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-2 (Flaw Remediation) and RA-5 (Vulnerability Monitoring and Scanning).

Deeper analysis

CVE-2025-8578 is a use-after-free vulnerability (CWE-416) in the Cast component of Google Chrome prior to version 139.0.7258.66. Published on 2025-08-07, it allows potential heap corruption via a crafted HTML page, with a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H) and Chromium security severity rated as Medium.

A remote attacker without privileges can exploit this vulnerability by tricking a user into visiting a malicious website with a crafted HTML page. The low attack complexity requires user interaction but no special scope changes, potentially leading to high impacts on confidentiality, integrity, and availability through heap corruption.

Mitigation is available via the Google Chrome stable channel update to version 139.0.7258.66 or later, as announced in the Chrome Releases blog at https://chromereleases.googleblog.com/2025/08/stable-channel-update-for-desktop.html. Additional technical details are provided in the Chromium issue tracker at https://issues.chromium.org/issues/423387026.

EU & UK References

Vulnerability details

Use after free in Cast in Google Chrome prior to 139.0.7258.66 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. (Chromium security severity: Medium)

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
Why these techniques?

Use-after-free in Chrome Cast component enables RCE via malicious HTML page (drive-by), directly mapping to Exploitation for Client Execution.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-7349Same product: Apple Macos
CVE-2026-3922Same product: Apple Macos
CVE-2026-2321Same product: Apple Macos
CVE-2026-7347Same product: Apple Macos
CVE-2025-11460Same product: Apple Macos
CVE-2025-11756Same product: Apple Macos
CVE-2026-7338Same product: Apple Macos
CVE-2026-9927Same product: Apple Macos
CVE-2026-7348Same product: Apple Macos
CVE-2026-9878Same product: Apple Macos

Affected Assets

google
chrome
≤ 139.0.7258.66

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires timely patching of the use-after-free flaw in Chrome's Cast component via software updates to version 139.0.7258.66 or later.

prevent

Implements memory protections like ASLR and DEP to mitigate heap corruption resulting from the use-after-free vulnerability.

detect

Vulnerability scanning detects outdated Chrome installations vulnerable to exploitation via crafted HTML pages.

References