Cyber Resilience

CVE-2024-6778

Race Condition in Google Chrome ≤ 126.0.6478.182

Public PoCRace Condition
Published
16 July 2024
Modified
26 December 2024
CVSS Score v3.1 7.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0078 53th percentile
Risk Priority 66 floored blend · peak EPSS

Summary

CVE-2024-6778 is a high-severity Race Condition (CWE-362) vulnerability in Google Chrome. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked in the top 47% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SA-15 (Development Process, Standards, and Tools) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2024-6778 is a race condition vulnerability in DevTools within Google Chrome versions prior to 126.0.6478.182. The flaw, tracked under CWE-362 and CWE-366, resides in the handling of extension interactions with privileged pages and carries a CVSS 3.1 score of 7.5.

An attacker who persuades a user to install a maliciously crafted Chrome extension can exploit the race to inject arbitrary scripts or HTML into a privileged page. Successful exploitation grants the attacker high impact on confidentiality, integrity, and availability without requiring elevated privileges beyond the extension installation step.

Chrome stable channel updates released on 16 July 2024 address the issue by advancing the browser to version 126.0.6478.182, as noted in the corresponding Chromium release notes and issue tracker entries. The EPSS score remains flat at 0.1526 with no reported real-world exploitation.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Race in DevTools in Google Chrome prior to 126.0.6478.182 allowed an attacker who convinced a user to install a malicious extension to inject scripts or HTML into a privileged page via a crafted Chrome Extension. (Chromium security severity: High)

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1548 Abuse Elevation Control Mechanism Privilege Escalation
Adversaries may circumvent mechanisms designed to control privilege elevation to gain higher-level permissions.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2026-14133Same product: Google Chrome
CVE-2025-0439Same product: Google Chrome
CVE-2024-6996Same product: Google Chrome
CVE-2026-15119Same product: Google Chrome
CVE-2026-17979Same product: Google Chrome
CVE-2026-14082Same product: Google Chrome
CVE-2026-0628Same product: Google Chrome
CVE-2024-7005Same product: Google Chrome
CVE-2026-9918Same product: Google Chrome
CVE-2024-7025Same product: Google Chrome

Affected Assets

google
chrome
≤ 126.0.6478.182

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V10.4.2
  • V10.4.5
  • V15.1.3
  • V15.4.1

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and evaluation can include concurrency and stress testing that finds race conditions after they have been coded.

Requiring documented development standards and tools can mandate use of safe concurrency patterns that avoid introducing races.

Security engineering principles include requirements for synchronization primitives and thread-safe design that stop race conditions from being introduced.

Maintaining separate execution domains for each process structurally eliminates unintended concurrent access to the same shared resources.

Preventing unintended information transfer through shared system resources directly addresses the improper concurrent modification that defines a race condition.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require proper synchronization primitives and concurrency testing that prevent race conditions.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect race conditions, but does not prevent them at design or coding time.

prevents

Secure SDLC mandates concurrency controls and synchronization primitives that directly prevent race conditions.

prevents

Application security requirements can specify thread-safety and locking rules, but do not prescribe implementation details.

prevents

Secure architecture principles require proper synchronization and resource isolation, addressing the root cause of CWE-362.

prevents

Secure coding standards explicitly forbid unsafe concurrent access patterns and mandate atomic operations or locks.

none

Change management reduces introduction of concurrency bugs during updates, yet does not address the weakness itself.

References