Powered by data from 22+ sources — NVD, cve.org, EPSS, CISA KEV, OSV, GHSA, MITRE ATT&CK, and more.

About & licensesSource status
cvekit
CockpitCVEsATT&CKActorsSources
----‑--‑-- · --:--:-- UTCLIVE
Clear1,687 matching
CVEs · 1,687page 1 / 34
CVE-2026-31431HIGH7.8EPSS 100%Analyzed

In the Linux kernel, the following vulnerability has been resolved: crypto: algif_aead - Revert to operating out-of-place This mostly reverts commit 72548b093ee3 except for the copying of the associated data. There is no benefit in operating in-place in algif_aead since the source and destination come from different mappings. Get rid of all the complexity added for in-place operation and just copy the AD directly.

CVE-2025-31277HIGH8.8EPSS 72%Analyzed

The issue was addressed with improved memory handling. This issue is fixed in Safari 18.6, iOS 18.6 and iPadOS 18.6, macOS Sequoia 15.6, tvOS 18.6, visionOS 2.6, watchOS 11.6. Processing maliciously crafted web content may lead to memory corruption.

CVE-2026-82078CRITICAL9.1EPSS 38%Analyzed

An unsafe dynamic class loading vulnerability exists in the database connection utilities of PaperCut MF and PaperCut NG. The application instantiates database driver classes based on configurable driver names without validating against an allowlist of approved drivers. If an attacker can manipulate system configuration parameters, this enables the execution of arbitrary Java bytecode residing on the application classpath under the security context of the PaperCut server process.

CVE-2026-81578CRITICAL9.8EPSS 32%Analyzed

An improper access control vulnerability exists in the web management interface of PaperCut MF and PaperCut NG. Under specific conditions, unauthenticated remote requests targeting administrative functions can trigger backend actions prior to the completion of access validation checks. This allows an unauthenticated remote attacker to modify certain system configurations.

CVE-2026-68820HIGH7.0EPSS 93%Analyzed

Use after free in Windows Ancillary Function Driver for WinSock allows an authorized attacker to elevate privileges locally.

CVE-2026-55040CRITICAL9.1EPSS 99%Analyzed

Weak authentication in Microsoft Office SharePoint allows an unauthorized attacker to bypass a security feature over a network.

CVE-2026-58644CRITICAL9.8EPSS 97%Analyzed

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

CVE-2026-50522CRITICAL9.8EPSS 100%Analyzed

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

CVE-2026-56164CRITICAL9.8EPSS 98%Analyzed

Missing authentication for critical function in Microsoft Office SharePoint allows an unauthorized attacker to elevate privileges over a network.

CVE-2026-56155HIGH7.8EPSS 27%Analyzed

Insufficient granularity of access control in Active Directory Federation Services (AD FS) allows an authorized attacker to elevate privileges locally.

CVE-2026-53362HIGH7.8EPSS 41%Analyzed

In the Linux kernel, the following vulnerability has been resolved: ipv6: account for fraggap on the paged allocation path In __ip6_append_data(), when the paged-allocation branch is taken (MSG_MORE / NETIF_F_SG / large fraglen), alloclen and pagedlen are computed as alloclen = fragheaderlen + transhdrlen; pagedlen = datalen - transhdrlen; datalen already includes fraggap (datalen = length + fraggap). When fraggap is non-zero, this is not the first skb and transhdrlen is zero. The fraggap bytes carried over from the previous skb are copied just past the fragment headers in the new skb's linear area. The linear area is therefore undersized by fraggap bytes while pagedlen is overstated by the same amount, and the copy writes past skb->end into the trailing skb_shared_info. An unprivileged user can trigger this via a UDPv6 socket using MSG_MORE together with MSG_SPLICE_PAGES. The bad accounting was introduced by commit 773ba4fe9104 ("ipv6: avoid partial copy for zc"). Before commit ce650a166335 ("udp6: Fix __ip6_append_data()'s handling of MSG_SPLICE_PAGES"), the negative copy value caused -EINVAL to be returned. That later commit allowed MSG_SPLICE_PAGES to proceed in this case, making the corruption triggerable. The non-paged branch sets alloclen to fraglen, which already accounts for fraggap because datalen does. Bring the paged branch in line by adding fraggap to alloclen and subtracting it from pagedlen. After this adjustment, copy no longer collapses to -fraggap on the paged path, so remove the stale comment describing that old arithmetic. Since a negative copy is no longer expected for a valid MSG_SPLICE_PAGES case, remove the MSG_SPLICE_PAGES exception from the negative copy check.

CVE-2026-66384MEDIUM5.3EPSS 45%Analyzed

An authenticated user may write data outside the intended Docker cache path under specific remote-repository conditions.

CVE-2023-49105CRITICAL9.8EPSS 99%Analyzed

An issue was discovered in ownCloud owncloud/core before 10.13.1. An attacker can access, modify, or delete any file without authentication if the username of a victim is known, and the victim has no signing-key configured. This occurs because pre-signed URLs can be accepted even when no signing-key is configured for the owner of the files. The earliest affected version is 10.6.0.

