Lucene search
K

59 matches found

SUSE CVE
SUSE CVE
added 5 days ago6 views

SUSE CVE-2026-46200

In the Linux kernel, the following vulnerability has been resolved: spi: mpc52xx: fix controller deregistration Make sure to deregister the controller before disabling and releasing underlying resources like interrupts and gpios during driver unbind...

5.8AI score0.00018EPSS
Exploits0References3
CVE
CVE
added 6 days ago9 views

CVE-2026-46225

The CVE-2026-46225 entry concerns the Linux kernel SPI driver (rspi). The issue is resolved by ensuring the SPI controller is deregistered before releasing resources (e.g., DMA) during driver unbind. This describes a cleanup/order-of-operations fix in the rspi controller deregistration path. Ther...

5.8AI score0.00018EPSS
Exploits0References5
CVE
CVE
added 6 days ago11 views

CVE-2026-46200

CVE-2026-46200 concerns the Linux kernel SPI MPC52xx driver. The issue is addressed by a fix that ensures proper deregistration of the SPI controller before the driver unbind sequence proceeds to disable and release underlying resources (e.g., interrupts and GPIOs). The root cause centers on dere...

5.8AI score0.00018EPSS
Exploits0References4
CVE
CVE
added 6 days ago7 views

CVE-2026-46148

The CVE concerns the Linux kernel’s SPI microchip-core-qspi driver. The coreQSPI IP supports a single auto-controlled chip select, which could conflict with devices using GPIO CS lines when multiple devices are present. The automated CS logic pulls the built‑in CS low during activity and high whe...

5.8AI score0.00017EPSS
Exploits0References3
Positive Technologies
Positive Technologies
added 6 days ago4 views

PT-2026-44271

In the Linux kernel, the following vulnerability has been resolved: spi: microchip-core-qspi: control built-in cs manually The coreQSPI IP supports only a single chip select, which is automagically operated by the hardware - set low when the transmit buffer first gets written to and set high when...

5.8AI score0.00017EPSS
Exploits0References4
CNNVD
CNNVD
added 6 days ago5 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the fact that the SPI controller does not properly unregister the controller before releasing...

5.8AI score0.00018EPSS
Exploits0References5
RedhatCVE
RedhatCVE
added 2026/05/09 1:11 a.m.5 views

CVE-2026-43460

A flaw was found in the Linux kernel's rockchip-sfc driver. This vulnerability occurs because the driver attempts to unregister a Serial Peripheral Interface SPI controller twice during device removal. This double-free operation can lead to memory corruption, which may allow a local attacker to...

7.8CVSS5.9AI score0.00013EPSS
Exploits0References4
NVD
NVD
added 2026/05/08 3:16 p.m.6 views

CVE-2026-43460

In the Linux kernel, the following vulnerability has been resolved: spi: rockchip-sfc: Fix double-free in remove callback The driver uses devmspiregistercontroller for registration, which automatically unregisters the controller via devm cleanup when the device is removed. The manual call to...

7.8CVSS0.00013EPSS
Exploits0References3
Cvelist
Cvelist
added 2026/05/08 2:22 p.m.28 views

CVE-2026-43460 spi: rockchip-sfc: Fix double-free in remove() callback

In the Linux kernel, the following vulnerability has been resolved: spi: rockchip-sfc: Fix double-free in remove callback The driver uses devmspiregistercontroller for registration, which automatically unregisters the controller via devm cleanup when the device is removed. The manual call to...

0.00013EPSS
Exploits0References3
CVE
CVE
added 2026/05/08 2:22 p.m.3 views

CVE-2026-43460

In the Linux kernel rockchip-sfc driver, CVE-2026-43460 is caused by a double-free of an SPI controller: the driver uses devm_spi_register_controller(), which auto-unregisters on device removal, but remove() also calls spi_unregister_controller(), creating a double-free. The mitigation implemente...

7.8CVSS5.9AI score0.00013EPSS
Exploits0References3Affected Software1
AstraLinux
AstraLinux
added 2026/05/03 11:59 p.m.6 views

Astra Linux - уязвимость в linux-5.10

