Lucene search
+L

62 matches found

OSV
OSV
added 2025/06/18 11:15 a.m.7 views

DEBIAN-CVE-2022-50190

In the Linux kernel, the following vulnerability has been resolved: spi: Fix simplification of devmspiregistercontroller This reverts commit 59ebbe40fb51 "spi: simplify devmspiregistercontroller". If devmaddaction fails in devmaddactionorreset, devmspiunregister will be called, it decreases the...

7.8CVSS5.2AI score0.00213EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2025/06/18 11:3 a.m.11 views

CVE-2022-50190

In the Linux kernel, the following vulnerability has been resolved: spi: Fix simplification of devmspiregistercontroller This reverts commit 59ebbe40fb51 "spi: simplify devmspiregistercontroller". If devmaddaction fails in devmaddactionorreset, devmspiunregister will be called, it decreases the...

7.8CVSS5.2AI score0.00213EPSS
SaveExploits0
CVE
CVE
added 2025/06/18 11:3 a.m.105 views

CVE-2022-50190

The CVE-2022-50190 entry concerns a Linux kernel issue in the SPI subsystem: a change related to devm_spi_register_controller is reverted, and if devm_add_action() fails in devm_add_action_or_reset(), devm_spi_unregister() decreases ctlr->dev refcount to 0, potentially causing a use-after-free...

7.8CVSS6.5AI score0.00213EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2025/05/09 7:16 a.m.32 views

CVE-2025-37842

In the Linux kernel, the following vulnerability has been resolved: spi: fsl-qspi: use devm function instead of driver remove Driver use devm APIs to manage clk/irq/resources and register the spi controller, but the legacy remove function will be called first during device detach and trigger kern...

5.5CVSS0.00243EPSS
SaveExploits0References5
OSV
OSV
added 2025/05/09 7:16 a.m.7 views

UBUNTU-CVE-2025-37842

In the Linux kernel, the following vulnerability has been resolved: spi: fsl-qspi: use devm function instead of driver remove Driver use devm APIs to manage clk/irq/resources and register the spi controller, but the legacy remove function will be called first during device detach and trigger kern...

5.5CVSS5.8AI score0.00243EPSS
SaveExploits0References25
CVE
CVE
added 2025/05/09 6:41 a.m.119 views

CVE-2025-37842

CVE-2025-37842 affects the Linux kernel and is resolved by upgrading to kernel versions >= 6.6.112.1-2 (as noted by Mariner/Astra/SUSE advisories). Technical details from connected docs indicate the issue arises in the spi/fsl-qspi driver cleanup path: the driver previously used a legacy remov...

5.5CVSS6.5AI score0.00243EPSS
SaveExploits0References5Affected Software1
NVD
NVD
added 2024/05/22 7:15 a.m.15 views

CVE-2021-47469

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

6.5AI score
SaveExploits0
CVE
CVE
added 2024/05/22 6:23 a.m.162 views

CVE-2021-47469

This CVE-2021-47469 entry is rejected and does not represent an active vulnerability entry.

6.7AI score
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/04/17 10:27 a.m.28 views

CVE-2024-26866 spi: lpspi: Avoid potential use-after-free in probe()

In the Linux kernel, the following vulnerability has been resolved: spi: lpspi: Avoid potential use-after-free in probe fsllpspiprobe is allocating/disposing memory manually with spiallochost/spialloctarget, but uses devmspiregistercontroller. In case of error after the latter call the memory wil...

6.6AI score0.00216EPSS
SaveExploits0References4
OSV
OSV
added 2024/04/10 7:15 p.m.6 views

UBUNTU-CVE-2021-47195

In the Linux kernel, the following vulnerability has been resolved: spi: fix use-after-free of the addlock mutex Commit 6098475d4cb4 "spi: Fix deadlock when adding SPI controllers on SPI buses" introduced a per-controller mutex. But mutexunlock of said lock is called after the controller is alrea...

5.5CVSS5.9AI score0.00219EPSS
SaveExploits0References5
NVD
NVD
added 2024/04/04 9:15 a.m.26 views

CVE-2024-26806

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.00149EPSS
SaveExploits0References2
OSV
OSV
added 2024/04/04 9:15 a.m.9 views

UBUNTU-CVE-2024-26806

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.5CVSS5.7AI score0.00149EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/04/04 8:20 a.m.20 views

CVE-2024-26807 spi: cadence-qspi: fix pointer reference in runtime PM hooks

In the Linux kernel, the following vulnerability has been resolved: Both cadence-quadspi -runtimesuspend and -runtimeresume implementations start with: struct cqspist cqspi = devgetdrvdatadev; struct spicontroller host = devgetdrvdatadev; This obviously cannot be correct, unless "struct cqspist" ...

7.8CVSS6.7AI score0.00234EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/04/04 8:20 a.m.42 views

CVE-2024-26807

In the Linux kernel, the following vulnerability has been resolved: Both cadence-quadspi -runtimesuspend and -runtimeresume implementations start with: struct cqspist cqspi = devgetdrvdatadev; struct spicontroller host = devgetdrvdatadev; This obviously cannot be correct, unless "struct cqspist" ...

7.8CVSS7.2AI score0.00234EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/04/04 8:20 a.m.37 views

CVE-2024-26807 spi: cadence-qspi: fix pointer reference in runtime PM hooks

In the Linux kernel, the following vulnerability has been resolved: Both cadence-quadspi -runtimesuspend and -runtimeresume implementations start with: struct cqspist cqspi = devgetdrvdatadev; struct spicontroller host = devgetdrvdatadev; This obviously cannot be correct, unless "struct cqspist" ...

7.8CVSS7.7AI score0.00234EPSS
SaveExploits0References4
CVE
CVE
added 2024/04/04 8:20 a.m.122 views

CVE-2024-26807

CVE-2024-26807 affects the Linux kernel via the cadence-quadspi driver path: runtime_suspend() and runtime_resume() incorrectly use dev_get_drvdata to retrieve a struct that is not a valid spi_controller pointer, causing memory corruption during PM runtime if probe enables PM runtime. Local impac...

7.8CVSS7.3AI score0.00234EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2024/04/04 8:20 a.m.48 views

CVE-2024-26806

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.5CVSS5.2AI score0.00149EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/03/02 5:49 a.m.5 views

SUSE CVE-2021-46959

In the Linux kernel, the following vulnerability has been resolved: spi: Fix use-after-free with devmspialloc We can't rely on the contents of the devres list during spiunregistercontroller, as the list is already torn down at the time we perform devresfind for devmspireleasecontroller. This caus...

6.7CVSS7.7AI score0.00245EPSS
SaveExploits0References5
OSV
OSV
added 2024/02/29 11:15 p.m.3 views

UBUNTU-CVE-2021-46959

In the Linux kernel, the following vulnerability has been resolved: spi: Fix use-after-free with devmspialloc We can't rely on the contents of the devres list during spiunregistercontroller, as the list is already torn down at the time we perform devresfind for devmspireleasecontroller. This caus...

7.8CVSS6.3AI score0.00245EPSS
SaveExploits0References7
OSV
OSV
added 2024/02/28 9:15 a.m.8 views

CVE-2021-47047

In the Linux kernel, the following vulnerability has been resolved: spi: spi-zynqmp-gqspi: return -ENOMEM if dmamapsingle fails The spi controller supports 44-bit address space on AXI in DMA mode, so set dmaaddrt width to 44-bit to avoid using a swiotlb mapping. In addition, if dmamapsingle fails...

5.5CVSS7.6AI score
SaveExploits0References4
Rows per page
Query Builder