CVE-2026-48282CRITICAL10.0EPSS 99%Analyzed

ColdFusion versions 2025.9, 2023.20 and earlier are affected by an Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability that could lead to arbitrary code execution in the context of the current user. Exploitation of this issue does not require user interaction. Scope is changed.

CVE-2026-34621HIGH8.6EPSS 94%Analyzed

Acrobat Reader versions 24.001.30356, 26.001.21367 and earlier are affected by an Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.

CVE-2026-60004CRITICAL9.8EPSS 100%Analyzed

Gitea before 1.27.1 allows remote code execution via the diffpatch API through Git hook installation.

CVE-2026-8452CRITICAL9.8EPSS 74%Analyzed

Memory overflow vulnerability NetScaler ADC and NetScaler Gateway leading to unpredictable or erroneous behavior and Denial of Service if the appliance is configured as a Gateway (SSL VPN, ICA Proxy, CVPN, RDP Proxy) or AAA virtual server

CVE-2022-0995HIGH7.8EPSS 95%Analyzed

An out-of-bounds (OOB) memory write flaw was found in the Linux kernel’s watch_queue event notification subsystem. This flaw can overwrite parts of the kernel state, potentially allowing a local user to gain privileged access or cause a denial of service on the system.

CVE-2021-23758CRITICAL9.8EPSS 100%Analyzed

All versions of package ajaxpro.2 are vulnerable to Deserialization of Untrusted Data due to the possibility of deserialization of arbitrary .NET classes, which can be abused to gain remote code execution.

CVE-2019-1068HIGH8.8EPSS 99%Analyzed

A remote code execution vulnerability exists in Microsoft SQL Server when it incorrectly handles processing of internal functions, aka 'Microsoft SQL Server Remote Code Execution Vulnerability'.

CVE-2015-5287HIGH7.8EPSS 92%Analyzed

The abrt-hook-ccpp help program in Automatic Bug Reporting Tool (ABRT) before 2.7.1 allows local users with certain permissions to gain privileges via a symlink attack on a file with a predictable name, as demonstrated by /var/tmp/abrt/abrt-hax-coredump or /var/spool/abrt/abrt-hax-coredump.

CVE-2015-3246MEDIUM5.1EPSS 95%Analyzed

libuser before 0.56.13-8 and 0.60 before 0.60-7, as used in the userhelper program in the usermode package, directly modifies /etc/passwd, which allows local users to cause a denial of service (inconsistent file state) by causing an error during the modification. NOTE: this issue can be combined with CVE-2015-3245 to gain privileges.

CVE-2018-1273CRITICAL9.8EPSS 100%Analyzed

Spring Data Commons, versions prior to 1.13 to 1.13.10, 2.0 to 2.0.5, and older unsupported versions, contain a property binder vulnerability caused by improper neutralization of special elements. An unauthenticated remote malicious user (or attacker) can supply specially crafted request parameters against Spring Data REST backed HTTP resources or using Spring Data's projection-based request payload binding hat can lead to a remote code execution attack.

CVE-2020-1938CRITICAL9.8EPSS 100%Analyzed

When using the Apache JServ Protocol (AJP), care must be taken when trusting incoming connections to Apache Tomcat. Tomcat treats AJP connections as having higher trust than, for example, a similar HTTP connection. If such connections are available to an attacker, they can be exploited in ways that may be surprising. In Apache Tomcat 9.0.0.M1 to 9.0.0.30, 8.5.0 to 8.5.50 and 7.0.0 to 7.0.99, Tomcat shipped with an AJP Connector enabled by default that listened on all configured IP addresses. It was expected (and recommended in the security guide) that this Connector would be disabled if not required. This vulnerability report identified a mechanism that allowed: - returning arbitrary files from anywhere in the web application - processing any file in the web application as a JSP Further, if the web application allowed file upload and stored those files within the web application (or the attacker was able to control the content of the web application by some other means) then this, along with the ability to process a file as a JSP, made remote code execution possible. It is important to note that mitigation is only required if an AJP port is accessible to untrusted users. Users wishing to take a defence-in-depth approach and block the vector that permits returning arbitrary files and execution as JSP may upgrade to Apache Tomcat 9.0.31, 8.5.51 or 7.0.100 or later. A number of changes were made to the default AJP Connector configuration in 9.0.31 to harden the default configuration. It is likely that users upgrading to 9.0.31, 8.5.51 or 7.0.100 or later will need to make small changes to their configurations.

CVE-2019-2725CRITICAL9.8EPSS 100%Analyzed

Vulnerability in the Oracle WebLogic Server component of Oracle Fusion Middleware (subcomponent: Web Services). Supported versions that are affected are 10.3.6.0.0 and 12.1.3.0.0. Easily exploitable vulnerability allows unauthenticated attacker with network access via HTTP to compromise Oracle WebLogic Server. Successful attacks of this vulnerability can result in takeover of Oracle WebLogic Server. CVSS 3.0 Base Score 9.8 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H).

