Lucene search
+L

1038503 matches found

OSV
OSV
added 2026/04/08 3:51 p.m.10 views

GHSA-QJ83-CQ47-W5F8 Axios HTTP/2 Session Cleanup State Corruption Vulnerability

Summary Axios HTTP/2 session cleanup logic contains a state corruption bug that allows a malicious server to crash the client process through concurrent session closures. This denial-of-service vulnerability affects axios versions prior to 1.13.2 when HTTP/2 is enabled. Details The vulnerability...

5.9CVSS5.8AI score0.00731EPSS
SaveExploits1References5
EUVD
EUVD
added 2026/04/08 3:51 p.m.9 views

EUVD-2026-20501

Axios HTTP/2 Session Cleanup State Corruption Vulnerability...

5.9CVSS5.9AI score0.00731EPSS
SaveExploits1References3
RedHat Linux
RedHat Linux
added 2026/04/08 3:45 p.m.17 views

kernel: Linux kernel: Use-After-Free vulnerability in ATM subsystem

A flaw was found in the Linux kernel's Asynchronous Transfer Mode ATM subsystem. An authenticated local attacker could exploit a Use-After-Free UAF vulnerability in the /proc/net/atm/lec handling. This flaw occurs due to improper devput calls without prior devhold calls, leading to an imbalance i...

7.8CVSS5.9AI score0.00174EPSS
SaveExploits0References5
OSV
OSV
added 2026/04/08 3:16 p.m.8 views

UBUNTU-CVE-2026-39865

Axios is a promise based HTTP client for the browser and Node.js. Starting in version 1.13.0 and prior to 1.13.2, Axios HTTP/2 session cleanup logic contains a state corruption bug that allows a malicious server to crash the client process through concurrent session closures. The vulnerability...

5.9CVSS5.8AI score0.00731EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2026/04/08 3:0 p.m.13 views

rfc3161-client Has Improper Certificate Validation

Summary An Authorization Bypass vulnerability in rfc3161-client's signature verification allows any attacker to impersonate a trusted TimeStamping Authority TSA. By exploiting a logic flaw in how the library extracts the leaf certificate from an unordered PKCS7 bag of certificates, an attacker ca...

7.5CVSS5.8AI score0.00188EPSS
SaveExploits1References5Affected Software1
Vulnrichment
Vulnrichment
added 2026/04/08 2:43 p.m.4 views

CVE-2026-39409 Hono has incorrect IP matching in ipRestriction() for IPv4-mapped IPv6 addresses

Hono is a Web application framework that provides support for any JavaScript runtime. Prior to 4.12.12, ipRestriction does not canonicalize IPv4-mapped IPv6 client addresses e.g. ::ffff:127.0.0.1 before applying IPv4 allow or deny rules. In environments such as Node.js dual-stack, this can cause...

6.3CVSS5.9AI score0.00343EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/04/08 2:29 p.m.20 views

libarchive: Infinite Loop Denial of Service in RAR5 Decompression via archive_read_data() in libarchive

A flaw was identified in the RAR5 archive decompression logic of the libarchive library, specifically within the archivereaddata processing path. When a specially crafted RAR5 archive is processed, the decompression routine may enter a state where internal logic prevents forward progress. This...

7.5CVSS5.9AI score0.00693EPSS
SaveExploits0References5
CVE
CVE
added 2026/04/08 2:25 p.m.66 views

CVE-2026-39865

Axios HTTP/2 session cleanup state corruption in Http2Sessions.getSession() (lib/adapters/http.js) is fixed in 1.13.2. Prior to 1.13.2, the cleanup logic could corrupt state when removing sessions from the sessions array, allowing a malicious server to crash the client process via concurrent sess...

5.9CVSS5.8AI score0.00731EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2026/04/08 2:25 p.m.35 views

CVE-2026-39865 Axios HTTP/2 Session Cleanup State Corruption Vulnerability

Axios is a promise based HTTP client for the browser and Node.js. Starting in version 1.13.0 and prior to 1.13.2, Axios HTTP/2 session cleanup logic contains a state corruption bug that allows a malicious server to crash the client process through concurrent session closures. The vulnerability...

