Lucene search
+L

27 matches found

Cvelist
Cvelist
added 2026/08/25 12:59 p.m.10 views

CVE-2026-18798 QUIC Server May Trigger Double Free When Processing INITIAL Packet

Issue summary: QUIC server may double free QRX QUIC record layer RX object when channel creation fails for initial packet. Impact summary: Double free leads to heap corruption, which typically results in termination of QUIC server process, leading to Denial of Service. There is so far no evidence...

SaveExploits0References4
EUVD
EUVD
added 2026/08/25 12:59 p.m.6 views

EUVD-2026-65480

Issue summary: QUIC server may double free QRX QUIC record layer RX object when channel creation fails for initial packet. Impact summary: Double free leads to heap corruption, which typically results in termination of QUIC server process, leading to Denial of Service. There is so far no evidence...

7.5CVSS5.8AI score
SaveExploits0References4
CVE
CVE
added 2026/08/25 12:59 p.m.14 views

CVE-2026-18798

CVE-2026-18798 is a double free (CWE-415) in the OpenSSL QUIC stack. When a QUIC server processes an INITIAL packet carrying a DCID shorter than 8 bytes , port_bind_channel() fails after enrolling the DCID and frees the QRX object. The caller port_default_packet_handler() then frees the same QRX ...

7.5CVSS5.9AI score
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/25 12:00 a.m.5 views

CVE-2026-18798

QUIC Server May Trigger Double Free When Processing INITIAL Packet...

7.5CVSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/08/03 12:00 a.m.9 views

Fedora 45 : vaultwarden (2026-b986dd11b9)

The remote Fedora 45 host has a package installed that is affected by a vulnerability as referenced in the FEDORA-2026-b986dd11b9 advisory. Automatic update for vaultwarden-1.37.1-1.fc45. Changelog Mon Aug 3 2026 Jonathan Wright - 1.37.1-1 - update to 1.37.1 rhbz2510094 - Fix CVE-2026-31812...

8.7CVSS7.6AI score0.005EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/06/26 2:07 a.m.14 views

SUSE CVE-2026-53275

In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: Fix use-after-free when processing MLD queries When processing an MLD query, a pointer to the multicast group address is retrieved when initially parsing the packet. This pointer is later dereferenced without being...

6.5CVSS5.8AI score0.00232EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/06/25 8:39 a.m.41 views

CVE-2026-53240 xfrm: iptfs: fix use-after-free on first_skb in __input_process_payload

In the Linux kernel, the following vulnerability has been resolved: xfrm: iptfs: fix use-after-free on firstskb in inputprocesspayload inputprocesspayload stores firstskb into xtfs-ranewskb under droplock when starting partial reassembly, then unlocks and breaks out of the processing loop. The...

8.8CVSS0.00565EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/06/13 2:19 a.m.58 views

SUSE CVE-2026-42764

Issue summary: Receiving a QUIC initial packet with an invalid token may trigger a NULL pointer dereference in the OpenSSL QUIC server with address validation disabled. Impact summary: NULL pointer dereference typically causes abnormal termination of the affected QUIC server process and a Denial ...

5.3CVSS5.3AI score0.01165EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/06/12 3:16 p.m.9 views

CVE-2026-44894

Netty is a network application framework for development of protocol servers and clients. NoQuicTokenHandler is the tokenHandler used when the application does not set one. Prior to version 4.2.15.Final, its writeToken returns false server will not send Retry — acceptable, but validateToken...

7.5CVSS6.1AI score0.00143EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/06/11 1:09 p.m.16 views

openssl: NULL pointer dereference in QUIC server initial packet handling

A flaw was found in the OpenSSL QUIC Quick UDP Internet Connections server. A remote attacker could send a specially crafted QUIC initial packet with an invalid token. If the server's address validation is explicitly disabled, this could lead to a NULL pointer dereference, causing the server...

7.5CVSS5.5AI score0.01165EPSS
SaveExploits0References4
NVD
NVD
added 2026/06/09 5:17 p.m.16 views

CVE-2026-42764

Issue summary: Receiving a QUIC initial packet with an invalid token may trigger a NULL pointer dereference in the OpenSSL QUIC server with address validation disabled. Impact summary: NULL pointer dereference typically causes abnormal termination of the affected QUIC server process and a Denial ...

