CVE-2026-58522: Microsoft Edge Android Path Traversal Vulnerability – MEDIUM Severity
Microsoft Edge for Android contains a flaw that allows an attacker with local access to a device to view sensitive files through relative path traversal. This occurs because the application improperly validates file paths, enabling an attacker to navigate beyond intended directories and access information they should not be able to reach. An attacker does not need special permissions or user interaction to exploit this vulnerability.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 6.8 MEDIUM · CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
- Weaknesses (CWE)
- CWE-23
- Affected products
- 2 configuration(s)
- Published / Modified
- 2026-07-03 / 2026-07-07
NVD description (verbatim)
Relative path traversal in Microsoft Edge for Android allows an unauthorized attacker to disclose information locally.
1 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-58522 is a relative path traversal vulnerability (CWE-23) in Microsoft Edge for Android. The vulnerability stems from insufficient path validation when handling file access requests. An attacker with local access can construct malicious relative paths containing directory traversal sequences to access files outside the intended scope. The CVSS 3.1 score of 6.8 (MEDIUM) reflects a local attack vector with no privilege requirement, resulting in high confidentiality impact and limited integrity impact, while availability is unaffected.
Business impact
This vulnerability primarily affects users of Microsoft Edge on Android devices. While exploitation requires local device access, a compromised or physically accessed device could be leveraged to extract sensitive user data—including cached credentials, browsing history, or application-stored secrets. For organizations managing Android devices in BYOD or enterprise scenarios, this represents a risk to data confidentiality, though the local-only attack surface limits broad external exploitation.
Affected systems
Microsoft Edge for Android (Chromium-based) is the confirmed affected product. The vulnerability also involves the Android operating system as the underlying platform. Organizations and individuals using Microsoft Edge as their primary browser on Android devices should assess their exposure. Desktop or iOS versions of Edge are not affected by this specific vulnerability.
Exploitability
Exploitation requires local access to an affected Android device—either physical possession or prior compromise. An attacker cannot exploit this remotely. No user interaction is needed once local access is established, and no special privileges are required on the device. This relatively low exploitability barrier makes it a concern for scenarios involving device theft, shared devices, or post-compromise lateral data exfiltration, but it does not represent a mass-exploitation risk.
Remediation
Microsoft will release a patched version of Edge for Android addressing this path traversal issue. Users should enable automatic updates or manually update Microsoft Edge through the Google Play Store to the latest available version when the patch becomes available. Verify the specific patched version number in Microsoft's official security advisory. For organization-managed devices, deploy the update through your mobile device management (MDM) solution.
Patch guidance
Monitor Microsoft's official security advisories and the Edge release notes for the patch version addressing CVE-2026-58522. Once released, prioritize deployment to all Android devices running affected versions of Edge. If your organization uses MDM or app management policies, configure automatic or forced updates for Microsoft Edge. Test the patched version in a limited pilot before broad rollout to ensure no compatibility issues with internal applications or workflows.
Detection guidance
Monitor for suspicious file access patterns on Android devices—particularly attempts to access files outside normal application directories using relative path constructs. Endpoint detection and response (EDR) tools with mobile agent support may flag unusual file system queries. Review access logs and audit trails on shared or high-risk devices. Note that this vulnerability leaves minimal forensic artifacts unless paired with data exfiltration; focus detection efforts on devices with elevated risk profiles or those that have been physically accessed.
Why prioritize this
Although scored MEDIUM severity, this vulnerability warrants prompt attention in organizations with significant Android deployment. The combination of high confidentiality impact and the absence of any required user interaction or elevated privileges makes it an attractive target for attackers with device access. Prioritize patching devices belonging to high-value users, administrators, or those handling sensitive data. For general user populations, treat it as part of routine mobile security update cycles.
Risk score, explained
The CVSS 3.1 score of 6.8 reflects the local attack vector (AV:L), low complexity (AC:L), no privilege requirement (PR:N), and no user interaction (UI:N). High confidentiality impact (C:H) elevates the score, while limited integrity impact (I:L) and no availability impact (A:N) prevent a higher rating. This is a solid MEDIUM score appropriately capturing the threat: serious for devices at risk of local compromise, but not critical given the local-only attack surface.
Frequently asked questions
Can this vulnerability be exploited over the network or remotely?
No. CVE-2026-58522 requires local access to the device. An attacker cannot exploit this vulnerability remotely through the network, email, or any web-based attack vector.
Do I need to change my Edge settings or disable any features?
No configuration changes are required. Simply update Microsoft Edge to the patched version when available. The vulnerability exists at the file path validation layer and is fixed by the vendor update.
Will this affect my Edge desktop or iPhone version?
No. This vulnerability is specific to Microsoft Edge for Android. Users on Windows, macOS, Linux, or iOS are not affected by this particular flaw.
What data is at risk if my Android device is compromised?
An attacker with local access could potentially read files that Edge or other applications store locally, including cached data, session information, or any other files accessible through the file system. The exact risk depends on what sensitive information is stored on your device.
This analysis is provided for informational and educational purposes. SEC.co does not guarantee the accuracy of patch release dates or specific version numbers; verify all patch information against official Microsoft security advisories and release notes. Organizations should conduct their own risk assessment based on their specific environment and threat landscape. No exploit code or detailed attack methodology is provided. This intelligence does not constitute legal or professional security advice. Source: NVD (public-domain), retrieved 2026-08-12. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-47287MEDIUMVisual Studio Code Path Traversal – File Tampering Vulnerability
- CVE-2026-48569HIGHVisual Studio Code Input Validation Bypass – HIGH Severity Security Alert
- CVE-2026-57988HIGHMicrosoft Edge Path Traversal Remote Code Execution Vulnerability
- CVE-2026-10004MEDIUMChrome UI Spoofing Vulnerability – Password Dialog Hijacking
- CVE-2026-10018MEDIUMInteger Overflow in Chrome ANGLE GPU Graphics Layer
- CVE-2026-10912MEDIUMChrome Extension Same-Origin Policy Bypass (CVSS 6.5)
- CVE-2026-10916MEDIUMChrome DevTools UXSS Vulnerability
- CVE-2026-10998MEDIUMChrome Media Out-of-Bounds Memory Read Vulnerability