Geek-Guy.com

Top 20 Browser Vulnerabilities (2025–2026)

Based on the provided sources, the following table outlines the top 20 browser and web-centric vulnerabilities identified in late 2025 and early 2026. These vulnerabilities primarily affect Chromium (Chrome, Edge, Opera), WebKit (Safari), and Firefox, with a heavy emphasis on zero-day exploits used in the wild.

RankCVE IDAffected Browser / ComponentVulnerability TypeCritical Details & Status
1CVE-2025-6554Chrome / Chromium (V8 Engine)Type ConfusionActively Exploited. Allows remote attackers to perform arbitrary read/write via crafted HTML. Rated CVSS 8.1,.
2CVE-2025-14174Safari / WebKit (ANGLE/Metal)Memory CorruptionActively Exploited. Linked to highly targeted mercenary spyware attacks against iOS/macOS users. Also affected Chrome,,.
3CVE-2025-43529Safari / WebKitUse-After-FreeActively Exploited. Allows arbitrary code execution via maliciously crafted web content. Discovered by Google TAG,,.
4CVE-2026-1862Chrome / Chromium (V8/Wasm)Type ConfusionHigh Severity. A memory corruption flaw in the V8 JavaScript/WebAssembly engine allowing out-of-bounds read/write,.
5CVE-2026-1861Chrome / Chromium (libvpx)Heap Buffer OverflowHigh Severity. Found in the library used to decode VP8/VP9 video; exploitation can lead to browser crashes or code execution via malformed video streams,.
6CVE-2025-12036Chrome / Chromium (V8 Engine)Inappropriate ImplementationCritical. Enables remote code execution. Identified by Google’s AI-driven “Big Sleep” project just days before patching,.
7CVE-2026-0891FirefoxMemory Safety BugSuspected Exploited. Patched in early 2026; enables attackers to escape browser isolation/sandboxing,.
8CVE-2026-0892FirefoxMemory Safety BugSuspected Exploited. Addressed alongside 0891; involves memory management flaws allowing code execution on the host system,.
9CVE-2025-12725Chrome / Chromium (WebGPU)Out-of-Bounds WriteHigh Severity (CVSS 8.8). Exploits the graphics processing interface to overwrite critical system memory,.
10CVE-2026-0628Chrome / Chromium (WebView)UnknownHigh Severity. Specific to WebView implementations; highlighted in January 2026 patch cycles.
11CVE-2025-55182React / Next.js (Server Components)Insecure DeserializationCritical (CVSS 10.0). While a framework issue, it impacts web environments globally (39% of cloud envs), allowing unauthenticated RCE via malicious HTTP requests,.
12CVE-2025-43536Safari / WebKitUse-After-FreeHigh impact vulnerability allowing unexpected process crashes via malicious web content.
13CVE-2025-43541Safari / WebKitType ConfusionProcessing crafted web content may lead to unexpected browser crashes.
14CVE-2025-43501Safari / WebKitBuffer OverflowMemory handling issue that can lead to process crashes when processing malicious content.
15CVE-2025-43531Safari / WebKitRace ConditionAddressed with improved state handling to prevent unexpected process crashes.
16CVE-2025-43535Safari / WebKitUse-After-FreeDiscovered by Google’s Big Sleep AI; leads to process crashes via memory corruption.
17CVE-2025-12727Chrome / Chromium (V8 Engine)Inappropriate ImplementationHigh Severity (CVSS 8.8). Another critical V8 flaw patched in late 2025.
18CVE-2025-46282Safari / WebKitPermissions CheckAllowed web apps to access sensitive user data due to insufficient permission checks.
19CVE-2025-43526SafariURL ValidationOn Macs with Lockdown Mode, file URLs could access restricted Web APIs.
20CVE-2025-43511Safari / WebKit (Web Inspector)Use-After-FreeProcessing malicious content via Web Inspector could lead to unexpected process crashes.

Key Trends in Browser Security (2026)

V8 Engine as a Primary Target: The V8 JavaScript and WebAssembly engine in Chromium remains the most frequent target for high-severity exploits. Type confusion vulnerabilities (like CVE-2025-6554 and CVE-2026-1862) are particularly dangerous because they allow attackers to manipulate memory references in the Just-In-Time (JIT) compiler,.

AI in Vulnerability Discovery: Several vulnerabilities in this list, including CVE-2025-12036 and CVE-2025-43535, were discovered by “Big Sleep,” Google’s AI-driven cybersecurity research initiative. This marks a shift where AI is proactively identifying flaws before they can be exploited in the wild,.

Targeted Mercenary Spyware: The WebKit vulnerabilities (CVE-2025-43529 and CVE-2025-14174) were explicitly linked to sophisticated attacks against high-profile individuals (journalists, diplomats) using mercenary spyware. These exploits often serve as the entry point for broader device compromise on iOS and macOS,.

WebAssembly (WASM) Obfuscation: Beyond specific CVEs, researchers have highlighted that defenses are struggling to detect fingerprinting and malicious logic when it is obfuscated via WASM (WebAssembly). Standard detection tools often fail against “greedy” WASM translation strategies, leaving a blind spot in browser security,.

Comments are closed.