7.5CVSS0.01165EPSS
SaveExploits0References4
OSV
OSV
added 2026/06/09 5:17 p.m.15 views

ALPINE-CVE-2026-42764

Issue summary: Receiving a QUIC initial packet with an invalid token may trigger a NULL pointer dereference in the OpenSSL QUIC server with address validation disabled. Impact summary: NULL pointer dereference typically causes abnormal termination of the affected QUIC server process and a Denial ...

7.5CVSS5.5AI score0.01165EPSS
SaveExploits0References1
AlpineLinux
AlpineLinux
added 2026/06/09 4:03 p.m.26 views

CVE-2026-42764

Issue summary: Receiving a QUIC initial packet with an invalid token may trigger a NULL pointer dereference in the OpenSSL QUIC server with address validation disabled. Impact summary: NULL pointer dereference typically causes abnormal termination of the affected QUIC server process and a Denial ...

7.5CVSS5.5AI score0.01165EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/06/09 4:03 p.m.27 views

CVE-2026-42764

Issue summary: Receiving a QUIC initial packet with an invalid token may trigger a NULL pointer dereference in the OpenSSL QUIC server with address validation disabled. Impact summary: NULL pointer dereference typically causes abnormal termination of the affected QUIC server process and a Denial ...

7.5CVSS5.5AI score0.01165EPSS
SaveExploits0
OSV
OSV
added 2026/06/08 10:59 p.m.24 views

GHSA-CMM3-54F8-PX4J Netty's Default QUIC token handler accepts any client-supplied token

NoQuicTokenHandler is the tokenHandler used when the application does not set one. Its writeToken returns false server will not send Retry — acceptable, but validateToken unconditionally return 0. In QuicheQuicServerCodec.handlePacket, a non-negative return from validateToken is interpreted as...

7.5CVSS5.4AI score0.00143EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/06/08 12:00 a.m.18 views

PT-2026-47566

NoQuicTokenHandler is the tokenHandler used when the application does not set one. Its writeToken returns false server will not send Retry — acceptable, but validateToken unconditionally return 0. In QuicheQuicServerCodec.handlePacket, a non-negative return from validateToken is interpreted as...

7.5CVSS5.4AI score
SaveExploits0References4
OSV
OSV
added 2026/06/01 3:05 p.m.10 views

SUSE-SU-2026:22005-1 Security update for python-uv

This update for python-uv fixes the following issues: - CVE-2026-31812: quinn-proto: denial of service via crafted QUIC initial packet bsc1259624. - CVE-2026-32766: astral-tokio-tar: malformed PAX extensions can lead to archive misinterpretation bsc1259966...

8.7CVSS7.5AI score0.005EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/04/16 12:00 a.m.21 views

SUSE SLED15 / SLES15 / openSUSE 15 Security Update : rust1.92 (SUSE-SU-2026:1337-1)

The remote SUSE Linux SLED15 / SLEDSAP15 / SLES15 / SLESSAP15 / openSUSE 15 host has packages installed that are affected by a vulnerability as referenced in the SUSE-SU-2026:1337-1 advisory. - CVE-2026-31812: Denial of service via crafted QUIC initial packet bsc1259623. Tenable has extracted the...

8.7CVSS5.9AI score0.005EPSS
SaveExploits0References4
SUSE Linux
SUSE Linux
added 2026/04/15 7:33 a.m.8 views

Security update for rust1.92

This update for rust1.92 fixes the following issues: CVE-2026-31812: Denial of service via crafted QUIC initial packet bsc1259623. Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdate or "zypper patch". Alternatively you can run the...

6.9CVSS5.8AI score0.005EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/03/14 12:24 a.m.12 views

SUSE CVE-2026-31812

Quinn is a pure-Rust, async-compatible implementation of the IETF QUIC transport protocol. Prior to 0.11.14, a remote, unauthenticated attacker can trigger a denial of service in applications using vulnerable quinn versions by sending a crafted QUIC Initial packet containing malformed...

5.3CVSS5.8AI score0.005EPSS
SaveExploits0References8
Rows per page
Query Builder