← Back to Feed CACHED · 2026-05-17 09:42:19 · cache_key CVE-2025-29912
CVE-2026-11001 · CWE-290 · Disclosed 2026-06-04

Inappropriate implementation in Payments in Google Chrome prior to 149

ASSESSED — NOISGATE V0.5
Vendor
Reassessed
Verdict:
01 · The Real Story

This is a fake card reader overlay, not a crowbar through the vault

CVE-2026-11001 is a Chrome Payments UI-spoofing bug: before Chrome 149.0.7827.53 on Linux and 149.0.7827.53/54 on Windows and macOS, a malicious site can abuse an inappropriate implementation in the Payments component to make deceptive browser UI more believable after the user performs *specific UI gestures*. The public description points to spoofing rather than code execution, data theft from memory, sandbox escape, or a browser-to-OS boundary break.

Google labeled it *Medium* at 6.5, and that feels slightly generous for enterprise patch triage. The real-world chain needs a user to land on a malicious page and then perform the right clicks or gestures, and the payoff is social-engineering leverage inside the browser chrome, not direct system compromise. On a 10,000-host estate, this matters because Chrome is everywhere, but it is still a *fraud-enabler* class bug, not an immediate foothold or lateral-movement primitive.

"Browser-wide reach is the only amplifier; the exploit itself is just phishing-grade UI spoofing with extra user friction."
02 · The Attack Path

4 steps from start to impact.

STEP 01

Deliver a lure page with a payment-themed UI trap

The attacker hosts a crafted HTML page that drives Chrome into the vulnerable Payments code path. The practical weapon is a custom HTML/JavaScript lure, not a memory-corruption exploit kit; the page needs to set up a convincing payment flow or checkout pretext that makes the user continue interacting.
Conditions required:
  • Victim uses Google Chrome below 149.0.7827.53 or 149.0.7827.54 on supported desktop platforms
  • Victim can be induced to browse to attacker-controlled content
  • Payments-related browser features are available and not fully restricted by policy
Where this breaks in practice:
  • This is not wormable or scan-exploitable; the attacker must win user attention first
  • Enterprise web filtering, Safe Browsing, mail filtering, and user skepticism break many delivery attempts before the bug matters
Detection/coverage: Network scanners do not meaningfully detect this on endpoints. Coverage is mostly indirect: secure web gateway logs, browser telemetry, phishing detections, and suspicious referrer/domain analytics.
STEP 02

Harvest the required user gestures

The advisory explicitly says exploitation requires the user to engage in specific UI gestures. That means the attacker must shepherd the victim through clicks, taps, or confirmations that align with the spoofing condition, which sharply narrows success compared with a one-click drive-by.
Conditions required:
  • User interaction beyond page load is required
  • The lure must remain convincing long enough for the victim to complete the expected gesture sequence
Where this breaks in practice:
  • Every extra click is compounding downward pressure on reliability
  • Managed browser controls, popup restrictions, and anti-phishing prompts can disrupt the flow
Detection/coverage: EDR rarely sees the root cause here, but browser event telemetry, suspicious pop-up creation, and anomalous navigation chains may provide clues. Commodity vulnerability scanners cannot validate the gesture-dependent condition.
STEP 03

Spoof trusted browser payment UI

Once the vulnerable flow is reached, the attacker uses the bug to present deceptive UI within or adjacent to the browser payment experience. The weaponized element is the Chrome Payments UI surface itself, because the exploit value comes from making malicious content look more trustworthy than a normal webpage.
Conditions required:
  • The spoofed UI must closely resemble native browser or payment prompts
  • The victim must trust the visual signal enough to continue
Where this breaks in practice:
  • This yields spoofing, not code execution; the attacker still depends on human follow-through for impact
  • Branding differences, password managers, card managers, and user training can expose the fake
Detection/coverage: Little to no signature-based vuln detection exists. Detection is strongest through fraud analytics, browser policy logging, and reports from users seeing suspicious checkout behavior.
STEP 04