5.9CVSS0.00731EPSS
SaveExploits1References3
ATTACKERKB
ATTACKERKB
added 2026/04/08 2:25 p.m.8 views

CVE-2026-39865

Axios is a promise based HTTP client for the browser and Node.js. Starting in version 1.13.0 and prior to 1.13.2, Axios HTTP/2 session cleanup logic contains a state corruption bug that allows a malicious server to crash the client process through concurrent session closures. The vulnerability...

5.9CVSS5.8AI score0.00731EPSS
SaveExploits1References2Affected Software1
Debian CVE
Debian CVE
added 2026/04/08 1:32 p.m.14 views

CVE-2026-5795

In Eclipse Jetty, the class JASPIAuthenticator initiates the authentication checks, which set two ThreadLocal variable. Upon returning from the initial checks, there are conditions that cause an early return from the JASPIAuthenticator code without clearing those ThreadLocals. A subsequent reques...

7.4CVSS5.4AI score0.00529EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/04/08 1:25 p.m.11 views

Moderate: Red Hat Security Advisory: Red Hat Hardened Images RPMs bug fix and enhancement update

An update for Red Hat Hardened Images RPMs is now available. This update includes the following RPMs:...

6.5CVSS6.6AI score0.00288EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/04/08 1:23 p.m.9 views

Moderate: Red Hat Security Advisory: Red Hat Hardened Images RPMs bug fix and enhancement update

An update for Red Hat Hardened Images RPMs is now available. This update includes the following RPMs:...

8.2CVSS7.1AI score0.00631EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/04/08 1:22 p.m.8 views

Moderate: Red Hat Security Advisory: Red Hat Hardened Images RPMs bug fix and enhancement update

An update for Red Hat Hardened Images RPMs is now available. This update includes the following RPMs:...

7.5CVSS5.1AI score0.0116EPSS
SaveExploits0References3
Hacker One
Hacker One
added 2026/04/08 1:18 p.m.50 views

curl: libcurl: Integer truncation in curl_easy_ssls_import() causes TLS sessions to never expire

Summary: curleasysslsimport deserializes a TLS session blob and stores it in the in-memory session cache. In Curlsslsessionunpack lib/vtls/vtlsspack.c:311, the validuntil field is read as uint64t and cast directly to curlofft int64t with no bounds check — so a crafted blob encoding validuntil =...

5.9AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/04/08 12:11 p.m.8 views

Important: Red Hat Security Advisory: Red Hat Hardened Images RPMs bug fix and enhancement update

An update for Red Hat Hardened Images RPMs is now available. This update includes the following RPMs:...

7.5CVSS6.1AI score0.00573EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/04/08 10:22 a.m.11 views

Important: Red Hat Security Advisory: Red Hat Hardened Images RPMs bug fix and enhancement update

An update for Red Hat Hardened Images RPMs is now available. This update includes the following RPMs:...

9.1CVSS7.1AI score0.00466EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/04/08 8:35 a.m.14 views

kernel: ipv6: BUG() in pskb_expand_head() as part of calipso_skbuff_setattr()

In the Linux kernel, the following vulnerability has been resolved: ipv6: BUG in pskbexpandhead as part of calipsoskbuffsetattr There exists a kernel oops caused by a BUGONnhead INTMAX i.e. intskbheadroomskb + lendelta skbheadroomskb is meant to ensure that delta = headroom - skbheadroomskb is...

7.5CVSS5.9AI score0.00248EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/04/08 8:35 a.m.11 views

Moderate: Red Hat Security Advisory: kernel security update

An update for kernel is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support and Red Hat Enterprise Linux 8.4 Extended Update Support Long-Life Add-On. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability...

7.8CVSS6.5AI score0.00587EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/04/08 7:38 a.m.8 views

CVE-2026-5734

A flaw was found in Firefox and Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: Memory safety bugs present in Firefox ESR 140.9.0, Thunderbird ESR 140.9.0, Firefox 149.0.1 and Thunderbird 149.0.1. Some of these bugs showed evidence of memory corruption and w...

9.8CVSS6AI score0.00329EPSS
SaveExploits0References5
Rows per page
Query Builder