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 26 minutes ago
FeedsTrending now
CVEs trending on social media within the last 24 hours
Hypemeter
Current score
Soft-boiled
1
CVE-2026-20274 Published Sep 2, 2026Hype score
35
critical 9.8
Cisco IOS XR SoftwareCVE-2026-20274 is a vulnerability found in Cisco IOS XR Software, categorized under Common Weakness Enumeration (CWE) CWE-664, which pertains to improper control of a resource through its lifetime. This issue was identified during a comprehensive internal security review conducted by the Cisco IOS XR Software engineering team. The vulnerability allows a remote attacker to exploit the system by sending specially crafted input. Successful exploitation could lead to the execution of arbitrary code or cause a denial of service condition on the affected device.
2
CVE-2026-20279 Published Sep 2, 2026Hype score
35
critical 9.8
Cisco IOS XR SoftwareCVE-2026-20279 identifies a set of improper access control vulnerabilities within Cisco IOS XR Software, categorized under Common Weakness Enumeration (CWE) CWE-284. These issues were discovered internally by Cisco's engineering team during a comprehensive security review. The vulnerabilities encompassed by CVE-2026-20279 include missing authentication for critical functions, improper certificate validation, and incorrect authorization. Exploitation of these flaws could allow a remote attacker to bypass existing authentication or authorization mechanisms, thereby gaining unauthorized access to critical functionalities or protected resources.
3
CVE-2026-12554 Published Aug 24, 2026Hype score
9
high 8.5
HP Easy StartmacOSCVE-2026-12554 is a local privilege escalation vulnerability identified in HP Easy Start for macOS, affecting versions prior to 2.16.7.260722. This flaw allows a local attacker with low privileges to elevate their system privileges on the compromised macOS host. The vulnerability stems from the application's use of an outdated or risky component, categorized under CWE-1104. HP has released updated software to address and mitigate these potential security vulnerabilities.
Known exploited
Sourced from CISA's Known Exploited Vulnerability (KEV) catalog.
- CVE-2026-85046 Published Sep 3, 2026
high 8.8
Exploit known
Type confusion in V8 in Google Chrome prior to 152.0.7977.82 allowed a remote attacker to execute arbitrary code inside the sandbox via a crafted HTML page. (Chromium security severity: High)
- CVE-2026-48710 Published May 26, 2026
medium 6.5
Exploit known
StarlettePort (443)Starlette is a lightweight ASGI framework/toolkit. Prior to version 1.0.1, the HTTP `Host` request header was not validated before being used to reconstruct `request.url`. Because the routing algorithm relies on the raw HTTP path while `request.url` is rebuilt from the `Host` header, a malformed header could make `request.url.path` differ from the path that was actually requested. Middleware and endpoints that apply security restrictions based on `request.url` (rather than the raw `scope` path) could therefore be bypassed. Users should upgrade to a version greater than or equal to version 1.0.1, which validates the `Host` header against the grammar of RFC 9112 §3.2 / RFC 3986 §3.2.2 when constructing `request.url` and falls back to `scope["server"]` for malformed values.
- CVE-2026-49869 Published Jun 26, 2026
critical 10.0
Exploit known
plugin-script-shellKestra OSSKestraKestra is an open-source, event-driven orchestration platform. Prior to 1.0.45 and 1.3.21, AuthenticationFilter in Kestra OSS uses request.getPath().endsWith("/configs") to whitelist the public configuration endpoint from Basic Auth. Because the check is a suffix match rather than an exact path match, any API path whose last segment is configs bypasses authentication entirely. An unauthenticated remote attacker can exploit this to create and execute arbitrary workflows without credentials. Because Kestra ships with script execution plugins (plugin-script-shell, plugin-script-python, etc.) enabled by default, this directly results in unauthenticated Remote Code Execution as root inside the Kestra worker container. This vulnerability is fixed in 1.0.45 and 1.3.21.
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.