Lucene search
+L

248832 matches found

OSV
OSV
added 2026/08/15 12:27 p.m.11 views

CVE-2026-74463 i2c: jz4780: Cache host clock rate at probe to prevent CCF prepare_lock deadlock

In the Linux kernel, the following vulnerability has been resolved: i2c: jz4780: Cache host clock rate at probe to prevent CCF preparelock deadlock Fix a severe AB/BA deadlock between the Common Clock Framework CCF and the I2C adapter lock, which triggers when an I2C-controlled clock generator...

5.6AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/08/15 12:27 p.m.8 views

CVE-2026-74462

In the Linux kernel, the following vulnerability has been resolved: i2c: imx: mark I2C adapter when hardware is powered down On some i.MX platforms, certain I2C client drivers keep a periodic workqueue which continues to trigger I2C transfers. During system suspend/resume, there exists a time...

5.4AI score0.00166EPSS
SaveExploits0
CVE
CVE
added 2026/08/15 12:27 p.m.21 views

CVE-2026-74462

CVE-2026-74462 – Linux kernel i2c: imx vulnerable window during suspend/resume on i.MX platforms where a periodic I2C workqueue could trigger transfers while hardware resources (clock/pinctrl) are unavailable. Root cause: I2C adapter may be accessed in the window between suspend_noirq and resume_...

5.4AI score0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/15 12:27 p.m.6 views

CVE-2026-74462 i2c: imx: mark I2C adapter when hardware is powered down

In the Linux kernel, the following vulnerability has been resolved: i2c: imx: mark I2C adapter when hardware is powered down On some i.MX platforms, certain I2C client drivers keep a periodic workqueue which continues to trigger I2C transfers. During system suspend/resume, there exists a time...

5.5AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/15 12:27 p.m.32 views

CVE-2026-74462 i2c: imx: mark I2C adapter when hardware is powered down

In the Linux kernel, the following vulnerability has been resolved: i2c: imx: mark I2C adapter when hardware is powered down On some i.MX platforms, certain I2C client drivers keep a periodic workqueue which continues to trigger I2C transfers. During system suspend/resume, there exists a time...

0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/15 12:27 p.m.34 views

CVE-2026-74460 can: ems_usb: validate CPC message lengths

In the Linux kernel, the following vulnerability has been resolved: can: emsusb: validate CPC message lengths emsusbreadbulkcallback walks CPC messages packed in one USB receive buffer. Check that each declared message fits in the URB payload. Also require the type-specific payload to cover the...

0.00173EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/15 12:27 p.m.11 views

CVE-2026-74461 i2c: imx: Cancel hrtimer before clearing slave pointer

In the Linux kernel, the following vulnerability has been resolved: i2c: imx: Cancel hrtimer before clearing slave pointer In i2cimxunregslave, the slave pointer is set to NULL after disabling interrupts. However, a pending interrupt might already have started the hrtimer i2cimxslavetimeout befor...

8.4CVSS5.5AI score
SaveExploits0References10
OSV
OSV
added 2026/08/15 12:27 p.m.6 views

CVE-2026-74460 can: ems_usb: validate CPC message lengths

In the Linux kernel, the following vulnerability has been resolved: can: emsusb: validate CPC message lengths emsusbreadbulkcallback walks CPC messages packed in one USB receive buffer. Check that each declared message fits in the URB payload. Also require the type-specific payload to cover the...

5.5AI score
SaveExploits0References10
EUVD
EUVD
added 2026/08/15 12:27 p.m.8 views

EUVD-2026-59653

In the Linux kernel, the following vulnerability has been resolved: can: emsusb: validate CPC message lengths emsusbreadbulkcallback walks CPC messages packed in one USB receive buffer. Check that each declared message fits in the URB payload. Also require the type-specific payload to cover the...

5.4AI score0.00173EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/15 12:27 p.m.25 views

CVE-2026-74461

