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. This vulnerability is patched in WordPress 7.0.3 (released Aug 6, 2026).
Vulnerability intelligence
Updated 24 minutes ago
FeedsTrending now
CVEs trending on social media within the last 24 hours
Hypemeter
Current score
Not much chatter
1
CVE-2026-74469 Published Aug 15, 2026Hype score
15
high 8.8
CVE-2026-74469, also known as "DiagSpill," is an integer overflow vulnerability found within the Stream Control Transmission Protocol (SCTP) implementation of the Linux kernel. The flaw specifically resides in the `sctp_assoc_add_peer` function. This function is responsible for incrementing a 16-bit `transport_count` for each new unique peer associated with an SCTP connection. The vulnerability occurs when a local attacker with low privileges manipulates the system to cause the `transport_count` to exceed its 16-bit limit, leading to an integer overflow where the count wraps back to zero. When this happens, the SCTP `sock_diag` diagnostic reporting mechanism reserves an insufficient amount of memory for the `INET_DIAG_PEERS` payload. Consequently, when peer transport data is copied, it results in an out-of-bounds write of approximately 8 MB of data past the allocated socket buffer (skb) tail, leading to memory corruption.
2
CVE-2026-81000 Published Sep 11, 2026Hype score
15
high 7.8
CVE-2026-81000, dubbed "TUNderflow," is an integer underflow vulnerability found within the Linux kernel's TUN/TAP driver. Specifically, the flaw resides in the `tun_get_user()` function, which is responsible for handling receive headroom requests. This issue arises when the system processes an oversized headroom request, particularly if Open vSwitch (OVS) propagates an excessively large request to a TUN or TAP device. The vulnerability can lead to memory corruption, where network packet data is written beyond its allocated buffer. This out-of-bounds write can result in unintended system behavior or instability.
3
CVE-2026-68121 Published Aug 10, 2026Hype score
15
high 7.8
CVE-2026-68121, also known as "PPPoEject," is a use-after-free vulnerability found within the Linux kernel's Point-to-Point Protocol over Ethernet (PPPoE) implementation. The flaw arises in the `pppoe_sendmsg()` function, where a pointer to the PPPoE header is saved prior to invoking `dev_hard_header()`. Device header callbacks have the capability to reallocate the socket buffer (skb) head, which can invalidate any previously stored pointers. If the skb head is reallocated, the PPPoE implementation subsequently writes six bytes through the now-stale pointer into memory that has already been freed. This action can lead to kernel memory corruption. The vulnerability was discovered by researcher Asim Viladi Oglu Manizada and is one of several local privilege escalation (LPE) flaws recently identified in the Linux kernel.
Known exploited
Sourced from CISA's Known Exploited Vulnerability (KEV) catalog.
- CVE-2025-39682 Published Sep 5, 2025
Hype score
9
critical 9.8
Exploit known
CVE-2025-39682 is a vulnerability found in the Linux kernel's Transport Layer Security (TLS) subsystem. The flaw specifically affects the handling of zero-length records within the `rx_list` during the `recvmsg()` process. This issue arises from a corner case where an initial zero-length record, pulled from the `rx_list`, disrupts assumptions made by the `recvmsg()` logic regarding zero-copy decryption and transitions between record types. This mishandling can lead to memory corruption and a use-after-free condition within the kernel's TLS receive path. A local, authenticated user can exploit this vulnerability by crafting a specific TLS traffic pattern that leaves a zero-length record queued on the `rx_list`, subsequently triggering the vulnerable code path during a `recvmsg()` call.
- CVE-2026-53266 Published Jun 25, 2026
Hype score
7
high 8.8
Exploit known
CVE-2026-53266 is a vulnerability found in the Linux kernel's netfilter bridge subsystem, specifically within the `ebt_snat` (Ethernet Bridge Source Network Address Translation) target. The flaw occurs in the optional ARP sender hardware address (SHA) rewrite path. The kernel function `skb_store_bits()` is called to write into the socket buffer (skb) without first verifying that the target memory range is writable. This oversight can lead to memory corruption. When the ARP SHA range resides in a nonlinear skb fragment that is backed by a splice-imported file page, the write operation directly modifies the underlying page. This unauthorized modification can corrupt memory belonging to other kernel objects or user-space mappings. A local attacker capable of configuring `ebtables` rules and crafting specific packets can trigger this unsafe write.
- CVE-2025-39964 Published Oct 13, 2025
Hype score
7
high 7.8
Exploit known
CVE-2025-39964 describes a race condition vulnerability found within the Linux kernel's cryptographic user API, specifically affecting the `AF_ALG` component. This flaw arises from the way concurrent write operations to the same `AF_ALG` socket are managed. The vulnerability can lead to unpredictable interleaving of data and inconsistencies in the internal state of the socket. To address this, a fix was implemented that introduces an exclusive write ownership mechanism (`ctx->write`), ensuring that only one writer can issue `sendmsg()` at a time and preventing state corruption.
Insights
See moreOur Security Team's most recent CVE analysis
- Link to CVE page
CVE-2026-64638
high 8.9
Intruder Insights
Updated Sep 10, 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.