CVE-2026-70331 Overview
CVE-2026-70331 is a spoofing vulnerability in Microsoft Edge for iOS caused by improper neutralization of input used for large language model (LLM) prompting. An unauthorized attacker can craft input that manipulates LLM behavior over a network, producing spoofed content to the user. The flaw affects the mobile browser's AI-assisted features and requires user interaction to trigger. Microsoft published guidance through the Microsoft Security Response Center (MSRC) advisory for this issue.
Critical Impact
Attackers can inject crafted prompts that cause Microsoft Edge for iOS to render spoofed or misleading AI-generated output, undermining user trust in browser-integrated assistants.
Affected Products
- Microsoft Edge for iOS (microsoft:edge on iphone_os)
- Microsoft Edge (Chromium) — microsoft:edge_chromium
- Microsoft Edge mobile AI-assisted browsing features
Discovery Timeline
- 2026-08-28 - CVE-2026-70331 published to NVD
- 2026-09-01 - Last updated in NVD database
Technical Details for CVE-2026-70331
Vulnerability Analysis
The vulnerability sits in the input-handling path that forwards user or web-supplied content into an LLM prompt. Microsoft Edge for iOS fails to properly neutralize characters, delimiters, or instructions embedded in that content. As a result, attacker-controlled data can be interpreted by the model as instructions rather than data. The attacker uses this prompt injection primitive to produce spoofed responses that appear to originate from the browser's trusted AI assistant.
The CVSS vector indicates a network attack path with low complexity, no privileges required, and required user interaction. Confidentiality and integrity impacts are limited to the affected user's session, with no availability impact. The EPSS probability is 0.292% at the 21.353 percentile, reflecting low observed exploitation likelihood at publication.
Root Cause
The root cause is missing or insufficient sanitization of untrusted input flowing into LLM prompts, a class of issue tracked under prompt injection and improper input neutralization ([CWE-noinfo] assigned by NVD). Web page content, shared links, or user-provided text can carry embedded model instructions that the prompt assembler concatenates without escaping.
Attack Vector
An attacker hosts or delivers crafted content — for example, a webpage or shared document — that the victim opens in Microsoft Edge for iOS. When the user invokes an AI feature that summarizes or reasons over that content, the embedded instructions redirect model output. The model then returns spoofed information the user is likely to trust because it renders inside the browser UI. See the Microsoft Security Update Guide CVE-2026-70331 advisory for vendor-confirmed details.
No public proof-of-concept or exploit code is available for this CVE.
Detection Methods for CVE-2026-70331
Indicators of Compromise
- Unexpected AI-generated responses in Microsoft Edge for iOS that contain instructions, credentials prompts, or links unrelated to the requested content.
- Outbound requests from mobile devices to domains hosting pages that embed hidden text intended for LLM consumption.
- User reports of misleading summaries, spoofed brand content, or phishing-like messages appearing inside Edge's AI features.
Detection Strategies
- Inspect mobile web traffic for pages containing hidden text, zero-width characters, or system-style prompt markers designed to influence LLMs.
- Correlate browser telemetry with content-inspection results to flag AI interactions triggered on suspicious domains.
- Baseline expected AI response patterns and alert on anomalous outputs referencing authentication, payment, or credential actions.
Monitoring Recommendations
- Monitor Microsoft Edge for iOS version deployment across managed mobile fleets to confirm patch adoption.
- Track user-reported phishing or spoofing incidents originating from browser AI features and route them to the security operations center.
- Review MSRC advisories on a recurring cadence for updates to CVE-2026-70331 mitigation guidance.
How to Mitigate CVE-2026-70331
Immediate Actions Required
- Update Microsoft Edge for iOS to the latest version available through the Apple App Store.
- Enforce mobile device management (MDM) policies that require current browser versions before granting corporate resource access.
- Educate users to treat AI-generated browser output as untrusted when the source content is unknown or externally supplied.
Patch Information
Microsoft has published remediation guidance in the Microsoft Security Update Guide CVE-2026-70331 advisory. Users should install the fixed version of Microsoft Edge for iOS distributed through the App Store. Confirm the installed build matches or exceeds the version specified in the vendor advisory.
Workarounds
- Disable or restrict use of AI-assisted browsing features in Microsoft Edge for iOS until the patched build is installed.
- Restrict Edge for iOS from opening untrusted links via MDM configuration profiles where possible.
- Instruct users to avoid invoking AI summarization on unknown or attacker-supplied content.
# Example MDM check: verify Microsoft Edge for iOS version on managed devices
# Refer to the MSRC advisory for the exact fixed build number
mdm-query --app com.microsoft.msedge --platform ios --field CFBundleShortVersionString
Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