Summary (CVE-2026-74461) In the Linux kernel’s i2c_imx driver, the failure path occurs when an interrupt-driven hrtimer can fire after the slave pointer is set to NULL but before the pointer is cleared, leading to a use-after-free/NULL pointer dereference in the timer callback (i2c_imx_slave_fini...

8.4CVSS5.3AI score0.00138EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/08/15 12:27 p.m.8 views

CVE-2026-74460

In the Linux kernel, the following vulnerability has been resolved: can: emsusb: validate CPC message lengths emsusbreadbulkcallback walks CPC messages packed in one USB receive buffer. Check that each declared message fits in the URB payload. Also require the type-specific payload to cover the...

5.3AI score0.00173EPSS
SaveExploits0
CVE
CVE
added 2026/08/15 12:27 p.m.26 views

CVE-2026-74460

The CVE-2026-74460 issue affects the Linux kernel’s ems_usb path for CPC messages. The vulnerability arises in can: ems_usb: validate CPC message lengths, where ems_usb_read_bulk_callback() processes CPC messages in a USB receive buffer. The fix enforces that each declared CPC message fits within...

5.3AI score0.00173EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/08/15 12:27 p.m.7 views

CVE-2026-74461

In the Linux kernel, the following vulnerability has been resolved: i2c: imx: Cancel hrtimer before clearing slave pointer In i2cimxunregslave, the slave pointer is set to NULL after disabling interrupts. However, a pending interrupt might already have started the hrtimer i2cimxslavetimeout befor...

8.4CVSS5.5AI score0.00138EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/15 12:27 p.m.33 views

CVE-2026-74461 i2c: imx: Cancel hrtimer before clearing slave pointer

In the Linux kernel, the following vulnerability has been resolved: i2c: imx: Cancel hrtimer before clearing slave pointer In i2cimxunregslave, the slave pointer is set to NULL after disabling interrupts. However, a pending interrupt might already have started the hrtimer i2cimxslavetimeout befor...

8.4CVSS0.00138EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/08/15 12:27 p.m.8 views

EUVD-2026-59654

In the Linux kernel, the following vulnerability has been resolved: i2c: imx: Cancel hrtimer before clearing slave pointer In i2cimxunregslave, the slave pointer is set to NULL after disabling interrupts. However, a pending interrupt might already have started the hrtimer i2cimxslavetimeout befor...

5.4AI score0.00138EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/15 12:27 p.m.9 views

EUVD-2026-59651

In the Linux kernel, the following vulnerability has been resolved: can: kvaserusbleaf: kvaserusbleafwaitcmd: validate received command extents The wait and bulk receive paths walk variable-length commands from a USB buffer. A nonzero command shorter than CMDHEADERLEN can still be dispatched, and...

5.7AI score0.00177EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/15 12:27 p.m.19 views

CVE-2026-74459

CVE-2026-74459 (Linux kernel) affects the can: etas_es58x driver, specifically es58x_read_bulk_callback(). When RX URB resubmission fails (usb_submit_urb()), the callback currently does not release the allocated coherent transfer buffer, causing a buffer leak. The fixes documented in multiple sou...

5.6AI score0.00173EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/15 12:27 p.m.28 views

CVE-2026-74459 can: etas_es58x: es58x_read_bulk_callback(): fix RX buffer leak on URB resubmit failure

In the Linux kernel, the following vulnerability has been resolved: can: etases58x: es58xreadbulkcallback: fix RX buffer leak on URB resubmit failure es58xreadbulkcallback resubmits the RX URB after processing a received packet. If the resubmit succeeds, the URB remains anchored and will be handl...

0.00173EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/08/15 12:27 p.m.7 views

EUVD-2026-59652

In the Linux kernel, the following vulnerability has been resolved: can: etases58x: es58xreadbulkcallback: fix RX buffer leak on URB resubmit failure es58xreadbulkcallback resubmits the RX URB after processing a received packet. If the resubmit succeeds, the URB remains anchored and will be handl...

5.6AI score0.00173EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/15 12:27 p.m.12 views

CVE-2026-74459 can: etas_es58x: es58x_read_bulk_callback(): fix RX buffer leak on URB resubmit failure

In the Linux kernel, the following vulnerability has been resolved: can: etases58x: es58xreadbulkcallback: fix RX buffer leak on URB resubmit failure es58xreadbulkcallback resubmits the RX URB after processing a received packet. If the resubmit succeeds, the URB remains anchored and will be handl...

5.7AI score
SaveExploits0References10
Rows per page
Query Builder