Vulnerability intelligence

Updated 22 minutes ago

Feeds

Trending now

CVEs trending on social media within the last 24 hours

Hypemeter

220100

Current score

Damp squib

  1. 1

    CVE-2026-72137 Published Aug 15, 2026

    Hype score

    22

    critical 9.8

    CVE-2026-72137 describes a double-free error found within the Linux kernel's NAT keep-alive implementation. This vulnerability occurs when the `nat_keepalive_send()` function attempts to free a socket buffer (skb) twice. This happens if a send helper reports an error after the packet has already been passed to the output path, where the networking stack might have already consumed and freed the skb. This flaw can lead to undefined memory handling, potentially resulting in memory corruption, a kernel crash, or other unpredictable system behavior. All Linux kernel releases that incorporate the `nat_keepalive_send` path, including both IPv4 and IPv6 stacks, are potentially affected by this issue.

  2. 2

    CVE-2023-49105 Published Nov 21, 2023

    Hype score

    10

    critical 9.8

    Exploit known

    API

    CVE-2023-49105 is an authentication bypass vulnerability found in ownCloud Server, specifically within its WebDAV API implementation. This flaw arises from the improper validation of pre-signed URLs when the targeted user does not have a signing-key configured. An attacker can exploit this vulnerability by knowing a victim's username, allowing them to access, modify, or delete any of that user's files without needing to authenticate. This issue affects ownCloud Server versions 10.6.0 through 10.13.0.

  3. 3

    CVE-2026-53362 Published Jul 4, 2026

    Hype score

    10

    high 7.8

    Exploit known

    IPv6UDPv6

    CVE-2026-53362 describes a vulnerability within the Linux kernel's IPv6 networking subsystem, specifically concerning the `__ip6_append_data()` function. The flaw arises from incorrect accounting for "fraggap" (fragment gaps) when data is handled via the paged allocation path. This miscalculation occurs when `alloclen` and `pagedlen` are computed, particularly when `fraggap` is non-zero, leading to an undersized linear area and an overstated `pagedlen`. This accounting error can result in memory corruption, as bytes carried over from a previous `skb` (socket buffer) are copied past the intended boundary into the `skb_shared_info` structure. An unprivileged user can trigger this out-of-bounds write by utilizing a UDPv6 socket in conjunction with the `MSG_MORE` and `MSG_SPLICE_PAGES` flags. The issue was introduced by a commit aimed at avoiding partial copies for zero-copy operations, and a later commit allowed `MSG_SPLICE_PAGES` to proceed in this vulnerable state, making the corruption exploitable.

See more

Known exploited

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

  1. CVE-2026-66384 Published Aug 12, 2026

    Hype score

    10

    medium 5.3

    Exploit known

    CVE-2026-66384 is identified as a path traversal vulnerability (CWE-22) affecting JFrog Artifactory. This flaw allows an authenticated user to write data outside of the designated Docker cache path. This can occur when specific remote-repository conditions are met within the Artifactory environment. The vulnerability stems from how JFrog Artifactory handles path construction for cached Docker artifacts retrieved through remote repositories. Under certain configurations, the input used to determine the cache path is not adequately normalized against traversal sequences, enabling an authenticated user with appropriate permissions to manipulate the write path. This results in files being written to arbitrary locations accessible by the Artifactory process, thereby undermining the integrity of files on the Artifactory server.

  2. CVE-2026-53362 Published Jul 4, 2026

    Hype score

    10

    high 7.8

    Exploit known

    IPv6UDPv6

    CVE-2026-53362 describes a vulnerability within the Linux kernel's IPv6 networking subsystem, specifically concerning the `__ip6_append_data()` function. The flaw arises from incorrect accounting for "fraggap" (fragment gaps) when data is handled via the paged allocation path. This miscalculation occurs when `alloclen` and `pagedlen` are computed, particularly when `fraggap` is non-zero, leading to an undersized linear area and an overstated `pagedlen`. This accounting error can result in memory corruption, as bytes carried over from a previous `skb` (socket buffer) are copied past the intended boundary into the `skb_shared_info` structure. An unprivileged user can trigger this out-of-bounds write by utilizing a UDPv6 socket in conjunction with the `MSG_MORE` and `MSG_SPLICE_PAGES` flags. The issue was introduced by a commit aimed at avoiding partial copies for zero-copy operations, and a later commit allowed `MSG_SPLICE_PAGES` to proceed in this vulnerable state, making the corruption exploitable.

  3. CVE-2023-49105 Published Nov 21, 2023

    Hype score

    10

    critical 9.8

    Exploit known

    API

    CVE-2023-49105 is an authentication bypass vulnerability found in ownCloud Server, specifically within its WebDAV API implementation. This flaw arises from the improper validation of pre-signed URLs when the targeted user does not have a signing-key configured. An attacker can exploit this vulnerability by knowing a victim's username, allowing them to access, modify, or delete any of that user's files without needing to authenticate. This issue affects ownCloud Server versions 10.6.0 through 10.13.0.

See more

Insights

See more

Our Security Team's most recent CVE analysis

  1. Link to CVE page

    Intruder Insights

    Updated Aug 7, 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. Intruder expects a full exploit to become widely available. 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.