Description
Inappropriate implementation in Permissions in Google Chrome prior to 149.0.7827.53 allowed a remote attacker to leak cross-origin data via a crafted HTML page. (Chromium security severity: Low)
Published: 2026-06-04
Score: 4.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability results from an inappropriate implementation of the Permissions API in Google Chrome, which enables a remote attacker to access or leak data from a different origin via a specially crafted HTML page. This leads to the disclosure of confidential information that should have been protected by the browser’s same‑origin policy. The weakness aligns with CWE‑362, incorrect synchronization, indicating a race condition that can be exploited to bypass policy enforcement, and also with CWE‑940, which signals a failure to enforce resource ownership.

Affected Systems

Google Chrome versions earlier than 149.0.7827.53 are affected. Users running those builds are susceptible to the data leakage unless the browser is upgraded.

Risk and Exploitability

The vulnerability has a CVSS score of 4.3, indicating low severity, and EPSS score < 1%. It is not listed in the CISA KEV catalog. The attack likely requires the victim to visit a malicious web page that contains crafted HTML and the Permissions API; the exploit is remote and does not require local privileges. Because of the low severity and lack of public exploit evidence, the overall risk remains moderate, but any exposure of cross‑origin data can be consequential in sensitive contexts.

Generated by OpenCVE AI on June 7, 2026 at 15:43 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Google Chrome to version 149.0.7827.53 or later.
  • If an immediate update is not possible, consider disabling the Permissions API for cross‑origin requests via chrome://flags or via a managed policy until the patch is applied.
  • Configure your organization to enforce automatic updates of Google Chrome to ensure the vulnerability is fixed in future releases.

Generated by OpenCVE AI on June 7, 2026 at 15:43 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DSA Debian DSA DSA-6325-1 chromium security update
History

Sun, 07 Jun 2026 12:15:00 +0000

Type Values Removed Values Added
Title chromium-browser: Race in Permissions
Weaknesses CWE-940
References
Metrics threat_severity

None

threat_severity

Low


Fri, 05 Jun 2026 15:45:00 +0000

Type Values Removed Values Added
First Time appeared Apple
Apple macos
Linux
Linux linux Kernel
Microsoft
Microsoft windows
CPEs cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:*
cpe:2.3:o:apple:macos:-:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:-:*:*:*:*:*:*:*
cpe:2.3:o:microsoft:windows:-:*:*:*:*:*:*:*
Vendors & Products Apple
Apple macos
Linux
Linux linux Kernel
Microsoft
Microsoft windows

Fri, 05 Jun 2026 13:15:00 +0000

Type Values Removed Values Added
Title Cross‑Origin Data Leak via Permissions Misimplementation

Fri, 05 Jun 2026 11:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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


Fri, 05 Jun 2026 00:45:00 +0000

Type Values Removed Values Added
Title Cross‑Origin Data Leak via Permissions Misimplementation
First Time appeared Google
Google chrome
Vendors & Products Google
Google chrome

Thu, 04 Jun 2026 23:45:00 +0000

Type Values Removed Values Added
Description Inappropriate implementation in Permissions in Google Chrome prior to 149.0.7827.53 allowed a remote attacker to leak cross-origin data via a crafted HTML page. (Chromium security severity: Low)
Weaknesses CWE-362
References

cve-icon MITRE

Status: PUBLISHED

Assigner: Chrome

Published:

Updated: 2026-06-05T11:08:41.477Z

Reserved: 2026-06-04T17:11:05.490Z

Link: CVE-2026-11253

cve-icon Vulnrichment

Updated: 2026-06-05T11:07:48.428Z

cve-icon NVD

Status : Analyzed

Published: 2026-06-05T00:17:01.847

Modified: 2026-06-05T15:31:39.617

Link: CVE-2026-11253

cve-icon Redhat

Severity : Low

Publid Date: 2026-06-02T00:00:00Z

Links: CVE-2026-11253 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-06-07T15:45:03Z

Weaknesses
  • CWE-362

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

  • CWE-940

    Improper Verification of Source of a Communication Channel