Convert deception into fraud or credential capture

Impact is realized only if the victim enters payment data, approves a payment step, or discloses information because the spoofed flow looked legitimate. In enterprise terms, the likely outcomes are user-level fraud, brand impersonation, or help-desk load, not host takeover.
Conditions required:
  • Victim must act on the spoofed prompt
  • The attacker needs a downstream collection endpoint or payment redirection workflow
Where this breaks in practice:
  • No demonstrated sandbox escape, persistence, or privilege gain from the public record
  • Blast radius is usually limited to the affected user session unless the campaign also includes separate phishing or malware stages
Detection/coverage: Fraud systems, DLP around payment data entry, CASB/SWG logs, and user reports are more useful than Nessus-style scanning for catching the actual abuse.
03 · Intelligence Metadata

The supporting signals.

In-the-wild statusNo evidence found of active exploitation in the public sources reviewed, and not KEV-listed as of 2026-06-05.
Public PoC statusNo public PoC or exploit repository surfaced in the reviewed sources. Google also notes bug details may remain restricted until more users are patched, which usually suppresses near-term copycat development.
EPSS0.00035 (very low). That is consistent with a client-side, user-gesture-dependent spoofing issue rather than a broadly weaponized initial-access bug.
KEV statusNo. CISA's KEV catalog is a useful pressure test here: this CVE is absent, which matches the lack of public exploitation evidence.
CVSS vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N = remote delivery, no privileges, but user interaction required and no confidentiality or availability impact in the base model.
Affected versionsGoogle Chrome prior to 149.0.7827.53; Google states desktop stable builds are 149.0.7827.53 (Linux) and 149.0.7827.53/54 (Windows/Mac).
Fixed versionsUpgrade to 149.0.7827.53 or later on Linux, and 149.0.7827.53/54 or later on Windows/macOS. Chromium downstream browsers may pick up the fix on their own schedules.
Exposure and scanning realityThis is a client-side browser flaw, so Shodan/Censys/FOFA-style internet exposure metrics are the wrong lens. The reachable population is large because Chrome is ubiquitous, but exploitation still depends on traffic acquisition and user behavior, not open ports.
Disclosure timingGoogle announced Chrome 149 stable on 2026-06-02; the CVE appeared in public vulnerability feeds on 2026-06-04 to 2026-06-05. Those dates matter because the fix preceded broad CVE indexing.
Reporter / attributionNo named external reporter is visible in the reviewed public record for this CVE. The Chrome release post warns that some bug links remain restricted until adoption improves.
04 · The Call

noisgate verdict.

Final Verdict
DOWNGRADED to LOW (3.9/10)

The decisive factor is the attack chain friction: the bug needs a user on a malicious page and then needs that user to perform specific gestures before the attacker gets anything useful. The resulting impact is UI spoofing inside a browser payment flow, which is operationally closer to a phishing amplifier than to a true enterprise-compromise primitive.

HIGH Downgrade versus vendor Medium based on user-gesture and impact friction
MEDIUM Exact abuse depth inside the Payments UI because Google has restricted bug details

Why this verdict

  • Requires user steering, not just page load: vendor 6.5 starts from a browser-wide remote vector, but I subtract because the attacker must first get the victim onto a malicious site and keep them engaged.
  • Specific UI gestures are a major reliability tax: this is more constrained than ordinary UI:R; the advisory explicitly demands a sequence of user actions, which compounds failure points in real campaigns.
  • Impact is spoofing, not takeover: there is no public indication of RCE, sandbox escape, account-boundary bypass, or durable persistence. That caps urgency even on a ubiquitous client.
  • Population is broad but not directly exposed: Chrome is everywhere, so I do not drop this to IGNORE, but internet-wide exposure scanners do not translate into immediate exploitability because this is not a service-side flaw.
  • Threat intel is cold: no KEV, no public exploitation evidence, and a very low EPSS all push the score down from Google's baseline.

Why not higher?

