Lucene search
+L

1778 matches found

CVE
CVE
added 2026/09/11 7:46 p.m.14 views

CVE-2026-89725

CVE-2026-89725 affects the Linux kernel's media: cec: stm32 driver, where stm32_rx_done() writes received CEC bytes into a fixed 16-byte buffer (rx_msg.msg[]) without bounds-checking the write index. A remote CEC device on an adjacent network that transmits bytes without an end-of-message signal ...

8.8CVSS6AI score0.00266EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/11 7:42 p.m.14 views

CVE-2026-80979

CVE-2026-80979 is a use-after-free in the Linux kernel's Shared Memory Communications (SMC) component (net/smc). During connection termination, a race between smc_conn_free() and smc_lgr_terminate_sched() allows the device to re-arm the receive tasklet after tasklet_kill() returns. On the DMB-noc...

7.8CVSS6AI score0.00128EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/09/11 7:42 p.m.9 views

CVE-2026-80979

In the Linux kernel, the following vulnerability has been resolved: net/smc: unregister the connection before draining the rx tasklet smcconnfree calls smcismunsetconn only while the link group is still on its device list, and never sets conn-killed. smclgrterminatesched unlinks the group...

7.8CVSS6.1AI score0.00128EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:42 p.m.9 views

CVE-2026-80979 net/smc: unregister the connection before draining the rx tasklet

In the Linux kernel, the following vulnerability has been resolved: net/smc: unregister the connection before draining the rx tasklet smcconnfree calls smcismunsetconn only while the link group is still on its device list, and never sets conn-killed. smclgrterminatesched unlinks the group...

7.8CVSS6AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/11 7:42 p.m.10 views

CVE-2026-80951

In the Linux kernel, the following vulnerability has been resolved: i3c: master: svc: bound IBI payload to the requested maxpayloadlen svci3cmasterhandleibi reads the IBI payload from the RX FIFO into the IBI slot. The loop is bounded by the hardware FIFO size SVCI3CFIFOSIZE, not by the slot size...

5.8AI score0.00205EPSS
SaveExploits0
CVE
CVE
added 2026/09/11 7:42 p.m.18 views

CVE-2026-80951

CVE-2026-80951 is an out-of-bounds write in the Linux kernel's i3c master svc driver. The function svc_i3c_master_handle_ibi() reads IBI payloads from the RX FIFO, but its loop is bounded by the hardware FIFO size rather than the per-slot max_payload_len . When a device sends more bytes than the ...

5.7AI score0.00205EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/09/11 7:42 p.m.26 views

CVE-2026-80951 i3c: master: svc: bound IBI payload to the requested max_payload_len

In the Linux kernel, the following vulnerability has been resolved: i3c: master: svc: bound IBI payload to the requested maxpayloadlen svci3cmasterhandleibi reads the IBI payload from the RX FIFO into the IBI slot. The loop is bounded by the hardware FIFO size SVCI3CFIFOSIZE, not by the slot size...

0.00205EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/11 7:42 p.m.8 views

CVE-2026-80951 i3c: master: svc: bound IBI payload to the requested max_payload_len

In the Linux kernel, the following vulnerability has been resolved: i3c: master: svc: bound IBI payload to the requested maxpayloadlen svci3cmasterhandleibi reads the IBI payload from the RX FIFO into the IBI slot. The loop is bounded by the hardware FIFO size SVCI3CFIFOSIZE, not by the slot size...

5.8AI score
SaveExploits0References10
EUVD
EUVD
added 2026/09/11 7:42 p.m.7 views

EUVD-2026-76274

In the Linux kernel, the following vulnerability has been resolved: i3c: master: svc: bound IBI payload to the requested maxpayloadlen svci3cmasterhandleibi reads the IBI payload from the RX FIFO into the IBI slot. The loop is bounded by the hardware FIFO size SVCI3CFIFOSIZE, not by the slot size...

5.7AI score0.00205EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.12 views

PT-2026-90081

In the Linux kernel, the following vulnerability has been resolved: i3c: master: svc: bound IBI payload to the requested max payload len svc i3c master handle ibi reads the IBI payload from the RX FIFO into the IBI slot. The loop is bounded by the hardware FIFO size SVC I3C FIFO SIZE, not by the...

