Lucene search
+L

4944 matches found

NVD
NVD
added 2026/07/24 4:16 p.m.9 views

CVE-2026-64227

In the Linux kernel, the following vulnerability has been resolved: ACPI: driver: Check ACPICOMPANION against NULL during probe Since every platform driver can be forced to match a device that doesn't match its list of device IDs because of devicematchdriveroverride, platform drivers that rely on...

0.00168EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/24 4:16 p.m.9 views

CVE-2026-64221

In the Linux kernel, the following vulnerability has been resolved: spi: ti-qspi: fix use-after-free after DMA setup failure The driver falls back to PIO mode if DMA setup fails during probe. Make sure to clear the DMA channel pointer also if buffer allocation fails to avoid passing a pointer to...

7.8CVSS0.00126EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/24 4:16 p.m.5 views

DEBIAN-CVE-2026-64221

In the Linux kernel, the following vulnerability has been resolved: spi: ti-qspi: fix use-after-free after DMA setup failure The driver falls back to PIO mode if DMA setup fails during probe. Make sure to clear the DMA channel pointer also if buffer allocation fails to avoid passing a pointer to...

7.8CVSS5.9AI score0.00126EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/24 3:27 p.m.15 views

CVE-2026-64242

In the Linux kernel, the net2280 USB gadget driver fix eliminates a double-free in the probe error path. The gadget_init registers gadget_release() as the release callback; net2280_remove() tears down the device and drops the gadget reference with usb_put_gadget(). A subsequent kfree(dev) could f...

5.7AI score0.00165EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/24 3:27 p.m.9 views

EUVD-2026-48651

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: net2280: Fix double free in probe error path usbinitializegadget installs gadgetrelease as the release callback for the embedded gadget device. The struct net2280 instance is therefore released through gadgetrelease...

5.7AI score0.00165EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/24 3:27 p.m.29 views

CVE-2026-64242 usb: gadget: net2280: Fix double free in probe error path

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: net2280: Fix double free in probe error path usbinitializegadget installs gadgetrelease as the release callback for the embedded gadget device. The struct net2280 instance is therefore released through gadgetrelease...

0.00165EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/07/24 3:27 p.m.10 views

CVE-2026-64242

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: net2280: Fix double free in probe error path usbinitializegadget installs gadgetrelease as the release callback for the embedded gadget device. The struct net2280 instance is therefore released through gadgetrelease...

5.7AI score0.00165EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2026/07/24 3:27 p.m.7 views

CVE-2026-64242 usb: gadget: net2280: Fix double free in probe error path

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: net2280: Fix double free in probe error path usbinitializegadget installs gadgetrelease as the release callback for the embedded gadget device. The struct net2280 instance is therefore released through gadgetrelease...

5.7AI score0.00165EPSS
SaveExploits0References11
OSV
OSV
added 2026/07/24 3:27 p.m.5 views

CVE-2026-64236 i2c: davinci: fix division by zero on missing clock-frequency

In the Linux kernel, the following vulnerability has been resolved: i2c: davinci: fix division by zero on missing clock-frequency When the 'clock-frequency' property is missing from the device tree, the driver falls back to DAVINCII2CDEFAULTBUSFREQ. However, this macro was defined in kHz 100,...

5.8AI score0.00155EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/24 3:23 p.m.8 views

EUVD-2026-48638

In the Linux kernel, the following vulnerability has been resolved: regulator: tps65219: fix irqdata.rdev not being assigned Commit 64a6b577490c "regulator: tps65219: Remove debugging helper function" removed the tps65219getrdevbyname helper along with the irqdata.rdev assignment that depended on...

5.8AI score0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/24 3:23 p.m.6 views

CVE-2026-64230 regulator: tps65219: fix irq_data.rdev not being assigned

In the Linux kernel, the following vulnerability has been resolved: regulator: tps65219: fix irqdata.rdev not being assigned Commit 64a6b577490c "regulator: tps65219: Remove debugging helper function" removed the tps65219getrdevbyname helper along with the irqdata.rdev assignment that depended on...