A higher bucket would need either a cleaner drive-by path, active exploitation, or technical impact beyond deception. Publicly available information shows none of that. The attack still relies on social engineering after the bug fires, which is a big difference from a browser RCE or sandbox escape.

Why not lower?

I am not calling this IGNORE because browser bugs in trusted UI surfaces can still materially improve phishing and payment-fraud conversion at scale. Chrome's ubiquity means even a low-probability, gesture-heavy spoofing flaw can matter across a large fleet if your users routinely handle payments or sensitive approvals in-browser.

05 · Compensating Control

What to do — in priority order.

  1. Force browser auto-update — Enforce enterprise Chrome auto-update and relaunch prompts so endpoints converge on 149.0.7827.53+ quickly. For a LOW verdict there is no mitigation SLA and no remediation SLA beyond backlog hygiene, but browser updates are cheap control-plane wins and should ride your normal client maintenance motion.
  2. Harden Safe Browsing and web filtering — Keep Google Safe Browsing, SWG blocklists, and phishing-domain takedown feeds fully enabled because they stop the campaign *before* the Payments bug is relevant. For LOW, deploy and validate this in normal operations rather than as an emergency change.
  3. Restrict payment features where unnecessary — If parts of your estate do not need browser payment flows, reduce exposure with Chrome enterprise policies that limit or disable payment-related features in low-trust user groups or kiosk roles. Use this as a risk-reduction measure during your routine browser policy review cycle.
  4. Monitor suspicious payment-themed lures — Add detections for newly seen domains, checkout-themed phishing pages, and unusual browser journeys into payment prompts from email links. This does not fix the bug, but it addresses the most likely abuse model while patching lands through standard client hygiene.
What doesn't work
  • Perimeter vulnerability scanning does not help much because this is a client-side browser issue with no server port to fingerprint reliably.
  • MFA alone does not stop UI spoofing in a payment prompt; the victim can still be tricked into approving the wrong action or entering non-authentication data.
  • EDR-only coverage is weak here because the public impact is deception, not malware execution or post-exploitation behavior.
06 · Verification

Crowdsourced verification payload.

Run this on the target endpoint or through your software inventory agent on any Windows, macOS, or Linux host with Google Chrome installed. Invoke it with python3 check_chrome_cve_2026_11001.py (no admin rights normally required); it checks common install paths and reports VULNERABLE, PATCHED, or UNKNOWN against the fixed baseline 149.0.7827.53.

