CyberAlerts is shutting down on June 30th, 2025. Thank you for your support!

CVE-2025-34092: Chrome Cookie Key Exposure via AppBound COM Path Validation Weakness

9.3 CVSS

Description

A cookie encryption bypass vulnerability exists in Google Chrome’s AppBound mechanism due to weak path validation logic within the elevation service. When Chrome encrypts a cookie key, it records its own executable path as validation metadata. Later, when decrypting, the elevation service compares the requesting process’s path to this stored path. However, due to path canonicalization inconsistencies, an attacker can impersonate Chrome (e.g., by naming their binary chrome.exe and placing it in a similar path) and successfully retrieve the encrypted cookie key. This allows malicious processes to retrieve cookies intended to be restricted to the Chrome process only.

Confirmed in Google Chrome with AppBound Encryption enabled. Other Chromium-based browsers may be affected if they implement similar COM-based encryption mechanisms.

Classification

CVE ID: CVE-2025-34092

CVSS Base Severity: CRITICAL

CVSS Base Score: 9.3

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

Problem Types

CWE-287 Improper Authentication CWE-706 Use of Incorrectly-Resolved Name or Reference CWE-290 Authentication Bypass by Spoofing

Affected Products

Vendor: Google

Product: Chrome

References

https://nvd.nist.gov/vuln/detail/CVE-2025-34092
https://www.cyberark.com/resources/threat-research-blog/c4-bomb-blowing-up-chromes-appbound-cookie-encryption
https://vulncheck.com/advisories/google-chrome-appbound-cookie-encryption

Timeline