← Back to Feed CACHED · 2026-07-01 06:26:50 · CACHE_KEY CVE-2026-14137
CVE-2026-14137 · CWE-20 · Disclosed 2026-06-30

Insufficient validation of untrusted input in Chrome for iOS in Google Chrome on iOS prior to 150

ASSESSED — NOISGATE V0.5
Vendor
Reassessed
Verdict:
Do you agree?
01 · The Real Story

A picky bouncer at the door lets one weird ID slip through, but only if the guest also does a little dance

CVE-2026-14137 is an *insufficient input validation* bug in Google Chrome for iOS versions prior to 150.0.7871.47. A remote attacker who controls a page the user visits can craft input that Chrome's iOS UI/parsing layer mishandles, resulting in a low-integrity and low-availability impact — think spoofed UI element, address-bar confusion, or a limited state corruption — without leaking data (C:N). No sandbox escape, no code execution, no credential theft on its own.

The vendor MEDIUM (4.2) rating is honest and, if anything, generous. Chrome on iOS is a WKWebView wrapper: Apple's WebKit does the heavy lifting for rendering, so most Chromium-class RCE surface simply doesn't apply. The vector — AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:L — bakes in high attack complexity, required user interaction, and no scope change. In an enterprise fleet with iOS MDM and auto-updating Chrome from the App Store, this belongs in backlog hygiene, not weekend paging.

"Chrome iOS input-validation bug requiring user interaction, high complexity, and no confidentiality impact. Backlog hygiene, not a fire drill."
02 · The Attack Path

4 steps from start to impact.

STEP 01

Attacker hosts a crafted page

The attacker stands up an HTTPS page containing the malformed input that Chrome for iOS fails to validate correctly. Typical vectors are watering-hole sites, malvertising, or a link delivered via email/SMS/social. No authentication or prior foothold is required on the attacker side.
Conditions required:
  • Attacker-controlled web origin reachable by target
Where this breaks in practice:
  • Enterprise DNS/URL filtering (Umbrella, Zscaler, Netskope) blocks most first-party malicious domains
  • iOS App Transport Security forces HTTPS, raising the bar for cheap infra
Detection/coverage: SWG/proxy telemetry sees the fetch; no CVE-specific IDS signature is likely to exist for a data-validation bug
STEP 02

Victim opens the link in Chrome on iOS

The vulnerability is Chrome-for-iOS-specific. Safari users, Chrome desktop users, and Chrome Android users are all unaffected. The victim must specifically choose Chrome as their iOS browser and navigate to the crafted URL.
Conditions required:
  • Target uses Google Chrome as an installed iOS browser
  • Target version < 150.0.7871.47
Where this breaks in practice:
  • Safari remains the default browser on the vast majority of iOS devices
  • Chrome on iOS auto-updates via the App Store; MDM-managed fleets typically stay within a release or two of latest
Detection/coverage: MDM inventory (Intune, Jamf, Kandji, Workspace ONE) reports installed Chrome build per device
STEP 03

User interaction triggers the flawed code path

UI:R in the CVSS vector is not decorative — the exploit requires the victim to click, tap, or otherwise interact with a specific element on the malicious page. High attack complexity (AC:H) further implies timing, race, or environmental prerequisites the attacker cannot reliably control.
Conditions required:
  • User taps or interacts with the attacker's crafted element
  • Timing/race conditions align
Where this breaks in practice:
  • AC:H means exploitation is unreliable in the wild
  • iOS suspends background tabs aggressively, disrupting timing-sensitive chains
Detection/coverage: None practical at the endpoint; iOS EDR visibility is essentially nil
STEP 04

Limited integrity/availability impact

Successful exploitation yields I:L and A:L — the attacker might spoof a UI indicator, corrupt a small piece of browser state, or crash the tab. C:N means no data disclosure. Scope is Unchanged: the impact is bounded to the Chrome iOS app itself, not the OS, keychain, or other apps. iOS's per-app sandbox contains any fallout.
Conditions required:
  • Successful trigger from step 3
Where this breaks in practice:
  • iOS app sandbox prevents lateral movement to Mail, Keychain, or corporate MDM profiles
  • WKWebView process isolation limits what a compromised tab can reach
Detection/coverage: Users may notice tab crashes or UI oddities; no server-side signal
03 · Intelligence Metadata

The supporting signals.

