HIGH 7.1

CVE-2026-57977: Microsoft Edge XSS Vulnerability (CVSS 7.1)

Microsoft Edge (Chromium-based) contains a cross-site scripting (XSS) vulnerability that allows attackers to inject malicious code into web pages viewed in the browser. An attacker can exploit this by crafting a specially designed webpage that, when visited by a user, executes unauthorized JavaScript in the victim's browser context. The primary risk is spoofing—attackers can impersonate legitimate content, steal session tokens, redirect users to phishing sites, or harvest credentials. This requires user interaction (clicking a link or visiting a malicious site), but the ease of social engineering makes it a practical attack vector.

Source data · NVD / CISA · public domain

CVSS
3.1 · 7.1 HIGH · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:H/A:N
Weaknesses (CWE)
CWE-79
Affected products
1 configuration(s)
Published / Modified
2026-07-03 / 2026-07-07

NVD description (verbatim)

Improper neutralization of input during web page generation ('cross-site scripting') in Microsoft Edge (Chromium-based) allows an unauthorized attacker to perform spoofing over a network.

1 reference(s) · View on NVD →

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

Technical summary

CVE-2026-57977 is a reflected or stored XSS vulnerability (CWE-79) in Microsoft Edge's rendering engine stemming from improper input sanitization during web page generation. The vulnerability allows attackers to bypass Content Security Policy or other XSS protections by injecting script payloads that execute with the privileges of the affected web application or site. The CVSS 3.1 score of 7.1 (HIGH) reflects network accessibility, low attack complexity, and high integrity impact—an attacker can modify what the user sees or interact with, but cannot directly exfiltrate confidential data or cause denial of service through this vector alone.

Business impact

Compromised users may leak authentication credentials, session cookies, or sensitive information displayed on trusted websites. Organizations relying on Edge for internal web applications face risk of account takeover if employees are socially engineered into visiting attacker-controlled pages. Spoofing attacks erode user trust in legitimate services and can be used to distribute malware or conduct phishing campaigns at scale. For enterprises managing Edge deployments, this vulnerability introduces a need for rapid patching to prevent lateral movement and credential compromise across the workforce.

Affected systems

All versions of Microsoft Edge based on Chromium are potentially affected. This includes the modern Edge browser available on Windows 10, Windows 11, macOS, iOS, and Android. The vulnerability does not affect Internet Explorer or pre-Chromium Edge versions. Organizations should verify the exact affected version range in Microsoft's official security advisory and patch guidance.

Exploitability

Exploitability is moderate to high. An attacker must trick a user into visiting a malicious webpage or clicking a crafted link, but no special privileges are required and the attack surface is broad—any website could be a delivery vector. The CVSS vector AC:L (low complexity) and PR:N (no privileges) indicate the attack is straightforward to execute once a victim is enticed. The UI:R requirement means user interaction is mandatory, which slightly raises the practical bar but does not significantly limit real-world exploitation given social engineering effectiveness. Active exploitation in the wild is not yet confirmed per KEV status, but the attack pattern is well-understood and proof-of-concept code may emerge quickly.

Remediation

Microsoft will release security updates through its standard monthly patch cycle or out-of-band if severity warrants. Users should enable automatic updates in Edge settings or manually check Settings > About Microsoft Edge to trigger immediate patching. Organizations should deploy patches via Windows Update, WSUS, or Microsoft Intune as soon as verified stable builds are available. No known workarounds exist; patching is the primary remediation. Consider implementing network-level controls such as blocking known malicious domains and enforcing web content filtering to reduce exposure while patches are deployed.

Patch guidance

Monitor Microsoft's official security advisories and the Microsoft Edge release notes for the specific patched version number. Patches are typically released on Patch Tuesday (second Tuesday of each month) or sooner for critical issues. Test patches in a non-production environment before broad rollout to ensure compatibility with internal web applications. For enterprises, stagger patch deployment to identify any compatibility issues early. Users on manual update cycles should prioritize this update given the XSS risk and HIGH severity rating.

Detection guidance

Monitor Edge browser logs and network traffic for suspicious JavaScript execution patterns, particularly from untrusted domains or unusual referrers. Web Application Firewalls (WAF) should inspect for common XSS payloads in query strings and POST bodies, especially script tags, event handlers (onerror, onload), and encoded variants. Browser security event logs (on Windows) may show script execution anomalies. Endpoint Detection and Response (EDR) tools can flag unusual outbound connections or credential access following web page visits. Consider deploying browser isolation or sandboxing technologies in high-risk environments to contain potential XSS payload execution.

Why prioritize this

This vulnerability warrants HIGH priority patching due to its broad attack surface, ease of exploitation via social engineering, and potential for credential theft or account takeover. The XSS vector is one of the most prevalent web attack classes, and Edge's wide deployment across enterprises makes it an attractive target. Although KEV status is not yet assigned, the combination of high CVSS, low complexity, and network accessibility means defenders should assume active research and exploitation attempts will follow public disclosure. Organizations with high-value internal web applications or users handling sensitive data should prioritize this patch within 2–4 weeks.

Risk score, explained

The CVSS 3.1 score of 7.1 reflects the intersection of high accessibility (AV:N), low attacker effort (AC:L), integrity compromise (I:H), and required user interaction (UI:R). The score would be higher if confidentiality or availability were severely impacted, but XSS primarily enables impersonation and data manipulation. The lack of a KEV entry does not diminish severity; it indicates the vulnerability is not yet listed as exploited in the wild by CISA, but does not preclude active exploitation by sophisticated threat actors. Organizations should not discount this vulnerability based on KEV status alone.

Frequently asked questions

Does this vulnerability affect Internet Explorer?

No. CVE-2026-57977 is specific to Microsoft Edge (Chromium-based). Internet Explorer and the legacy pre-Chromium Edge are not affected by this XSS flaw.

Can this vulnerability be exploited without user interaction?

No. The CVSS vector includes UI:R, meaning a user must click a link or visit a malicious webpage for the attack to succeed. However, social engineering (phishing, watering hole attacks) makes this practical to exploit at scale.

What should I do if I cannot patch immediately?

Restrict Edge usage to trusted, internal websites where possible. Implement browser isolation or sandboxing for high-risk users. Deploy network-level filtering to block known malicious domains. Use a WAF to filter XSS payloads at the gateway. Enable browser security features like script blocking extensions (e.g., uBlock Origin with strict rules). These are temporary mitigations pending patching.

How is this different from a typical phishing attack?

This is a technical vulnerability that enables spoofing—an attacker injects code into a legitimate or semi-legitimate page to make it appear as though trusted content is being displayed. It can be combined with phishing to increase credibility. Unlike traditional phishing (fake emails), XSS allows the attacker to modify the target webpage in real-time, making the deception more convincing.

This analysis is based on disclosed information as of the publication and modification dates. Patch version numbers, affected product versions, and KEV status may change as vendors release updates or CISA updates its catalog. Organizations should verify all technical details and patch availability against official Microsoft advisories before deployment. This document is for informational purposes and does not constitute professional security advice; consult your organization's security team and Microsoft support for guidance specific to your environment. Source: NVD (public-domain), retrieved 2026-08-12. Analysis generated by SEC.co (claude-haiku-4-5).