This is a serious vulnerability affecting all supported WordPress versions. It can be exploited by any unauthenticated attacker, and a working proof of concept is available. However, to achieve remote code execution an attacker must trick a WordPress admin into opening a malicious link as part of a social engineering attack. Intruder expects a full exploit to become widely available. This vulnerability is patched in WordPress 7.0.3 (released Aug 6, 2026).
Vulnerability intelligence
Updated an hour ago
FeedsTrending now
CVEs trending on social media within the last 24 hours
Hypemeter
Current score
Colder than a datacentre floor
1
CVE-2026-15826 Published Aug 15, 2026Hype score
21
critical 9.8
CVE-2026-15826 is an authentication bypass vulnerability found in the User Profile Builder plugin for WordPress, affecting versions up to and including 3.16.4. This flaw allows unauthenticated attackers to log in as a site's administrator. The vulnerability stems from a bug within the plugin's registration and autologin process, specifically related to how WordPress core handles usernames exceeding 60 characters. Discovered by security researcher Supakiad S. (m3ez) and reported via Wordfence's Bug Bounty Program, this issue impacts over 40,000 WordPress sites, particularly those with the "Automatically Log In after Registration" setting enabled. A fix for this vulnerability is included in User Profile Builder version 3.16.5.
2
CVE-2026-59309 Published Jul 30, 2026Hype score
17
critical 9.8
VMware vCenterVMware Directory ServiceCVE-2026-59309 is an authentication bypass vulnerability found within the VMware Directory Service component of VMware vCenter Server. This flaw allows a malicious actor with network access to vCenter to bypass authentication mechanisms and gain unauthorized access to the system. Broadcom, the vendor, disclosed this vulnerability on July 29, 2026, as part of a broader security advisory. While the vulnerability enables unauthorized access, Broadcom has not publicly detailed the precise bypass mechanism or the specific privilege level an attacker might achieve after successful exploitation.
3
CVE-2026-73683 Published Aug 14, 2026Hype score
13
critical 9.2
CVE-2026-73683 describes an authentication bypass vulnerability found in the Facebook provider of Laravel Socialite. This flaw allows unauthenticated attackers to replay captured OpenID Connect (OIDC) `id_tokens`. The vulnerability stems from a missing nonce claim validation within the `getUserByOIDCToken()` function in `FacebookProvider.php`. Attackers who obtain a valid, unexpired `id_token` issued for the same Facebook App ID can submit this token to the backend `userFromToken()` endpoint. This bypasses authentication controls because signature, audience (`aud`), and issuer (`iss`) checks pass, while no session-bound nonce comparison is performed, ultimately leading to unauthorized access to victim accounts.
Known exploited
Sourced from CISA's Known Exploited Vulnerability (KEV) catalog.
- CVE-2026-72898 Published Aug 10, 2026
critical 10.0
Exploit known
DatabaseSQL injectionCVE-2026-72898 describes a SQL Injection vulnerability found in Metabase, an open-source business intelligence platform. This flaw allows an unauthenticated remote attacker to inject arbitrary SQL commands into the Metabase application database. The vulnerability is specifically exploitable via the `/reset_password` database endpoint. Successful exploitation of this vulnerability can grant an attacker administrator access to the Metabase instance. With this elevated access, an attacker could potentially alter application configurations, exfiltrate stored credentials for any connected databases, read data accessible through those connections, and export data.
- CVE-2026-68820 Published Aug 11, 2026
high 7.0
Exploit known
WindowsWinSockCVE-2026-68820 is identified as a "Use after free" vulnerability found within the Windows Ancillary Function Driver for WinSock. This flaw enables an authorized attacker to achieve local privilege escalation. The vulnerability was recognized as a zero-day exploit and was actively leveraged in attacks. Microsoft addressed CVE-2026-68820 as part of its August 2026 Patch Tuesday release.
- CVE-2026-20349 Published Aug 11, 2026
high 8.6
Exploit known
IoTZero-dayCVE-2026-20349 is a vulnerability affecting Cisco Secure Firewall Adaptive Security Appliance (ASA) and Secure Firewall Threat Defense (FTD) software. The flaw stems from insufficient error checking during the processing of HTTP requests. An unauthenticated, remote attacker can exploit this by sending a specially crafted HTTP request to the Remote Access SSL VPN service on an affected device. Successful exploitation of CVE-2026-20349 can cause the targeted appliance to reload, leading to a denial-of-service (DoS) condition. Cisco has released hotfixes to address this issue, and the U.S. Cybersecurity and Infrastructure Security Agency (CISA) has added this vulnerability to its Known Exploited Vulnerabilities (KEV) catalog, indicating active exploitation in the wild.
Insights
See moreOur Security Team's most recent CVE analysis
- Link to CVE page
CVE-2026-64638
high 8.9
Intruder Insights
Updated Aug 7, 2026
- Link to CVE page
CVE-2026-50522
critical 9.8
Exploit known
Intruder Insights
Updated Jul 21, 2026
This vulnerability allows an unauthenticated attacker who can access a Sharepoint instance to gain code execution. A patch has been available since July 14th in Microsofts 'Patch Tuesday' security rollup.
A proof of concept exploit has recently been published and this makes patching more urgent as attacks have now been seen in the wild.
- Link to CVE page
CVE-2026-63030
critical 9.8
Exploit known
Intruder Insights
Updated Jul 21, 2026
This is one of two vulnerabilities in a combined chain that allows remote code execution on any stock WordPress installation. CVE-2026-63030 is the entry point — a route confusion bug in the REST API batch endpoint that bypasses authentication, allowing an attacker to invoke internal handlers without any permission check. When combined with CVE-2026-60137, the attacker gains the ability to read any data from the WordPress database with a single HTTP request. An exploit chain has been demonstrated which combines both of these bugs to achieve code execution.
WordPress 6.9.0–6.9.4 and 7.0.0–7.0.1 are affected. Update to WordPress 6.9.5 or 7.0.2 immediately. No plugins, user interaction, or non-default configuration is required to exploit. Given WordPress powers approximately 43% of all websites, the attack surface is enormous.
WordPress Core contains a pre-authentication route confusion vulnerability in the REST API batch endpoint that, combined with CVE-2026-60137, allows remote code execution.