5.7AI score0.00205EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.9 views

PT-2026-90112

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix use-after-free in smc rx pipe buf release smc rx splice hands RMB pages to a pipe and takes a socket reference per entry so the smc sock stays alive until the reader finishes. The connection does not: a concurrent...

6.6AI score0.00159EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.11 views

PT-2026-90077

In the Linux kernel, the following vulnerability has been resolved: wifi: rtl8xxxu: fix use-after-free from rx urb wq on stop rtl8xxxu arms rx urb wq from the RX completion path: rtl8xxxu rx complete hands the URB to rtl8xxxu queue rx urb, which queues it on rx urb pending list and, once the list...

6.4AI score0.00159EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.10 views

PT-2026-90441

In the Linux kernel, the following vulnerability has been resolved: media: cec: stm32: prevent out-of-bounds write on RX overflow stm32 rx done appends each received CEC byte to rx msg.msg using rx msg.len as the write index, incrementing it on every RXBR receive-byte-ready interrupt without...

6AI score0.00266EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/08 1:08 p.m.6 views

kernel: wifi: mac80211: capture fast-RX rate before mesh reuses skb->cb

A flaw was found in the Linux kernel's mac80211 Wi-Fi subsystem. This use-after-free vulnerability arises from incorrect handling of fast-RX rate data during mesh processing. This can lead to memory corruption, which an attacker could potentially exploit to cause a system crash denial of service...

8.8CVSS7.7AI score0.00234EPSS
SaveExploits0References5
CVE
CVE
added 2026/09/04 3:12 p.m.17 views

CVE-2026-80779

CVE-2026-80779 is a Linux kernel vulnerability in the net/ionic network driver. The dedicated hardware timestamp RX queue is allocated with an index equal to nrxqs_per_lif , but the txqcqs array only holds regular queue pairs. Using that out-of-bounds index to set rxq->partner can read one ent...

5.3AI score0.00168EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/04 3:12 p.m.9 views

CVE-2026-80779 net/ionic: avoid OOB TX partner lookup for hwstamp RXQ

In the Linux kernel, the following vulnerability has been resolved: net/ionic: avoid OOB TX partner lookup for hwstamp RXQ The dedicated hardware timestamp RX queue is allocated with q-index equal to lif-ionic-nrxqsperlif. The normal txqcqs array only contains the regular queue pairs, so using th...

5.6AI score
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/09/04 12:00 a.m.10 views

PT-2026-85655

In the Linux kernel, the following vulnerability has been resolved: rndis host: add overflow check in rndis rx fixup Add an overflow check to ensure that data offset + data len + 8 does not wrap, which would enable an OOB read of the USB data buffer...

8.8CVSS5.3AI score0.00234EPSS
SaveExploits0References129
OSV
OSV
added 2026/09/03 1:06 p.m.9 views

UBUNTU-CVE-2026-80737

In the Linux kernel, the following vulnerability has been resolved: serial: amba-pl011: synchronize DMA teardown dmaengineterminateall does not wait for a running callback, so the TX callback can still touch the TX buffer after it is freed. The RX poll timer reads the RX buffers without the port...

7.8CVSS6AI score0.00164EPSS
SaveExploits0References11
CVE
CVE
added 2026/09/03 8:21 a.m.32 views

CVE-2026-80737

This vulnerability affects the amba-pl011 UART driver in the Linux kernel . During DMA teardown, dmaengine_terminate_all() does not wait for a running callback, allowing the TX callback to access the TX buffer after it has been freed (use-after-free). Additionally, the RX poll timer reads RX buff...

7.8CVSS6AI score0.00164EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/31 6:57 p.m.9 views

EUVD-2026-68728

When Ethernet bridging is enabled CONFIGNETETHERNETBRIDGE, ethbridgeinputprocess in subsys/net/l2/ethernet/bridge/bridgeinput.c decides how each frame received on a bridge member interface is handled. For frames that must also be delivered to the local stack, the code called ethbridgehandlelocall...

6.5CVSS6.1AI score0.00199EPSS
SaveExploits0References2
Rows per page
Query Builder