MEDIUM 4.3

CVE-2026-13995: Chrome Android Autofill UI Spoofing Vulnerability – Patch & Detection Guide

A flaw in Google Chrome's autofill feature on Android devices allows an attacker to trick users with a fake website. The vulnerability exists because the browser doesn't properly validate input when displaying autofill suggestions, giving attackers an opening to create deceptive pages that mimic legitimate interfaces. This is a relatively low-risk issue—it requires user interaction and only affects how information appears on screen, not data theft or system crashes—but it's worth patching because social engineering attacks that fool users into revealing credentials remain a persistent threat.

Source data · NVD / CISA · public domain

CVSS
3.1 · 4.3 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
Weaknesses (CWE)
CWE-20
Affected products
2 configuration(s)
Published / Modified
2026-06-30 / 2026-07-06

NVD description (verbatim)

Insufficient validation of untrusted input in Autofill in Google Chrome on Android prior to 150.0.7871.47 allowed a remote attacker to perform UI spoofing via a crafted HTML page. (Chromium security severity: Medium)

2 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

CVE-2026-13995 is an insufficient input validation vulnerability (CWE-20) in the autofill subsystem of Google Chrome on Android. Prior to version 150.0.7871.47, a remote attacker can craft a malicious HTML page that exploits how the browser renders autofill UI elements. The vulnerability permits UI spoofing, meaning an attacker can overlay, substitute, or misrepresent visual elements to create a convincing phishing or credential-harvesting interface. The CVSS 3.1 score of 4.3 (Medium) reflects the requirement for user interaction and the integrity impact limited to visual deception rather than confidentiality or availability breaches.

Business impact

The primary risk is phishing and social engineering. Attackers can host crafted pages that trick users into entering credentials or sensitive information into spoofed autofill dialogs. For organizations managing Android devices—especially BYOD environments or contractors using personal devices—this increases the likelihood of credential compromise. The impact is indirect: if an employee is tricked into revealing login credentials via a spoofed autofill prompt, downstream account takeover and lateral movement become possible. The low severity score means this is not a critical infrastructure threat, but it does widen the attack surface for credential theft campaigns.

Affected systems

Google Chrome on Android devices running versions prior to 150.0.7871.47 are vulnerable. The vulnerability is specific to the Android platform; desktop and iOS versions are not affected by this particular issue. Any user of an older Chrome build on Android with autofill enabled is potentially at risk, making this a broad but platform-specific concern for mobile-centric organizations.

Exploitability

The vulnerability requires user interaction—specifically, a user must visit a crafted HTML page and interact with the autofill mechanism. There is no requirement for authentication or special system privileges. The attack is straightforward to execute from the network (no local access needed), and the technical complexity is low. However, the attacker must successfully socially engineer a user into visiting a malicious page and engaging with the autofill UI, which adds friction. The vulnerability is not known to be exploited in the wild or included in public exploit databases, and it does not appear on the CISA Known Exploited Vulnerabilities catalog, suggesting active exploitation is not widespread.

Remediation

Users and administrators should update Google Chrome on Android devices to version 150.0.7871.47 or later. For IT teams managing fleets of Android devices, this typically involves ensuring automatic updates are enabled or pushing updates through Mobile Device Management (MDM) solutions. There are no known workarounds short of disabling autofill entirely, which is not practical for most users. Verify the installed Chrome version via Settings > About Chrome and confirm the update has been applied.

Patch guidance

Google released a patch in version 150.0.7871.47 addressing the insufficient input validation in autofill. Organizations should prioritize deployment in the following order: (1) users with administrative access and elevated privileges, (2) users handling sensitive credentials or accessing high-value accounts, and (3) general user population. For Android MDM environments (Intune, MobileIron, etc.), configure policies to enforce Chrome updates or pin the minimum version requirement. Test the patch on a sample device first to rule out compatibility issues with specific Android versions or enterprise applications that may depend on autofill functionality.

Detection guidance

Detection is challenging because the vulnerability operates at the UI layer and does not generate obvious network or system-level artifacts. Endpoint Detection and Response (EDR) tools running on Android devices may identify visits to known phishing domains or unusually high rates of credential entry followed by suspicious login attempts from new IP addresses. Monitor for: (1) authentication alerts showing logins from unexpected devices or locations shortly after Android device activity, (2) user reports of autofill showing unexpected fields or layout, and (3) anomalous Chrome behavior (crashes, hangs) when interacting with certain pages. A post-breach indicator would be compromised credentials used immediately after a user visited a suspicious webpage on an Android device.

Why prioritize this

Although the CVSS score is low (4.3/Medium), this vulnerability should be patched in a standard update cycle rather than treated as critical. Prioritization depends on organization risk profile: financial services, government, and contractor organizations handling sensitive credentials should patch faster. The vulnerability's reliance on social engineering means user awareness training complements patching. Because no active exploitation is known and the barrier to exploitation includes user interaction, this does not warrant emergency response but should not be delayed beyond the normal quarterly or bi-monthly patch schedule.

Risk score, explained

The CVSS 3.1 score of 4.3 reflects the following: Network accessibility (AV:N) and low attack complexity (AC:L) increase risk; however, the requirement for user interaction (UI:R) significantly reduces it. The attack has no confidentiality impact (C:N), limited integrity impact (I:L) because it affects only visual presentation, and no availability impact (A:N). The scope is unchanged (S:U), so the attacker cannot escalate to other security boundaries. The Medium severity rating accurately captures a real but contained threat—credential harvesting is a genuine risk, but the attack surface is narrower than a remote code execution or full authentication bypass.

Frequently asked questions

Can this vulnerability steal my data directly?

No. The vulnerability allows an attacker to create a fake or misleading autofill interface, but it does not directly exfiltrate data. The risk is that you might be tricked into typing credentials into a spoofed dialog, which the attacker can then capture. Your actual Chrome data is not compromised by the flaw itself.

Do I need to disable autofill to be safe?

No. Disabling autofill is not necessary. Simply updating Chrome to version 150.0.7871.47 or later eliminates the vulnerability. Autofill remains a secure and convenient feature once patched.

How long will it take my organization to patch all Android devices?

That depends on your MDM strategy and device population size. If you use centralized MDM with auto-update policies, most devices should update within days. If updates are manual or optional, you may need 2–4 weeks to reach 90% coverage. Prioritize devices with users handling high-value credentials or administrative accounts.

What should I watch for to know if I've been targeted?

Monitor your email and account login alerts for unexpected sign-in attempts, especially from new devices or unfamiliar locations. If you see a login from a device or location you don't recognize shortly after using autofill on a suspicious website, reset your password immediately and enable two-factor authentication.

This analysis is based on the published CVE record and Chromium security advisory as of July 2026. Patch version numbers and affected product versions should be verified against the official Google Chrome security update documentation. No exploit code or weaponizable proof-of-concept is provided. Organizations should conduct their own risk assessment and testing before deploying patches to production environments. This information is provided for informational purposes to support vulnerability management and is not a substitute for professional security advice. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).