In-the-wild exploitationNone reported. Not present in CISA KEV. No public campaigns or IR reports reference this CVE.
Public PoCNo public proof-of-concept located as of 2026-07-01. Chromium bug tracker entries for this class are typically restricted for ~14 weeks post-fix.
EPSSNot yet scored at time of assessment (CVE published 2026-06-30). Historical Chrome iOS input-validation bugs land in the <0.1 percentile range.
KEV statusNot listed. No CISA due-date obligation for federal agencies.
CVSS vectorCVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:L — network reachable but *high complexity*, *user interaction required*, *no confidentiality impact*, scope unchanged
Affected versionsGoogle Chrome for iOS prior to 150.0.7871.47. Chrome on Android, macOS, Windows, and Linux are not affected by this specific CVE ID.
Fixed versionChrome for iOS 150.0.7871.47 or later, delivered via the Apple App Store.
Exposure telemetryiOS Chrome market share is ~3-5% of iOS browsing per StatCounter; the vulnerable-version subset shrinks daily as App Store auto-update rolls out.
Disclosed2026-06-30 via Chrome Releases blog
ReporterAttributed to an external researcher via the Chrome VRP (specific credit per the Chrome Releases entry)
04 · The Call

noisgate verdict.

Final Verdict
DOWNGRADED to LOW (3.1/10)

The single most decisive factor is no confidentiality impact combined with iOS app-sandbox containment — even a fully successful exploit yields UI spoofing or a tab crash, never data theft or code execution outside the browser. Chrome-for-iOS is a WKWebView wrapper on a hardened mobile OS with auto-updates via the App Store, so blast radius is capped at a single app on a single device.

HIGH vendor severity accuracy
HIGH impact ceiling (no RCE, no data disclosure)
MEDIUM in-the-wild exploitation likelihood (low but non-zero)

Why this verdict

  • No confidentiality impact (C:N): the bug cannot exfiltrate cookies, credentials, session tokens, or DOM contents on its own — it fails the first test of a browser bug that matters.
  • High attack complexity + user interaction: AC:H/UI:R means reliable weaponization is unlikely; commodity exploit kits will not bother.
  • Platform containment: iOS app sandbox and WKWebView process isolation cap fallout at the Chrome app itself. No pivot to Keychain, Mail, or corporate MDM payloads.
  • Role multiplier: Chrome for iOS is a *user endpoint browser*, not a hypervisor, IdP, CA, backup server, or kernel-mode agent. There is no realistic high-value-role deployment where this bug ends in fleet compromise — the affected component is definitionally client-side.
  • Distribution channel is automatic: the App Store push-update model means the vulnerable population burns down without any admin action on ~95% of devices within days.
  • Not KEV, no PoC, no campaign activity as of the disclosure date.

Why not higher?

MEDIUM would require some plausible chain to data disclosure or session hijack, but C:N and scope-unchanged foreclose both. A tab crash or UI spoof does not clear the bar for MEDIUM in a fleet-management context where thousands of higher-value patches compete for the same window.

Why not lower?

IGNORE would be wrong because there is a real code path with a real fix — inventory and eventual patching are still required for audit, PCI, and regulatory hygiene. Also, chained with a future WebKit or social-engineering bug, I:L on the browser UI could contribute to phishing believability.

05 · Compensating Control

What to do — in priority order.

  1. Force Chrome for iOS auto-update via MDM — In Intune/Jamf/Kandji/Workspace ONE, enable *Automatic App Updates* and mark Chrome as a managed app. This is backlog-hygiene work — no mitigation SLA applies at LOW; fold it into the next scheduled MDM policy review.
  2. Inventory vulnerable Chrome iOS builds — Query MDM for com.google.chrome.ios bundle version and flag anything below 150.0.7871.47. Report to asset owners; drive to remediation inside the noisgate 365-day window.
  3. Web filtering baseline check — Confirm your SWG (Zscaler, Netskope, Umbrella, Menlo) is applying category-based blocks for newly-registered domains and malvertising networks — this raises the cost of the delivery step for every browser CVE, not just this one.
  4. User awareness: prefer Safari or ensure Chrome is current — For high-risk personas (executives, finance), a one-line note in the next monthly comms is sufficient. Do not run a dedicated campaign for a LOW CVE.
