Lucene search
+L

156 matches found

OSV
OSV
added 2 days ago3 views

UBUNTU-CVE-2026-64550

In the Linux kernel, the following vulnerability has been resolved: net: qualcomm: rmnet: validate MAP frame length before ingress parsing When ingress deaggregation is disabled, rmnetmapingresshandler passes the skb straight to rmnetmapingresshandler, skipping the length validation that...

5.7AI score0.00176EPSS
SaveExploits0References3
CVE
CVE
added 2 days ago11 views

CVE-2026-64550

The CVE-2026-64550 entry concerns the Linux kernel Qualcomm RMNet driver. When ingress deaggregation is disabled, rmnet_map_ingress_handler() bypasses length validation and passes the skb directly to __rmnet_map_ingress_handler(), causing the MAP header/CSUM handling to dereference using on-wire ...

5.8AI score0.00176EPSS
SaveExploits0References8
EUVD
EUVD
added 2 days ago4 views

EUVD-2026-49601

In the Linux kernel, the following vulnerability has been resolved: net: qualcomm: rmnet: validate MAP frame length before ingress parsing When ingress deaggregation is disabled, rmnetmapingresshandler passes the skb straight to rmnetmapingresshandler, skipping the length validation that...

5.8AI score0.00176EPSS
SaveExploits0References8
OSV
OSV
added 2 days ago4 views

CVE-2026-64550 net: qualcomm: rmnet: validate MAP frame length before ingress parsing

In the Linux kernel, the following vulnerability has been resolved: net: qualcomm: rmnet: validate MAP frame length before ingress parsing When ingress deaggregation is disabled, rmnetmapingresshandler passes the skb straight to rmnetmapingresshandler, skipping the length validation that...

5.8AI score0.00176EPSS
SaveExploits0References11
Debian CVE
Debian CVE
added 2 days ago6 views

CVE-2026-64550

In the Linux kernel, the following vulnerability has been resolved: net: qualcomm: rmnet: validate MAP frame length before ingress parsing When ingress deaggregation is disabled, rmnetmapingresshandler passes the skb straight to rmnetmapingresshandler, skipping the length validation that...

5.7AI score0.00176EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2 days ago2 views

Linux Distros Unpatched Vulnerability : CVE-2026-64550

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net: qualcomm: rmnet: validate MAP frame length before ingress parsing When ingress deaggregation is disabled, rmnetmapingresshandler passes the skb straight to...

5.9AI score0.00176EPSS
SaveExploits0References3
EUVD
EUVD
added 4 days ago6 views

EUVD-2026-48789

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix WEP length underflow and OOB read in OnAuth OnAuth has two bugs in the shared-key authentication path. When the Privacy bit is set, rtwwepdecrypt is called without verifying that the frame is long enough t...

5.8AI score0.00316EPSS
SaveExploits0References8
CVE
CVE
added 4 days ago10 views

CVE-2026-64351

CVE-2026-64351 affects the Linux kernel USB Kalmia driver (kalmia_rx_fixup). The bug computes usb_packet_length as skb->len - (2 * KALMIA_HEADER_LENGTH) without ensuring both framing headers are present on every loop iteration. This can allow a short bulk-IN frame to underflow usb_packet_lengt...

5.8AI score0.00185EPSS
SaveExploits0References8
OSV
OSV
added 4 days ago6 views

CVE-2026-64351 net: usb: kalmia: bound RX frame length in kalmia_rx_fixup()

In the Linux kernel, the following vulnerability has been resolved: net: usb: kalmia: bound RX frame length in kalmiarxfixup kalmiarxfixup computes usbpacketlength = skb-len - 2 KALMIAHEADERLENGTH as a u16, guarded only by a pre-loop check that skb-len is at least KALMIAHEADERLENGTH, which is 6. ...

5.8AI score0.00185EPSS
SaveExploits0References11
OSV
OSV
added 5 days ago7 views

GHSA-HMJ8-5XMH-5573 libp2p: yamux connection DoS via oversized data frame

