Vulnerability intelligence

Updated 5 minutes ago

Feeds

Trending now

CVEs trending on social media within the last 24 hours

Hypemeter

200100

Current score

These are not the 0days you are looking for

  1. 1

    CVE-2025-39682 Published Sep 5, 2025

    Hype score

    20

    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.

  2. 2

    CVE-2025-39964 Published Oct 13, 2025

    Hype score

    19

    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.

  3. 3

    CVE-2026-53266 Published Jun 25, 2026

    Hype score

    14

    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.

See more

Known exploited

Sourced from CISA's Known Exploited Vulnerability (KEV) catalog.

  1. CVE-2025-39682 Published Sep 5, 2025

    Hype score

    20

    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.

  2. CVE-2026-53266 Published Jun 25, 2026

    Hype score

    14

    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.

  3. CVE-2025-39964 Published Oct 13, 2025

    Hype score

    19

    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.

See more

Insights

See more

Our Security Team's most recent CVE analysis

  1. Link to CVE page

    Intruder Insights

    Updated Sep 10, 2026

    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).

    WordPress is vulnerable to a pre-auth reflected XSS vulnerability on the login screen. Via a specially crafted malicious third-party website hosted by an attacker, it is possible for this to be escalated to an RCE vulnerability with conditions outside of the attackers control. This requires successful social engineering of and explicit interaction by the target victim. This issue affects all versions of WordPress. Version 7.0.3 has been released, containing a fix for the vulnerability, and as a courtesy to users on older branches the fix has been backported to all branches back to 4.7. Discovered and responsibly disclosed by [the team at pwn.ai](https://pwn.ai/).

  2. CVE-2026-50522

    critical 9.8

    Exploit known

    Link to CVE page

    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.

    Deserialization of untrusted data in Microsoft Office SharePoint allows an unauthorized attacker to execute code over a network.

  3. CVE-2026-63030

    critical 9.8

    Exploit known

    Link to CVE page

    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.

    WordPress 6.9.x before 6.9.5 and 7.0.x before 7.0.2 is affected by a REST API batch endpoint route confusion issue which, combined with the author__not_in WP_Query SQL Injection (CVE-2026-60137), could allow an attacker to perform SQL Injection and achieve Remote Code Execution.