CVE-2026-58299: Microsoft Edge Android TOCTOU Race Condition Remote Code Execution
Microsoft Edge for Android contains a race condition vulnerability that could allow an attacker to execute arbitrary code on a user's device through a network-based attack. The flaw exists in a time-of-check time-of-use (TOCTOU) scenario, where the application checks a security condition at one point but the actual use of that resource happens slightly later—giving an attacker a window to manipulate the state between those two moments. Successful exploitation requires user interaction and specific timing, but when achieved, grants the attacker the ability to run code with the privileges of the Edge browser process.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 7.5 HIGH · CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
- Weaknesses (CWE)
- CWE-367
- Affected products
- 2 configuration(s)
- Published / Modified
- 2026-07-03 / 2026-07-07
NVD description (verbatim)
Time-of-check time-of-use (toctou) race condition in Microsoft Edge for Android allows an unauthorized attacker to execute code over a network.
1 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-58299 is a TOCTOU race condition (CWE-367) in Microsoft Edge for Android. The vulnerability exists where a security validation occurs at check time, but the resource or operation is used at a different time, creating an exploitable gap. An attacker positioned to conduct a network-based attack can craft malicious input or conditions that pass the initial security check but are manipulated before actual use, resulting in code execution. The CVSS 3.1 score of 7.5 (HIGH) reflects the network attack vector, high computational complexity required for exploitation (AC:H), mandatory user interaction, and the potential for complete compromise of confidentiality, integrity, and availability within the browser process.
Business impact
Compromise of Microsoft Edge for Android could expose users to data theft, malware installation, and unauthorized access to browsing data and credentials. Organizations supporting Android-based workforces face increased risk if employees use Edge as their primary mobile browser for accessing corporate resources. The requirement for user interaction somewhat limits mass exploitation, but determined attackers targeting specific high-value users could leverage this vulnerability as part of a multi-stage attack. The mobile form factor means affected devices are often personal or bring-your-own-device (BYOD), potentially expanding exposure beyond traditional corporate network boundaries.
Affected systems
The vulnerability affects Microsoft Edge for Android (Chromium-based). Google Android itself is listed as an affected vendor product, though the vulnerability is specifically in the Edge browser application rather than the Android OS core. Organizations and individuals using Microsoft Edge as their mobile browser on Android devices are at risk. The scope is limited to the Edge browser process; other Android applications and system components are not directly affected unless they similarly contain the same TOCTOU pattern.
Exploitability
Exploitation requires network accessibility and user interaction—an attacker cannot trigger the vulnerability passively. The high attack complexity (AC:H) indicates that successful exploitation demands precise timing and potentially multiple attempts to win the race condition. The attacker must craft network-based payloads or conditions that satisfy initial security checks while remaining exploitable after those checks complete. While not trivial to execute reliably, determined attackers with sufficient resources and target knowledge can achieve code execution. The vulnerability is not currently listed on the CISA Known Exploited Vulnerabilities catalog, suggesting active in-the-wild exploitation has not yet been widely documented, though this does not eliminate the risk.
Remediation
Users should install the latest available security update for Microsoft Edge on Android as released by Microsoft. Verify the patch version against Microsoft's official security advisories to confirm the specific build that addresses CVE-2026-58299. As an interim measure, users can reduce exposure by avoiding suspicious or untrusted links in email and messages that might be weaponized for delivery, and by considering alternative browsers if Edge updates are delayed. Organizations should inventory Android devices in use and ensure mobile device management (MDM) policies enforce automatic or timely Edge updates.
Patch guidance
Monitor Microsoft's official security advisories and the Microsoft Edge release notes for Android to identify the patch version that resolves CVE-2026-58299. Microsoft typically releases cumulative security updates monthly; verify the specific version number against the advisory before deployment. For organizations managing Android devices via MDM solutions (Intune, Samsung Knox, etc.), configure policies to automatically update Microsoft Edge to the patched version. Test patches on a representative set of Android devices before broad rollout to ensure compatibility with internal apps and workflows. Users on personal devices should enable automatic app updates in Google Play Store where possible.
Detection guidance
Detection of TOCTOU exploitation in Edge is challenging because the attack occurs within the browser process and may leave minimal forensic artifacts. Monitor for unexpected Edge crashes or restarts, which could indicate failed exploitation attempts. At the network level, look for suspicious patterns in traffic to Edge—such as unusual POST requests with malformed or oversized payloads that might probe for timing windows. On enrolled devices with MDM, ensure event logging for application crashes and OS-level security events is centralized. Behavioral indicators include unusual process creation or network connections spawned from Edge. However, definitive detection typically requires access to Edge's internal logs and memory forensics, which may not be practical at scale.
Why prioritize this
This vulnerability merits prioritization based on its HIGH CVSS severity, network attack vector, and the potential for complete code execution. While the requirement for user interaction and high attack complexity reduce the practical exploitation likelihood compared to unauthenticated remote code execution flaws, the mobile context (Android) means affected devices are often outside traditional network perimeters and may lack robust security monitoring. Microsoft Edge is a widely used browser on Android, increasing the potential impact scope. Organizations should prioritize patching within 30 days, with accelerated timelines for users handling sensitive data or those targeted by sophisticated threat actors.
Risk score, explained
The CVSS 3.1 score of 7.5 (HIGH) reflects: (1) Network attack vector (AV:N)—the flaw is reachable remotely; (2) High attack complexity (AC:H)—the TOCTOU race condition requires precise timing, limiting opportunistic exploitation; (3) No privileges required (PR:N)—an unauthenticated attacker can attempt the exploit; (4) Required user interaction (UI:R)—the user must perform an action (clicking a link, loading a page) that triggers the vulnerable code path; (5) Unchanged scope (S:U)—impact is confined to the Edge process; (6) High impact across all three pillars (C:H/I:H/A:H)—successful exploitation grants code execution with full browser process privileges. The score appropriately weights the high potential impact against the practical barriers to exploitation.
Frequently asked questions
Is this vulnerability being actively exploited in the wild?
As of the published date, CVE-2026-58299 is not listed on the CISA Known Exploited Vulnerabilities (KEV) catalog, which tracks vulnerabilities with confirmed active exploitation. However, the absence of a KEV entry does not guarantee the vulnerability is unexploited—it may indicate that exploitation has not yet been widely observed or reported. Organizations should not rely on this status alone and should prioritize patching based on the vulnerability's technical severity and their exposure profile.
Can I mitigate this vulnerability without updating Microsoft Edge?
Partial mitigation is possible through user behavior and network controls: avoid clicking suspicious links in emails or messages, disable JavaScript if not required for critical workflows (though this may break many web features), and use network-level filtering to block known malicious domains. However, these measures are not substitutes for the patch. The most effective mitigation is to update Microsoft Edge to the patched version as soon as it becomes available.
Does this affect Microsoft Edge on iOS or Windows?
This CVE specifically affects Microsoft Edge for Android. While Chromium-based browsers on other platforms may have similar TOCTOU patterns, CVE-2026-58299 is scoped to Android. Users on iOS and Windows should check Microsoft's advisories for any related vulnerabilities affecting those platforms, as vendors sometimes address similar issues separately.
What should organizations do for BYOD and personal Android devices?
Organizations with BYOD policies should communicate the vulnerability to users via email and provide clear instructions for updating Microsoft Edge via the Google Play Store. For managed devices enrolled in MDM, enforce automatic Edge updates. For unmanaged personal devices, consider guidance such as recommending users enable automatic app updates in Play Store settings. You may also consider conditional access policies that require up-to-date Edge versions for accessing sensitive corporate resources via mobile browsers.
This analysis is based on publicly available vulnerability data current as of the publication date. Patch version numbers, remediation steps, and KEV status should be verified against Microsoft's official security advisories and CISA's KEV catalog before deployment. The absence of a KEV entry does not confirm the absence of exploitation in specific environments. This information is provided for educational and defensive security purposes. Organizations should conduct their own risk assessment based on their specific exposure, threat landscape, and business criticality. Exploit code or detailed attack methodology is not provided in this document. Source: NVD (public-domain), retrieved 2026-08-12. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-45487HIGHWindows TOCTOU Privilege Escalation in Program Compatibility Assistant
- CVE-2026-45647MEDIUMMicrosoft Defender for Endpoint Privilege Escalation Race Condition
- CVE-2026-10000HIGHChrome Sandbox Escape via Use-After-Free in Password Handling
- CVE-2026-10001HIGHChrome Sandbox Escape via PerformanceManager Use-After-Free
- CVE-2026-10002HIGHGoogle Chrome PDFium Use-After-Free Vulnerability (CVSS 8.8)
- CVE-2026-10003HIGHChrome Use-After-Free Code Execution Vulnerability Analysis
- CVE-2026-10006HIGHChrome WebAudio Race Condition Remote Code Execution
- CVE-2026-10007HIGHChrome Use-After-Free in SVG Arbitrary Code Execution (CVSS 8.8)