Summary The yamux stream multiplexer in py-libp2p does not validate incoming DATA frame lengths against the receive window before reading the frame body. Any peer that completes a standard libp2p handshake can send a single 12-byte frame claiming a 4 GB body, causing the victim's yamux read loop ...

7.5CVSS6AI score
SaveExploits0References3
EUVD
EUVD
added last week8 views

EUVD-2026-46132

Netty SPDY SETTINGS frame count materializes unbounded settings map...

7.5CVSS5.2AI score0.00423EPSS
SaveExploits1References6
Positive Technologies
Positive Technologies
added 2026/07/20 12:0 a.m.7 views

PT-2026-61744

Name of the Vulnerable Software and Affected Versions Netty versions prior to 4.1.136.Final Netty versions prior to 4.2.16.Final Description The SPDY SETTINGS decoder accepts a peer-declared SETTINGS entry count up to the 24-bit frame-length limit and materializes every unique setting ID in...

7.5CVSS7.3AI score0.00423EPSS
SaveExploits1References12
EUVD
EUVD
added 2026/07/17 8:53 p.m.8 views

EUVD-2026-45335

websocket-driver is a WebSocket protocol handler with pluggable I/O. Prior to 0.7.5, the frame format in draft versions of the WebSocket protocol includes a length header that allows an arbitrarily large integer to be encoded as a sequence of bytes with the high bit set. By sending an indefinite...

9.2CVSS5.3AI score0.00263EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/07/15 12:0 a.m.17 views

PT-2026-60379

Name of the Vulnerable Software and Affected Versions affected versions not specified Description When used with the permessage-deflate extension, a WebSocket server or client may accept messages exceeding the configured maximum size. This occurs because the size limit is validated against the...

6.3CVSS5.3AI score0.00324EPSS
SaveExploits0References12
Positive Technologies
Positive Technologies
added 2026/07/15 12:0 a.m.12 views

PT-2026-60378

Name of the Vulnerable Software and Affected Versions websocket-driver versions prior to 0.8.1 Description Draft versions of the WebSocket protocol in the handler include a length header that allows an arbitrarily large integer to be encoded as bytes with the high bit set. A server or client can...

6.9CVSS5.4AI score0.00324EPSS
SaveExploits0References11
Positive Technologies
Positive Technologies
added 2026/07/15 12:0 a.m.20 views

PT-2026-60381

Name of the Vulnerable Software and Affected Versions websocket-driver versions prior to 0.7.5 Description The frame format in draft versions of the WebSocket protocol contains a length header that allows an arbitrarily large integer to be encoded as a sequence of bytes with the high bit set. A...

9.2CVSS5.2AI score0.00263EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/06/12 8:34 p.m.16 views

CVE-2026-10142

A flaw was found in kafka-python. A malicious broker or a machine-in-the-middle attacker can exploit a denial-of-service vulnerability in the protocol parser. By sending a specially crafted 4-byte frame length value without proper bounds validation, an attacker can trigger excessive memory...

8.7CVSS6AI score0.00348EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/06/12 12:0 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-10142

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - kafka-python prior to 2.3.2 contains a denial-of-service vulnerability in the protocol parser that allows a malicious broker or machine-in-the-middle attacker t...

8.7CVSS5.9AI score0.00348EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/06/11 12:32 a.m.13 views

EUVD-2026-36123

kafka-python prior to 2.3.2 contains a denial-of-service vulnerability in the protocol parser that allows a malicious broker or machine-in-the-middle attacker to exhaust memory or hang connections by sending a crafted 4-byte frame length value without bounds validation. Attackers can send a...

8.7CVSS5.5AI score0.00348EPSS
SaveExploits0References5
OSV
OSV
added 2026/06/10 10:16 p.m.5 views

PYSEC-2026-2190

kafka-python prior to 2.3.2 contains a denial-of-service vulnerability in the protocol parser that allows a malicious broker or machine-in-the-middle attacker to exhaust memory or hang connections by sending a crafted 4-byte frame length value without bounds validation. Attackers can send a...

8.7CVSS6.1AI score0.00348EPSS
SaveExploits0References4
Rows per page
Query Builder