noisgate-verify.py
PYTHONREAD-ONLYSAFE
#!/usr/bin/env python3\n# check_chrome_cve_2026_11001.py\n# Purpose: Determine whether local Google Chrome is below the fixed version for CVE-2026-11001.\n# Output: VULNERABLE / PATCHED / UNKNOWN\n# Exit codes: 0=PATCHED, 1=VULNERABLE, 2=UNKNOWN\n\nimport os\nimport platform\nimport re\nimport subprocess\nimport sys\nfrom shutil import which\n\nFIXED = (149, 0, 7827, 53)\n\ndef parse_version(text):\n    m = re.search(r'(\\d+)\\.(\\d+)\\.(\\d+)\\.(\\d+)', text or '')\n    if not m:\n        return None\n    return tuple(int(x) for x in m.groups())\n\ndef version_to_str(v):\n    return '.'.join(str(x) for x in v)\n\ndef run_cmd(cmd):\n    try:\n        p = subprocess.run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True, timeout=10)\n        out = (p.stdout or '') + '\\n' + (p.stderr or '')\n        return p.returncode, out.strip()\n    except Exception:\n        return 1, ''\n\ndef candidate_commands():\n    system = platform.system().lower()\n    cmds = []\n\n    if 'windows' in system:\n        env = os.environ\n        program_files = [env.get('ProgramFiles'), env.get('ProgramFiles(x86)'), env.get('LocalAppData')]\n        for base in program_files:\n            if not base:\n                continue\n            cmds.append([os.path.join(base, 'Google', 'Chrome', 'Application', 'chrome.exe'), '--version'])\n        powershell = which('powershell') or which('pwsh')\n        if powershell:\n            ps = \"$paths=@('$Env:ProgramFiles\\Google\\Chrome\\Application\\chrome.exe','$Env:ProgramFiles(x86)\\Google\\Chrome\\Application\\chrome.exe','$Env:LocalAppData\\Google\\Chrome\\Application\\chrome.exe'); foreach($p in $paths){ if(Test-Path $p){ (Get-Item $p).VersionInfo.ProductVersion; exit 0 } }; exit 1\"\n            cmds.append([powershell, '-NoProfile', '-Command', ps])\n\n    elif 'darwin' in system:\n        cmds.extend([\n            ['/Applications/Google Chrome.app/Contents/MacOS/Google Chrome', '--version'],\n            [os.path.expanduser('~/Applications/Google Chrome.app/Contents/MacOS/Google Chrome'), '--version']\n        ])\n\n    else:\n        for name in ['google-chrome', 'google-chrome-stable', 'chrome', 'chromium', 'chromium-browser']:\n            path = which(name)\n            if path:\n                cmds.append([path, '--version'])\n        cmds.extend([\n            ['/opt/google/chrome/chrome', '--version'],\n            ['/usr/bin/google-chrome', '--version'],\n            ['/usr/bin/google-chrome-stable', '--version']\n        ])\n\n    # de-duplicate while preserving order\n    seen = set()\n    uniq = []\n    for c in cmds:\n        key = tuple(c)\n        if key not in seen:\n            seen.add(key)\n            uniq.append(c)\n    return uniq\n\ndef main():\n    found_versions = []\n\n    for cmd in candidate_commands():\n        exe = cmd[0]\n        if not os.path.isabs(exe) and which(exe) is None:\n            continue\n        if os.path.isabs(exe) and not os.path.exists(exe):\n            continue\n        rc, out = run_cmd(cmd)\n        ver = parse_version(out)\n        if ver:\n            found_versions.append((cmd[0], ver, out))\n\n    if not found_versions:\n        print('UNKNOWN: Google Chrome version could not be determined on this host')\n        sys.exit(2)\n\n    # Prefer the highest discovered version in case multiple channels exist\n    path, ver, raw = sorted(found_versions, key=lambda x: x[1], reverse=True)[0]\n\n    if ver < FIXED:\n        print(f'VULNERABLE: detected version {version_to_str(ver)} at {path}; fixed version is {version_to_str(FIXED)} or later')\n        sys.exit(1)\n    else:\n        print(f'PATCHED: detected version {version_to_str(ver)} at {path}; fixed baseline is {version_to_str(FIXED)}')\n        sys.exit(0)\n\nif __name__ == '__main__':\n    main()\n
07 · Bottom Line

If you remember one thing.

TL;DR
Monday morning: do not burn emergency cycles on this one unless you have a specific payment-fraud campaign hitting your users. Treat it as browser hygiene: verify Chrome auto-update is working, spot-check that endpoints are at 149.0.7827.53+, and let it ride your normal client patch process. For a LOW verdict there is no noisgate mitigation SLA and no noisgate remediation SLA beyond backlog hygiene; document the downgrade rationale, keep phishing controls tight, and close it in your routine browser maintenance wave rather than escalating it into an out-of-band response.

Sources

  1. Chrome Releases: Stable Channel Update for Desktop (2026-06-02)
  2. Chromium Security Overview
  3. CISA Known Exploited Vulnerabilities Catalog
  4. FIRST EPSS
  5. FIRST EPSS API
  6. GovCERT.HK alert: Multiple Vulnerabilities in Google Chrome
  7. Canadian Centre for Cyber Security advisory AV26-544
  8. VulDB summary for CVE-2026-11001
Peer Review

What defenders are saying.

Submit a review attribution: handle + country only
0 flags selected · stored anonymously
Validation Results

Crowdsourced verification outputs.

Results submitted by users who ran the verification payload against their environment.