CVE-2017-12617HIGH8.1EPSS 100%Analyzed

When running Apache Tomcat versions 9.0.0.M1 to 9.0.0, 8.5.0 to 8.5.22, 8.0.0.RC1 to 8.0.46 and 7.0.0 to 7.0.81 with HTTP PUTs enabled (e.g. via setting the readonly initialisation parameter of the Default servlet to false) it was possible to upload a JSP file to the server via a specially crafted request. This JSP could then be requested and any code it contained would be executed by the server.

CVE-2016-8735CRITICAL9.8EPSS 100%Analyzed

Remote code execution is possible with Apache Tomcat before 6.0.48, 7.x before 7.0.73, 8.x before 8.0.39, 8.5.x before 8.5.7, and 9.x before 9.0.0.M12 if JmxRemoteLifecycleListener is used and an attacker can reach JMX ports. The issue exists because this listener wasn't updated for consistency with the CVE-2016-3427 Oracle patch that affected credential types.

CVE-2026-21962CRITICAL10.0EPSS 99%Analyzed

Vulnerability in the Oracle HTTP Server, Oracle Weblogic Server Proxy Plug-in product of Oracle Fusion Middleware (component: Weblogic Server Proxy Plug-in for Apache HTTP Server, Weblogic Server Proxy Plug-in for IIS). Supported versions that are affected are 12.2.1.4.0, 14.1.1.0.0 and 14.1.2.0.0. Easily exploitable vulnerability allows unauthenticated attacker with network access via HTTP to compromise Oracle HTTP Server, Oracle Weblogic Server Proxy Plug-in. While the vulnerability is in Oracle HTTP Server, Oracle Weblogic Server Proxy Plug-in, attacks may significantly impact additional products (scope change). Successful attacks of this vulnerability can result in unauthorized creation, deletion or modification access to critical data or all Oracle HTTP Server, Oracle Weblogic Server Proxy Plug-in accessible data as well as unauthorized access to critical data or complete access to all Oracle HTTP Server, Oracle Weblogic Server Proxy Plug-in accessible data. Note: Affected version for Weblogic Server Proxy Plug-in for IIS is 12.2.1.4.0 only. CVSS 3.1 Base Score 10.0 (Confidentiality and Integrity impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N).

CVE-2026-73570HIGH8.9EPSS 97%Analyzed

A remote code execution vulnerability exists in Zimbra Collaboration (ZCS) before 10.1.20 when the optional zimbra-snmp package is installed and SNMP notifications are enabled. Due to improper sanitization of untrusted input during SNMP notification processing, an unauthenticated attacker can send specially crafted SMTP requests that may result in execution of arbitrary operating system commands as the Zimbra user.

CVE-2021-43226HIGH7.8EPSS 87%Analyzed

Windows Common Log File System Driver Elevation of Privilege Vulnerability

CVE-2026-72530CRITICAL9.0EPSS 77%Analyzed

A remote unauthorized attacker with network access via port 4307/TCP to the TrueConf server versions 5.3.X to 5.3.9, 5.4.X to 5.4.9, 5.5.X to 5.5.5, and earlier could use a specially crafted script to break out of the isolated environment and execute arbitrary code on the host system.

CVE-2026-72529CRITICAL9.8EPSS 73%Analyzed

A remote unauthorized attacker with network access via port 4307/TCP to the TrueConf server versions 5.3.X to 5.3.9, 5.4.X to 5.4.9, 5.5.X to 5.5.5, and earlier could execute an arbitrary script by calling an undocumented function.

CVE-2026-64849CRITICAL9.3EPSS 97%Analyzed

MLflow is an open source AI engineering platform for agents, large language models, and machine learning models. Prior to 3.15.0, the unauthenticated POST /api/2.0/mlflow/webhooks/{id}/test endpoint calls _validate_webhook_url() in mlflow/utils/validation.py only for the original URL while mlflow/webhooks/delivery.py follows redirects and re-resolves the hostname without pinning the validated address, allowing attackers to reach internal or cloud metadata services and receive response_status and response_body. This issue is fixed in version 3.15.0.

CVE-2022-2586HIGH7.8EPSS 95%Analyzed

It was discovered that a nft object or expression could reference a nft set on a different nft table, leading to a use-after-free once that table was deleted.

CVE-2021-26858HIGH7.8EPSS 100%Analyzed

Microsoft Exchange Server Remote Code Execution Vulnerability

CVE-2021-42321HIGH8.8EPSS 100%Analyzed

Microsoft Exchange Server Remote Code Execution Vulnerability

CVE-2021-42292HIGH7.8EPSS 99%Analyzed

Microsoft Excel Security Feature Bypass Vulnerability

CVE-2021-42287HIGH7.5EPSS 100%Analyzed

Active Directory Domain Services Elevation of Privilege Vulnerability

CVE-2021-42278HIGH7.5EPSS 99%Analyzed

