Lucene search
+L

4338 matches found

Cvelist
Cvelist
added 2026/07/25 8:52 a.m.40 views

CVE-2026-64506 wifi: rtw89: correct drop logic for malformed AMPDU frames

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: correct drop logic for malformed AMPDU frames The previous commit aims to fix issue caused by malformed AMPDU frames. But the drop logic fails to deal with the first AMPDU packet paired with certain range of sequence...

0.00161EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/07/25 8:52 a.m.16 views

CVE-2026-64506

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: correct drop logic for malformed AMPDU frames The previous commit aims to fix issue caused by malformed AMPDU frames. But the drop logic fails to deal with the first AMPDU packet paired with certain range of sequence...

5.6AI score0.00161EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/25 8:51 a.m.11 views

EUVD-2026-48827

In the Linux kernel, the following vulnerability has been resolved: ALSA: firewire: isight: bound the sample count to the packet payload isightpacket takes the frame count from the device iso packet and checks it only against the device claimed iso length. count = be32tocpupayload-samplecount; if...

5.9AI score0.00184EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:51 a.m.50 views

CVE-2026-64483

CVE-2026-64483 affects the Linux kernel ALSA: firewire isight driver. The vulnerability arises when isight_packet() reads frame counts from the device iso packet and validates only against length, allowing a count up to (length-16)/4. Since payload->samples holds 2 * MAX_FRAMES_PER_PACKET valu...

5.9AI score0.00184EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/25 8:51 a.m.12 views

CVE-2026-64483 ALSA: firewire: isight: bound the sample count to the packet payload

In the Linux kernel, the following vulnerability has been resolved: ALSA: firewire: isight: bound the sample count to the packet payload isightpacket takes the frame count from the device iso packet and checks it only against the device claimed iso length. count = be32tocpupayload-samplecount; if...

5.8AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/07/25 8:51 a.m.39 views

CVE-2026-64442 staging: rtl8723bs: fix OOB reads in IE loops in issue_assocreq() and join_cmd_hdl()

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB reads in IE loops in issueassocreq and joincmdhdl Two IE parsing loops are missing the header bounds checks before they dereference pIE-length: - issueassocreq walks pmlmeinfo-network.ies to build the...

8.1CVSS0.00286EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/25 8:50 a.m.40 views

CVE-2026-64355 bpf: Reject fragmented frames in devmap

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject fragmented frames in devmap Devmap broadcast redirects clone the packet for all but the last destination. For native XDP, that clone path copies only the linear xdpframe data, while fragmented frames keep skbsharedinf...

9.8CVSS0.00502EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/07/25 8:50 a.m.12 views

CVE-2026-64355

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject fragmented frames in devmap Devmap broadcast redirects clone the packet for all but the last destination. For native XDP, that clone path copies only the linear xdpframe data, while fragmented frames keep skbsharedinf...

9.8CVSS5.7AI score0.00502EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/25 8:50 a.m.13 views

EUVD-2026-48899

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject fragmented frames in devmap Devmap broadcast redirects clone the packet for all but the last destination. For native XDP, that clone path copies only the linear xdpframe data, while fragmented frames keep skbsharedinf...

5.7AI score0.00502EPSS
SaveExploits0References7
CVE
CVE
added 2026/07/25 8:50 a.m.76 views

CVE-2026-64355

CVE-2026-64355 (Linux kernel) shows a fix for a vulnerability in BPF devmap handling of fragmented frames. In native XDP, cloning fragmented frames could carry skb_shared_info in tailroom outside the linear area, leaving XDP_FLAGS_HAS_FRAGS set but with invalid frag metadata. The subsequent free ...

9.8CVSS5.7AI score0.00502EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/25 8:50 a.m.10 views

CVE-2026-64355 bpf: Reject fragmented frames in devmap

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject fragmented frames in devmap Devmap broadcast redirects clone the packet for all but the last destination. For native XDP, that clone path copies only the linear xdpframe data, while fragmented frames keep skbsharedinf...

9.8CVSS5.7AI score
SaveExploits0References10
CVE
CVE
added 2026/07/25 8:50 a.m.27 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
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.26 views

PT-2026-64576

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the bpf component where devmap broadcast redirects clone packets for all but the last destination. In native XDP, the clone path only copies linear xdp frame data, whi...

9.8CVSS5.8AI score0.00502EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.24 views

PT-2026-64727

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: correct drop logic for malformed AMPDU frames The previous commit aims to fix issue caused by malformed AMPDU frames. But the drop logic fails to deal with the first AMPDU packet paired with certain range of sequence...

5.7AI score0.00161EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.15 views

PT-2026-64704

In the Linux kernel, the following vulnerability has been resolved: ALSA: firewire: isight: bound the sample count to the packet payload isight packet takes the frame count from the device iso packet and checks it only against the device claimed iso length. count = be32 to cpupayload-sample count...

5.9AI score0.00184EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:00 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2026-64506

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: correct drop logic for malformed AMPDU frames The previous commit aims to fix...

5.2AI score0.00161EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-64355

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - bpf: Reject fragmented frames in devmap Devmap broadcast redirects clone the packet for all but the last destination. For native XDP, that clone path copies onl...

9.8CVSS5.4AI score0.00502EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-65703

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - FFmpeg versions 2.7 through 8.1.2 contain an out-of-bounds write vulnerability in the TDSC video decoder that allows remote attackers to cause heap corruption b...

8.5CVSS6.1AI score0.00292EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-56819

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Netty is a network application framework for development of protocol servers and clients. In versions 4.2.0.Final through 4.2.15.Final and 4.1.0.Final through...

7.5CVSS7.3AI score0.00443EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2026/07/24 10:37 p.m.13 views

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 score0.00351EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder