Lucene search
+L

498622 matches found

Cvelist
Cvelist
added 2026/09/11 7:42 p.m.26 views

CVE-2026-80955 dm-pcache: fix use-after-free and invalid seg operations in kset_replay()

In the Linux kernel, the following vulnerability has been resolved: dm-pcache: fix use-after-free and invalid seg operations in ksetreplay In ksetreplay, when key-seggen is stale key-seggen cachepos.cacheseg-gen, cachekeyputkey is called but then key-cachepos.cacheseg is accessed as the argument ...

7.8CVSS0.00157EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 7:42 p.m.9 views

CVE-2026-80955 dm-pcache: fix use-after-free and invalid seg operations in kset_replay()

In the Linux kernel, the following vulnerability has been resolved: dm-pcache: fix use-after-free and invalid seg operations in ksetreplay In ksetreplay, when key-seggen is stale key-seggen cachepos.cacheseg-gen, cachekeyputkey is called but then key-cachepos.cacheseg is accessed as the argument ...

7.8CVSS6.8AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/09/11 7:42 p.m.10 views

CVE-2026-80955

In the Linux kernel, the following vulnerability has been resolved: dm-pcache: fix use-after-free and invalid seg operations in ksetreplay In ksetreplay, when key-seggen is stale key-seggen cachepos.cacheseg-gen, cachekeyputkey is called but then key-cachepos.cacheseg is accessed as the argument ...

7.8CVSS0.00157EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:42 p.m.4 views

CVE-2026-80953 i3c: master: adi: initialize the lock before enabling interrupts

In the Linux kernel, the following vulnerability has been resolved: i3c: master: adi: initialize the lock before enabling interrupts adii3cmasterprobe requests the IRQ and unmasks REGIRQPENDINGCMDR before the controller's IBI state, transfer queue list and transfer queue lock are initialized. A...

8.4CVSS5.9AI score
SaveExploits0References6
CVE
CVE
added 2026/09/11 7:42 p.m.16 views

CVE-2026-80953

CVE-2026-80953 is a race condition in the Linux kernel's ADI i3c master driver . The function adi_i3c_master_probe() requests the IRQ and unmasks REG_IRQ_PENDING_CMDR before the controller's transfer queue lock (xferqueue.lock) and IBI state are initialized. A pending CMDR interrupt can therefore...

8.4CVSS0.0018EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/11 7:42 p.m.28 views

CVE-2026-80953 i3c: master: adi: initialize the lock before enabling interrupts

In the Linux kernel, the following vulnerability has been resolved: i3c: master: adi: initialize the lock before enabling interrupts adii3cmasterprobe requests the IRQ and unmasks REGIRQPENDINGCMDR before the controller's IBI state, transfer queue list and transfer queue lock are initialized. A...

8.4CVSS0.0018EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/11 7:42 p.m.7 views

EUVD-2026-76276

In the Linux kernel, the following vulnerability has been resolved: i3c: master: adi: initialize the lock before enabling interrupts adii3cmasterprobe requests the IRQ and unmasks REGIRQPENDINGCMDR before the controller's IBI state, transfer queue list and transfer queue lock are initialized. A...

0.0018EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/09/11 7:42 p.m.8 views

CVE-2026-80953

In the Linux kernel, the following vulnerability has been resolved: i3c: master: adi: initialize the lock before enabling interrupts adii3cmasterprobe requests the IRQ and unmasks REGIRQPENDINGCMDR before the controller's IBI state, transfer queue list and transfer queue lock are initialized. A...

8.4CVSS0.0018EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/11 7:42 p.m.8 views

CVE-2026-80952

In the Linux kernel, the following vulnerability has been resolved: i3c: master: Fix info leak and UAF in device unregister path i3cmasterunregisteri3cdevs clears i3cdev-dev-desc before calling deviceunregister. During deviceunregister, devicedel emits a KOBJREMOVE uevent and unbinds the driver...

7.8CVSS0.00125EPSS
SaveExploits0
CVE
CVE
added 2026/09/11 7:42 p.m.13 views

CVE-2026-80952

CVE-2026-80952 affects the Linux kernel i3c master component. The root cause is a race condition in i3c_master_unregister_i3c_devs(), which clears the device descriptor (i3cdev->dev->desc) before device_unregister() completes. During the unbind process, i3c_device_uevent() and a racing moda...

7.8CVSS0.00125EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/11 7:42 p.m.9 views

EUVD-2026-76275

In the Linux kernel, the following vulnerability has been resolved: i3c: master: Fix info leak and UAF in device unregister path i3cmasterunregisteri3cdevs clears i3cdev-dev-desc before calling deviceunregister. During deviceunregister, devicedel emits a KOBJREMOVE uevent and unbinds the driver...

0.00125EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:42 p.m.13 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 ...

0.002EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/11 7:42 p.m.5 views

CVE-2026-80952 i3c: master: Fix info leak and UAF in device unregister path

In the Linux kernel, the following vulnerability has been resolved: i3c: master: Fix info leak and UAF in device unregister path i3cmasterunregisteri3cdevs clears i3cdev-dev-desc before calling deviceunregister. During deviceunregister, devicedel emits a KOBJREMOVE uevent and unbinds the driver...

7.8CVSS6.5AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/09/11 7:42 p.m.25 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.002EPSS
SaveExploits0References7
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...

0.002EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:42 p.m.7 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
Cvelist
Cvelist
added 2026/09/11 7:42 p.m.28 views

CVE-2026-80952 i3c: master: Fix info leak and UAF in device unregister path

In the Linux kernel, the following vulnerability has been resolved: i3c: master: Fix info leak and UAF in device unregister path i3cmasterunregisteri3cdevs clears i3cdev-dev-desc before calling deviceunregister. During deviceunregister, devicedel emits a KOBJREMOVE uevent and unbinds the driver...

7.8CVSS0.00125EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/11 7:42 p.m.9 views

CVE-2026-80950

In the Linux kernel, the following vulnerability has been resolved: i3c: renesas: Check that the transfer is valid before accessing it The Renesas I3C driver uses an asynchronous model to transfer data. It prepares a struct renesasi3cxfer, enqueues it, and waits for completion. The interrupt...

7.8CVSS0.00161EPSS
SaveExploits0
CVE
CVE
added 2026/09/11 7:42 p.m.13 views

CVE-2026-80950

A use-after-free vulnerability exists in the Linux kernel's Renesas I3C driver . The driver uses an asynchronous data-transfer model: it enqueues a transfer struct and waits for completion. If a transfer times out , the waiting thread frees the struct. If an interrupt then fires, the interrupt ha...

7.8CVSS0.00161EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/11 7:42 p.m.26 views

CVE-2026-80950 i3c: renesas: Check that the transfer is valid before accessing it

In the Linux kernel, the following vulnerability has been resolved: i3c: renesas: Check that the transfer is valid before accessing it The Renesas I3C driver uses an asynchronous model to transfer data. It prepares a struct renesasi3cxfer, enqueues it, and waits for completion. The interrupt...

7.8CVSS0.00161EPSS
SaveExploits0References3
Rows per page
Query Builder