Active Directory Domain Services Elevation of Privilege Vulnerability

CVE-2021-41379MEDIUM5.5EPSS 97%Analyzed

Windows Installer Elevation of Privilege Vulnerability

CVE-2021-27085HIGH8.8EPSS 92%Analyzed

Internet Explorer Remote Code Execution Vulnerability

CVE-2021-27065HIGH7.8EPSS 100%Analyzed

Microsoft Exchange Server Remote Code Execution Vulnerability

CVE-2021-27059HIGH7.6EPSS 93%Analyzed

Microsoft Office Remote Code Execution Vulnerability

CVE-2021-26857HIGH7.8EPSS 100%Analyzed

Microsoft Exchange Server Remote Code Execution Vulnerability

CVE-2021-26855CRITICAL9.1EPSS 100%Analyzed

Microsoft Exchange Server Remote Code Execution Vulnerability

CVE-2021-26411HIGH8.8EPSS 100%Analyzed

Internet Explorer Memory Corruption Vulnerability

CVE-2020-1054HIGH7.8EPSS 99%Analyzed

An elevation of privilege vulnerability exists in Windows when the Windows kernel-mode driver fails to properly handle objects in memory. An attacker who successfully exploited this vulnerability could run arbitrary code in kernel mode. An attacker could then install programs; view, change, or delete data; or create new accounts with full user rights. To exploit this vulnerability, an attacker would first have to log on to the system. An attacker could then run a specially crafted application that could exploit the vulnerability and take control of an affected system. The update addresses this vulnerability by correcting how the Windows kernel-mode driver handles objects in memory.

CVE-2023-23376HIGH7.8EPSS 96%Analyzed

Windows Common Log File System Driver Elevation of Privilege Vulnerability

CVE-2023-21823HIGH7.8EPSS 92%Analyzed

Windows Graphics Component Remote Code Execution Vulnerability

CVE-2023-21715HIGH7.3EPSS 96%Analyzed

Microsoft Publisher Security Feature Bypass Vulnerability

1,687 CVEs
1 / 34

CVE-2026-31431

HIGH7.8KEVWeaponizedAnalyzed
CNA: LinuxPublished: 2026-04-22Modified: about 10 hours ago
Open full
Description

In the Linux kernel, the following vulnerability has been resolved: crypto: algif_aead - Revert to operating out-of-place This mostly reverts commit 72548b093ee3 except for the copying of the associated data. There is no benefit in operating in-place in algif_aead since the source and destination come from different mappings. Get rid of all the complexity added for in-place operation and just copy the AD directly.

CVSS v3.1
7.8
HIGH
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
AVLACLPRLUINSUCHIHAH
CVSS across sources21
VersionTypeSourceBaseExpImp
3.1Primarycve.org7.8——
3.1Primarycve.org7.8——
3.1Primarycve.org7.8——
3.1Primarycve.org7.8——
3.1Primarycve.org7.8——
3.1Primarycve.org7.8——
3.1Primarycve.org7.8——
3.1Primarycve.org7.8——
3.1Primarycve.org7.8——
3.1Primarycve.org7.8——
3.1Primarycve.org7.8——
3.1Primarycve.org7.8——
3.1Primarycve.org7.8——
3.1Primarycve.org7.8——
3.1Primarycve.org7.8——
3.1Primarycve.org7.8——
3.1Primarycve.org7.8——
3.1Primarycve.org7.8——
3.1SecondaryNVD7.81.85.9
3.1SecondaryNVD7.81.85.9
3.1SecondaryENISA EUVD7.8——
Modification timeline
  • GitHub PoC9 minutes ago3600 obs
  • ENISA EUVDabout 1 hour ago1217 obs
  • cve.orgabout 8 hours ago11 obs
  • CISA KEVabout 18 hours ago83 obs
  • EPSSabout 19 hours ago82 obs
  • Metasploit3 days ago12 obs
Vendor statements36
  • access.redhat.com
  • access.redhat.com
  • access.redhat.com
  • access.redhat.com
  • access.redhat.com
  • access.redhat.com
  • access.redhat.com
  • access.redhat.com
  • +28 more