In the Linux kernel, the following vulnerability has been resolved: spi: cadence-qspi: remove system-wide suspend helper calls from runtime PM hooks The -runtimesuspend and -runtimeresume callbacks are not expected to call spicontrollersuspend and spicontrollerresume. Remove calls to those in the...

5.5CVSS6.4AI score0.00013EPSS
Exploits0References2
AstraLinux
AstraLinux
added 2026/05/03 11:59 p.m.1 views

Astra Linux - уязвимость в linux-5.10

In the Linux kernel, the following vulnerability has been resolved: spi: atmel-quadspi: Free resources even if runtime resume failed in .remove An early error exit in atmelqspiremove doesn't prevent the device unbind. So this results in an spi controller with an unbound parent and unmapped regist...

5.3AI score0.00028EPSS
Exploits0References1
Positive Technologies
Positive Technologies
added 2026/05/01 12:0 a.m.3 views

PT-2026-36418

In the Linux kernel, the following vulnerability has been resolved: spi: amlogic: spifc-a4: unregister ECC engine on probe failure and remove callback aml sfc probe registers the on-host NAND ECC engine, but teardown was missing from both probe unwind and remove-time cleanup. Add a devm cleanup...

5.8AI score0.00015EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2026/04/25 1:39 a.m.1 views

SUSE CVE-2026-31560

In the Linux kernel, the following vulnerability has been resolved: spi: spi-dw-dma: fix print error log when wait finish transaction If an error occurs, the device may not have a current message. In this case, the system will crash. In this case, it's better to use dev from the struct ctlr struc...

5.5CVSS5.5AI score0.00015EPSS
Exploits0References3
NVD
NVD
added 2026/04/24 3:16 p.m.0 views

CVE-2026-31560

In the Linux kernel, the following vulnerability has been resolved: spi: spi-dw-dma: fix print error log when wait finish transaction If an error occurs, the device may not have a current message. In this case, the system will crash. In this case, it's better to use dev from the struct ctlr struc...

5.5CVSS0.00015EPSS
Exploits0References4
OSV
OSV
added 2026/04/24 3:16 p.m.1 views

DEBIAN-CVE-2026-31560

In the Linux kernel, the following vulnerability has been resolved: spi: spi-dw-dma: fix print error log when wait finish transaction If an error occurs, the device may not have a current message. In this case, the system will crash. In this case, it's better to use dev from the struct ctlr struc...

5.5CVSS5.3AI score0.00015EPSS
Exploits0References1
Debian CVE
Debian CVE
added 2026/04/24 2:35 p.m.1 views

CVE-2026-31560

In the Linux kernel, the following vulnerability has been resolved: spi: spi-dw-dma: fix print error log when wait finish transaction If an error occurs, the device may not have a current message. In this case, the system will crash. In this case, it's better to use dev from the struct ctlr struc...

5.5CVSS5.3AI score0.00015EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2026/04/23 1:25 a.m.4 views

SUSE CVE-2026-31489

In the Linux kernel, the following vulnerability has been resolved: spi: meson-spicc: Fix double-put in remove path mesonspiccprobe registers the controller with devmspiregistercontroller, so teardown already drops the controller reference via devm cleanup. Calling spicontrollerput again in...

7.8CVSS5.6AI score0.00015EPSS
Exploits0References3
EUVD
EUVD
added 2026/04/22 3:31 p.m.2 views

EUVD-2026-24857

In the Linux kernel, the following vulnerability has been resolved: spi: meson-spicc: Fix double-put in remove path mesonspiccprobe registers the controller with devmspiregistercontroller, so teardown already drops the controller reference via devm cleanup. Calling spicontrollerput again in...

5.6AI score0.00015EPSS
Exploits0References5
Cvelist
Cvelist
added 2026/04/22 1:54 p.m.28 views

CVE-2026-31489 spi: meson-spicc: Fix double-put in remove path

In the Linux kernel, the following vulnerability has been resolved: spi: meson-spicc: Fix double-put in remove path mesonspiccprobe registers the controller with devmspiregistercontroller, so teardown already drops the controller reference via devm cleanup. Calling spicontrollerput again in...

0.00015EPSS
Exploits0References7
Rows per page
Query Builder