5.8AI score0.00166EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/24 3:23 p.m.32 views

CVE-2026-64227 ACPI: driver: Check ACPI_COMPANION() against NULL during probe

In the Linux kernel, the following vulnerability has been resolved: ACPI: driver: Check ACPICOMPANION against NULL during probe Since every platform driver can be forced to match a device that doesn't match its list of device IDs because of devicematchdriveroverride, platform drivers that rely on...

0.00168EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/07/24 3:23 p.m.11 views

CVE-2026-64227

In the Linux kernel, the following vulnerability has been resolved: ACPI: driver: Check ACPICOMPANION against NULL during probe Since every platform driver can be forced to match a device that doesn't match its list of device IDs because of devicematchdriveroverride, platform drivers that rely on...

5.8AI score0.00168EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2026/07/24 3:23 p.m.12 views

CVE-2026-64227

The CVE-2026-64227 entry concerns the Linux kernel ACPI subsystem. It fixes a NULL pointer issue by adding ACPI_COMPANION() and ACPI_HANDLE() checks in 13 platform drivers that handle core ACPI devices, ensuring a device’s ACPI companion is present during probe. The ACPI thermal zone driver now r...

5.8AI score0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/24 3:23 p.m.8 views

CVE-2026-64227 ACPI: driver: Check ACPI_COMPANION() against NULL during probe

In the Linux kernel, the following vulnerability has been resolved: ACPI: driver: Check ACPICOMPANION against NULL during probe Since every platform driver can be forced to match a device that doesn't match its list of device IDs because of devicematchdriveroverride, platform drivers that rely on...

5.8AI score0.00168EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/24 3:23 p.m.7 views

CVE-2026-64221 spi: ti-qspi: fix use-after-free after DMA setup failure

In the Linux kernel, the following vulnerability has been resolved: spi: ti-qspi: fix use-after-free after DMA setup failure The driver falls back to PIO mode if DMA setup fails during probe. Make sure to clear the DMA channel pointer also if buffer allocation fails to avoid passing a pointer to...

7.8CVSS5.9AI score0.00126EPSS
SaveExploits0References11
EUVD
EUVD
added 2026/07/24 3:23 p.m.9 views

EUVD-2026-48629

In the Linux kernel, the following vulnerability has been resolved: spi: ti-qspi: fix use-after-free after DMA setup failure The driver falls back to PIO mode if DMA setup fails during probe. Make sure to clear the DMA channel pointer also if buffer allocation fails to avoid passing a pointer to...

5.9AI score0.00126EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/07/24 3:23 p.m.9 views

CVE-2026-64221

In the Linux kernel, the following vulnerability has been resolved: spi: ti-qspi: fix use-after-free after DMA setup failure The driver falls back to PIO mode if DMA setup fails during probe. Make sure to clear the DMA channel pointer also if buffer allocation fails to avoid passing a pointer to...

5.9AI score0.00126EPSS
SaveExploits0References9Affected Software1
CVE
CVE
added 2026/07/24 3:23 p.m.14 views

CVE-2026-64221

The CVE-2026-64221 entry concerns the Linux kernel SPI TI-QSPI driver. The flaw is a use-after-free after DMA setup failure: during probe, the driver falls back to PIO if DMA setup fails, and the fix ensures the DMA channel pointer is cleared if buffer allocation fails to avoid passing a released...

7.8CVSS5.9AI score0.00126EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2026/07/24 2:13 a.m.9 views

SUSE CVE-2026-63861

In the Linux kernel, the following vulnerability has been resolved: spi: mtk-snfi: unregister ECC engine on probe failure and remove callback mtksnandprobe registers the on-host NAND ECC engine, but teardown was missing from both probe unwind and remove-time cleanup. Add a devm cleanup action aft...

5.7AI score0.00161EPSS
SaveExploits0References3
Rows per page
Query Builder