Timeline
  1. 2026-03-08
    Public exploit published on github_poc
  2. 2026-04-22
    CVE published
  3. 2026-04-29
    Public exploit published on metasploit
  4. 2026-04-29
    Public exploit published on github_poc
  5. 2026-04-29
    Public exploit published on github_poc
  6. 2026-04-29
    Public exploit published on github_poc
  7. 2026-04-29
    Public exploit published on github_poc
  8. 2026-04-29
    Public exploit published on github_poc
  9. 2026-04-30
    Public exploit published on github_poc
  10. 2026-04-30
    Public exploit published on github_poc
  11. 2026-04-30
    Public exploit published on github_poc
  12. 2026-04-30
    Public exploit published on github_poc
  13. 2026-04-30
    Public exploit published on github_poc
  14. 2026-04-30
    Public exploit published on github_poc
  15. 2026-04-30
    Public exploit published on github_poc
  16. 2026-04-30
    Public exploit published on github_poc
  17. 2026-04-30
    Public exploit published on github_poc
  18. 2026-04-30
    Public exploit published on github_poc
  19. 2026-04-30
    Public exploit published on github_poc
  20. 2026-04-30
    Public exploit published on github_poc
  21. 2026-04-30
    Public exploit published on github_poc
  22. 2026-04-30
    Public exploit published on github_poc
  23. 2026-04-30
    Public exploit published on github_poc
  24. 2026-04-30
    Public exploit published on github_poc
  25. 2026-04-30
    Public exploit published on github_poc
  26. 2026-04-30
    Public exploit published on github_poc
  27. 2026-04-30
    Public exploit published on github_poc
  28. 2026-04-30
    Public exploit published on github_poc
  29. 2026-04-30
    Public exploit published on github_poc
  30. 2026-04-30
    Public exploit published on github_poc
  31. 2026-04-30
    Public exploit published on github_poc
  32. 2026-04-30
    Public exploit published on github_poc
  33. 2026-04-30
    Public exploit published on github_poc
  34. 2026-04-30
    Public exploit published on github_poc
  35. 2026-04-30
    Public exploit published on github_poc
  36. 2026-04-30
    Public exploit published on github_poc
  37. 2026-04-30
    Public exploit published on github_poc
  38. 2026-04-30
    Public exploit published on github_poc
  39. 2026-04-30
    Public exploit published on github_poc
  40. 2026-04-30
    Public exploit published on github_poc
  41. 2026-04-30
    Public exploit published on github_poc
  42. 2026-04-30
    Public exploit published on github_poc
  43. 2026-04-30
    Public exploit published on github_poc
  44. 2026-04-30
    Public exploit published on github_poc
  45. 2026-04-30
    Public exploit published on github_poc
  46. 2026-04-30
    Public exploit published on github_poc
  47. 2026-04-30
    Public exploit published on github_poc
  48. 2026-04-30
    Public exploit published on github_poc
  49. 2026-04-30
    Public exploit published on github_poc
  50. 2026-04-30
    Public exploit published on github_poc
  51. 2026-04-30
    Public exploit published on github_poc
  52. 2026-04-30
    Public exploit published on github_poc
  53. 2026-04-30
    Public exploit published on github_poc
  54. 2026-04-30
    Public exploit published on github_poc
  55. 2026-04-30
    Public exploit published on github_poc
  56. 2026-04-30
    Public exploit published on github_poc
  57. 2026-04-30
    Public exploit published on github_poc
  58. 2026-04-30
    Public exploit published on github_poc
  59. 2026-04-30
    Public exploit published on github_poc
  60. 2026-04-30
    Public exploit published on github_poc
  61. 2026-04-30
    Public exploit published on github_poc
  62. 2026-04-30
    Public exploit published on github_poc
  63. 2026-04-30
    Public exploit published on github_poc
  64. 2026-04-30
    Public exploit published on github_poc
  65. 2026-04-30
    Public exploit published on github_poc
  66. 2026-04-30
    Public exploit published on github_poc
  67. 2026-04-30
    Public exploit published on github_poc
  68. 2026-04-30
    Public exploit published on github_poc
  69. 2026-04-30
    Public exploit published on github_poc
  70. 2026-04-30
    Public exploit published on github_poc
  71. 2026-04-30
    Public exploit published on github_poc
  72. 2026-04-30
    Public exploit published on github_poc
  73. 2026-04-30
    Public exploit published on github_poc
  74. 2026-04-30
    Public exploit published on github_poc
  75. 2026-04-30
    Public exploit published on github_poc
  76. 2026-04-30
    Public exploit published on github_poc
  77. 2026-04-30
    Public exploit published on github_poc
  78. 2026-04-30
    Public exploit published on github_poc
  79. 2026-04-30
    Public exploit published on github_poc
  80. 2026-04-30
    Public exploit published on github_poc
  81. 2026-04-30
    Public exploit published on github_poc
  82. 2026-04-30
    Public exploit published on github_poc
  83. 2026-04-30
    Public exploit published on github_poc
  84. 2026-04-30
    Public exploit published on github_poc
  85. 2026-04-30
    Public exploit published on github_poc
  86. 2026-04-30
    Public exploit published on github_poc
  87. 2026-04-30
    Public exploit published on github_poc
  88. 2026-04-30
    Public exploit published on github_poc
  89. 2026-04-30
    Public exploit published on github_poc
  90. 2026-04-30
    Public exploit published on github_poc
  91. 2026-04-30
    Public exploit published on github_poc
  92. 2026-04-30
    Public exploit published on github_poc
  93. 2026-04-30
    Public exploit published on github_poc
  94. 2026-04-30
    Public exploit published on github_poc
  95. 2026-04-30
    Public exploit published on github_poc
  96. 2026-04-30
    Public exploit published on github_poc
  97. 2026-04-30
    Public exploit published on github_poc
  98. 2026-04-30
    Public exploit published on github_poc
  99. 2026-04-30
    Public exploit published on github_poc
  100. 2026-04-30
    Public exploit published on github_poc
  101. 2026-04-30
    Public exploit published on github_poc
  102. 2026-04-30
    Public exploit published on github_poc
  103. 2026-04-30
    Public exploit published on github_poc
  104. 2026-04-30
    Public exploit published on github_poc
  105. 2026-04-30
    Public exploit published on github_poc
  106. 2026-04-30
    Public exploit published on github_poc
  107. 2026-04-30
    Public exploit published on github_poc
  108. 2026-04-30
    Public exploit published on github_poc
  109. 2026-05-01
    Added to CISA KEV catalog
  110. 2026-05-01
    Public exploit published on github_poc
  111. 2026-05-01
    Public exploit published on github_poc
  112. 2026-05-01
    Public exploit published on github_poc
  113. 2026-05-01
    Public exploit published on github_poc
  114. 2026-05-01
    Public exploit published on github_poc
  115. 2026-05-01
    Public exploit published on github_poc
  116. 2026-05-01
    Public exploit published on github_poc
  117. 2026-05-01
    Public exploit published on github_poc
  118. 2026-05-01
    Public exploit published on github_poc
  119. 2026-05-01
    Public exploit published on github_poc
  120. 2026-05-01
    Public exploit published on github_poc
  121. 2026-05-01
    Public exploit published on github_poc
  122. 2026-05-01
    Public exploit published on github_poc
  123. 2026-05-01
    Public exploit published on github_poc
  124. 2026-05-01
    Public exploit published on github_poc
  125. 2026-05-01
    Public exploit published on github_poc
  126. 2026-05-01
    Public exploit published on github_poc
  127. 2026-05-01
    Public exploit published on github_poc
  128. 2026-05-01
    Public exploit published on github_poc
  129. 2026-05-01
    Public exploit published on github_poc
  130. 2026-05-01
    Public exploit published on github_poc
  131. 2026-05-01
    Public exploit published on github_poc
  132. 2026-05-01
    Public exploit published on github_poc
  133. 2026-05-01
    Public exploit published on github_poc
  134. 2026-05-01
    Public exploit published on github_poc
  135. 2026-05-01
    Public exploit published on github_poc
  136. 2026-05-01
    Public exploit published on github_poc
  137. 2026-05-01
    Public exploit published on github_poc
  138. 2026-05-01
    Public exploit published on github_poc
  139. 2026-05-01
    Public exploit published on github_poc
  140. 2026-05-01
    Public exploit published on github_poc
  141. 2026-05-01
    Public exploit published on github_poc
  142. 2026-05-01
    Public exploit published on github_poc
  143. 2026-05-01
    Public exploit published on github_poc
  144. 2026-05-01
    Public exploit published on github_poc
  145. 2026-05-01
    Public exploit published on github_poc
  146. 2026-05-01
    Public exploit published on github_poc
  147. 2026-05-01
    Public exploit published on github_poc
  148. 2026-05-01
    Public exploit published on github_poc
  149. 2026-05-01
    Public exploit published on github_poc
  150. 2026-05-01
    Public exploit published on github_poc
  151. 2026-05-01
    Public exploit published on github_poc
  152. 2026-05-01
    Public exploit published on github_poc
  153. 2026-05-01
    Public exploit published on github_poc
  154. 2026-05-01
    Public exploit published on github_poc
  155. 2026-05-01
    Public exploit published on github_poc
  156. 2026-05-01
    Public exploit published on github_poc
  157. 2026-05-01
    Public exploit published on github_poc
  158. 2026-05-01
    Public exploit published on github_poc
  159. 2026-05-02
    Public exploit published on github_poc
  160. 2026-05-02
    Public exploit published on github_poc
  161. 2026-05-02
    Public exploit published on github_poc
  162. 2026-05-02
    Public exploit published on github_poc
  163. 2026-05-02
    Public exploit published on github_poc
  164. 2026-05-02
    Public exploit published on github_poc
  165. 2026-05-02
    Public exploit published on github_poc
  166. 2026-05-02
    Public exploit published on github_poc
  167. 2026-05-02
    Public exploit published on github_poc
  168. 2026-05-02
    Public exploit published on github_poc
  169. 2026-05-02
    Public exploit published on github_poc
  170. 2026-05-02
    Public exploit published on github_poc
  171. 2026-05-02
    Public exploit published on github_poc
  172. 2026-05-02
    Public exploit published on github_poc
  173. 2026-05-02
    Public exploit published on github_poc
  174. 2026-05-02
    Public exploit published on github_poc
  175. 2026-05-02
    Public exploit published on github_poc
  176. 2026-05-02
    Public exploit published on github_poc
  177. 2026-05-02
    Public exploit published on github_poc
  178. 2026-05-02
    Public exploit published on github_poc
  179. 2026-05-02
    Public exploit published on github_poc
  180. 2026-05-02
    Public exploit published on github_poc
  181. 2026-05-02
    Public exploit published on github_poc
  182. 2026-05-02
    Public exploit published on github_poc
  183. 2026-05-02
    Public exploit published on github_poc
  184. 2026-05-02
    Public exploit published on github_poc
  185. 2026-05-02
    Public exploit published on github_poc
  186. 2026-05-03
    Public exploit published on github_poc
  187. 2026-05-03
    Public exploit published on github_poc
  188. 2026-05-03
    Public exploit published on github_poc
  189. 2026-05-03
    Public exploit published on github_poc
  190. 2026-05-03
    Public exploit published on github_poc
  191. 2026-05-03
    Public exploit published on github_poc
  192. 2026-05-03
    Public exploit published on github_poc
  193. 2026-05-03
    Public exploit published on github_poc
  194. 2026-05-03
    Public exploit published on github_poc
  195. 2026-05-03
    Public exploit published on github_poc
  196. 2026-05-03
    Public exploit published on github_poc
  197. 2026-05-03
    Public exploit published on github_poc
  198. 2026-05-03
    Public exploit published on github_poc
  199. 2026-05-03
    Public exploit published on github_poc
  200. 2026-05-03
    Public exploit published on github_poc
  201. 2026-05-03
    Public exploit published on github_poc
  202. 2026-05-03
    Public exploit published on github_poc
  203. 2026-05-03
    Public exploit published on github_poc
  204. 2026-05-03
    Public exploit published on github_poc
  205. 2026-05-04
    Public exploit published on github_poc
  206. 2026-05-04
    Public exploit published on github_poc
  207. 2026-05-04
    Public exploit published on github_poc
  208. 2026-05-04
    Public exploit published on github_poc
  209. 2026-05-04
    Public exploit published on github_poc
  210. 2026-05-04
    Public exploit published on github_poc
  211. 2026-05-04
    Public exploit published on github_poc
  212. 2026-05-04
    Public exploit published on github_poc
  213. 2026-05-04
    Public exploit published on github_poc
  214. 2026-05-04
    Public exploit published on github_poc
  215. 2026-05-04
    Public exploit published on github_poc
  216. 2026-05-04
    Public exploit published on github_poc
  217. 2026-05-04
    Public exploit published on github_poc
  218. 2026-05-04
    Public exploit published on github_poc
  219. 2026-05-04
    Public exploit published on github_poc
  220. 2026-05-04
    Public exploit published on github_poc
  221. 2026-05-04
    Public exploit published on github_poc
  222. 2026-05-04
    Public exploit published on github_poc
  223. 2026-05-05
    Public exploit published on github_poc
  224. 2026-05-05
    Public exploit published on github_poc
  225. 2026-05-05
    Public exploit published on github_poc
  226. 2026-05-05
    Public exploit published on github_poc
  227. 2026-05-05
    Public exploit published on github_poc
  228. 2026-05-05
    Public exploit published on github_poc
  229. 2026-05-05
    Public exploit published on github_poc
  230. 2026-05-05
    Public exploit published on github_poc
  231. 2026-05-05
    Public exploit published on github_poc
  232. 2026-05-05
    Public exploit published on github_poc
  233. 2026-05-05
    Public exploit published on github_poc
  234. 2026-05-05
    Public exploit published on github_poc
  235. 2026-05-05
    Public exploit published on github_poc
  236. 2026-05-05
    Public exploit published on github_poc
  237. 2026-05-05
    Public exploit published on github_poc
  238. 2026-05-05
    Public exploit published on github_poc
  239. 2026-05-05
    Public exploit published on github_poc
  240. 2026-05-06
    Public exploit published on github_poc
  241. 2026-05-06
    Public exploit published on github_poc
  242. 2026-05-06
    Public exploit published on github_poc
  243. 2026-05-06
    Public exploit published on github_poc
  244. 2026-05-06
    Public exploit published on github_poc
  245. 2026-05-06
    Public exploit published on github_poc
  246. 2026-05-06
    Public exploit published on github_poc
  247. 2026-05-06
    Public exploit published on github_poc
  248. 2026-05-06
    Public exploit published on github_poc
  249. 2026-05-06
    Public exploit published on github_poc
  250. 2026-05-06
    Public exploit published on github_poc
  251. 2026-05-06
    Public exploit published on github_poc
  252. 2026-05-06
    Public exploit published on github_poc
  253. 2026-05-06
    Public exploit published on github_poc
  254. 2026-05-06
    Public exploit published on github_poc
  255. 2026-05-06
    Public exploit published on github_poc
  256. 2026-05-06
    Public exploit published on github_poc
  257. 2026-05-07
    Public exploit published on github_poc
  258. 2026-05-07
    Public exploit published on github_poc
  259. 2026-05-07
    Public exploit published on github_poc
  260. 2026-05-07
    Public exploit published on github_poc
  261. 2026-05-07
    Public exploit published on github_poc
  262. 2026-05-07
    Public exploit published on github_poc
  263. 2026-05-07
    Public exploit published on github_poc
  264. 2026-05-07
    Public exploit published on github_poc
  265. 2026-05-07
    Public exploit published on github_poc
  266. 2026-05-07
    Public exploit published on github_poc
  267. 2026-05-07
    Public exploit published on github_poc
  268. 2026-05-07
    Public exploit published on github_poc
  269. 2026-05-07
    Public exploit published on github_poc
  270. 2026-05-07
    Public exploit published on github_poc
  271. 2026-05-08
    Public exploit published on github_poc
  272. 2026-05-08
    Public exploit published on github_poc
  273. 2026-05-08
    Public exploit published on github_poc
  274. 2026-05-08
    Public exploit published on github_poc
  275. 2026-05-08
    Public exploit published on github_poc
  276. 2026-05-08
    Public exploit published on github_poc
  277. 2026-05-08
    Public exploit published on github_poc
  278. 2026-05-08
    Public exploit published on github_poc
  279. 2026-05-09
    Public exploit published on github_poc
  280. 2026-05-09
    Public exploit published on github_poc
  281. 2026-05-09
    Public exploit published on github_poc
  282. 2026-05-09
    Public exploit published on github_poc
  283. 2026-05-09
    Public exploit published on github_poc
  284. 2026-05-10
    Public exploit published on github_poc
  285. 2026-05-10
    Public exploit published on github_poc
  286. 2026-05-10
    Public exploit published on github_poc
  287. 2026-05-11
    Public exploit published on github_poc
  288. 2026-05-11
    Public exploit published on github_poc
  289. 2026-05-11
    Public exploit published on github_poc
  290. 2026-05-11
    Public exploit published on github_poc
  291. 2026-05-11
    Public exploit published on github_poc
  292. 2026-05-12
    Public exploit published on github_poc
  293. 2026-05-12
    Public exploit published on github_poc
  294. 2026-05-12
    Public exploit published on github_poc
  295. 2026-05-12
    Public exploit published on github_poc
  296. 2026-05-12
    Public exploit published on github_poc
  297. 2026-05-12
    Public exploit published on github_poc
  298. 2026-05-13
    Public exploit published on github_poc
  299. 2026-05-13
    Public exploit published on github_poc
  300. 2026-05-13
    Public exploit published on github_poc
  301. 2026-05-13
    Public exploit published on github_poc
  302. 2026-05-13
    Public exploit published on github_poc
  303. 2026-05-14
    Public exploit published on github_poc
  304. 2026-05-14
    Public exploit published on github_poc
  305. 2026-05-15
    Public exploit published on github_poc
  306. 2026-05-16
    Public exploit published on github_poc
  307. 2026-05-16
    Public exploit published on github_poc
  308. 2026-05-16
    Public exploit published on github_poc
  309. 2026-05-17
    Public exploit published on github_poc
  310. 2026-05-18
    Public exploit published on github_poc
  311. 2026-05-18
    Public exploit published on github_poc
  312. 2026-05-18
    Public exploit published on github_poc
  313. 2026-05-18
    Public exploit published on github_poc
  314. 2026-05-19
    Public exploit published on github_poc
  315. 2026-05-20
    Public exploit published on github_poc
  316. 2026-05-21
    Public exploit published on github_poc
  317. 2026-05-21
    Public exploit published on github_poc
  318. 2026-05-21
    Public exploit published on github_poc
  319. 2026-05-22
    Public exploit published on github_poc
  320. 2026-05-22
    Public exploit published on github_poc
  321. 2026-05-22
    Public exploit published on github_poc
  322. 2026-05-22
    Public exploit published on github_poc
  323. 2026-05-24
    Public exploit published on github_poc
  324. 2026-05-28
    Public exploit published on github_poc
  325. 2026-05-29
    Public exploit published on github_poc
  326. 2026-06-01
    Public exploit published on github_poc
  327. 2026-06-01
    Public exploit published on github_poc
  328. 2026-06-03
    Public exploit published on github_poc
  329. 2026-06-05
    Public exploit published on github_poc
  330. 2026-06-05
    Public exploit published on github_poc
  331. 2026-06-15
    First observed by epss
  332. 2026-06-15
    First observed by cisa_kev
  333. 2026-06-15
    First observed by metasploit
  334. 2026-06-15
    First observed by github_poc
  335. 2026-06-15
    First observed by cve_org
  336. 2026-06-15
    First observed by nvd
  337. 2026-06-24
    Public exploit published on github_poc
  338. 2026-06-27
    Public exploit published on github_poc
  339. 2026-07-05
    First observed by euvd
  340. 2026-07-06
    Public exploit published on github_poc
  341. 2026-07-25
    Public exploit published on github_poc
  342. 2026-07-31
    Public exploit published on github_poc
  343. 2026-08-02
    Public exploit published on github_poc
  344. 2026-08-04
    Public exploit published on github_poc
  345. 2026-08-05
    Public exploit published on github_poc
  346. 2026-09-01
    Last metadata update