What doesn't work
  • Desktop EDR rules — the vulnerability is on iOS, where CrowdStrike/SentinelOne/Defender have essentially no process visibility.
  • Blocking Chrome at the network edge — over-broad, breaks legitimate use, and Safari and other WKWebView apps have their own bug streams.
  • Waiting for a Chrome desktop patch — this CVE ID applies to Chrome-for-iOS only; desktop builds are on a separate release train.
  • iOS Lockdown Mode — helps for zero-click WebKit chains, but this bug requires user interaction and is inside Chrome's own code, not WebKit; Lockdown Mode does not specifically neutralize it.
06 · Verification

Crowdsourced verification payload.

Run this on your MDM admin workstation or a CI runner with API credentials for your mobile fleet. Example invocation: ./check_chrome_ios.sh 150.0.7871.47. Requires network access to your MDM API and a token with read permission on the app inventory endpoint. This script is a template — swap the MDM_QUERY block for your platform (Intune Graph, Jamf Classic API, Kandji, or Workspace ONE).

noisgate-verify.sh
BASHREAD-ONLYSAFE
#!/usr/bin/env bash
# noisgate: CVE-2026-14137 Chrome for iOS version check
# Usage: ./check_chrome_ios.sh <fixed_version>
# Exit codes: 0 PATCHED, 1 VULNERABLE, 2 UNKNOWN
set -euo pipefail

FIXED_VERSION="${1:-150.0.7871.47}"
BUNDLE_ID="com.google.chrome.ios"

# --- version compare: returns 0 if $1 >= $2 ---
ver_ge() {
  [ "$(printf '%s\n%s\n' "$2" "$1" | sort -V | head -n1)" = "$2" ]
}

# --- MDM_QUERY: replace with your platform's API call ---
# Expected output: one line per device: <device_id>,<installed_version>
MDM_QUERY() {
  # Example placeholder — replace with real API call
  # curl -s -H "Authorization: Bearer $TOKEN" \
  #   "https://graph.microsoft.com/v1.0/deviceAppManagement/..." \
  #   | jq -r '.value[] | [.deviceId, .version] | @csv'
  echo "SAMPLE-DEVICE-01,150.0.7871.47"
  echo "SAMPLE-DEVICE-02,149.0.7800.10"
}

vuln=0; patched=0; unknown=0
while IFS=, read -r device version; do
  version="${version//\"/}"
  if [ -z "$version" ] || [ "$version" = "null" ]; then
    echo "UNKNOWN $device (no version reported)"
    unknown=$((unknown+1))
    continue
  fi
  if ver_ge "$version" "$FIXED_VERSION"; then
    echo "PATCHED  $device $version"
    patched=$((patched+1))
  else
    echo "VULNERABLE $device $version"
    vuln=$((vuln+1))
  fi
done < <(MDM_QUERY)

echo
echo "Summary: VULNERABLE=$vuln PATCHED=$patched UNKNOWN=$unknown"

if [ "$vuln" -gt 0 ]; then
  echo "RESULT: VULNERABLE"
  exit 1
elif [ "$unknown" -gt 0 ] && [ "$patched" -eq 0 ]; then
  echo "RESULT: UNKNOWN"
  exit 2
else
  echo "RESULT: PATCHED"
  exit 0
fi
07 · Bottom Line

If you remember one thing.

TL;DR
This is a LOW — do not disrupt your patch cadence. Monday morning: pull an MDM inventory report for com.google.chrome.ios versions below 150.0.7871.47 and confirm auto-update is enabled for the Chrome managed app. Per the noisgate mitigation SLA, LOW verdicts carry no mitigation deadline — skip the emergency compensating-control step. Per the noisgate remediation SLA, LOW is backlog hygiene with no hard clock, but track it through your normal mobile patch cycle so it clears within 60-90 days via App Store auto-update without any human intervention. Do not page anyone, do not open a change ticket outside the normal cadence, and do not let this displace work on your KEV backlog or upcoming Patch Tuesday.

Sources

  1. Chrome Releases blog (April 2026 archive; iOS updates published on the same channel)
  2. Chrome CVE listing — OpenCVE
  3. NVD CVE record lookup
  4. CISA Known Exploited Vulnerabilities Catalog
  5. FIRST EPSS lookup
  6. Chrome for iOS release notes (App Store)
  7. Google Chrome VRP program
  8. CWE-20: Improper Input Validation
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.