Lucene search
K

106 matches found

RedhatCVE
RedhatCVE
added 2024/04/04 5:16 p.m.24 views

CVE-2024-26806

A vulnerability was found in the spi: cadence-qspi driver in the Linux kernel, where improper system-wide suspend helper calls were made in the runtime Power Management PM hooks. This issue could lead to unintended behavior during system suspend/resume cycles. Mitigation Mitigation for this issue...

5.5CVSS6.3AI score0.00149EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2024/04/04 4:27 p.m.20 views

CVE-2024-26807

A vulnerability was found in the Cadence Quad SPI cadence-qspi driver in the Linux kernel. Improper pointer reference handling in the runtime Power Management PM hooks could lead to system instability or potential security risks. Mitigation Mitigation for this issue is either not available or the...

5.5CVSS7.8AI score0.00225EPSS
Exploits0References3
NVD
NVD
added 2024/04/04 9:15 a.m.14 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" ...

5.5CVSS7.6AI score0.00225EPSS
Exploits0References5
NVD
NVD
added 2024/04/04 9:15 a.m.23 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
Exploits0References2
OSV
OSV
added 2024/04/04 9:15 a.m.5 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
Exploits0References4
Cvelist
Cvelist
added 2024/04/04 8:20 a.m.30 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.7AI score0.00225EPSS
Exploits0References4
CVE
CVE
added 2024/04/04 8:20 a.m.115 views

CVE-2024-26807

CVE-2024-26807 is a Linux kernel issue in the cadence-quadspi driver where the runtime suspend/resume paths incorrectly retrieve a spi_controller pointer via dev_get_drvdata, potentially using a cqspi_st instead of a spi_controller. This mismatch can cause memory corruption and kernel crashes dur...

5.5CVSS7.3AI score0.00225EPSS
Exploits0References5Affected Software1
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" ...

6.7AI score0.00225EPSS
Exploits0References4
Vulnrichment
Vulnrichment
added 2024/04/04 8:20 a.m.20 views

CVE-2024-26806 spi: cadence-qspi: remove system-wide suspend helper calls from runtime PM hooks

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...

6.8AI score0.00149EPSS
Exploits0References2
OSV
OSV
added 2024/04/04 8:20 a.m.7 views

CVE-2024-26806 spi: cadence-qspi: remove system-wide suspend helper calls from runtime PM hooks

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.5CVSS4.9AI score0.00149EPSS
Exploits0References5
Cvelist
Cvelist
added 2024/04/04 8:20 a.m.26 views

CVE-2024-26806 spi: cadence-qspi: remove system-wide suspend helper calls from runtime PM hooks

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...

6.6AI score0.00149EPSS
Exploits0References2
CVE
CVE
added 2024/04/04 8:20 a.m.86 views

CVE-2024-26806

CVE-2024-26806 : In the Linux kernel, the cadence-qspi driver’s runtime PM hooks were calling spi_controller_suspend()/resume(), which was not expected and could cause a deadlock when the bus lock is held. The fix removes these calls from cadence-qspi, since cadence-qspi is not queued, and notes ...

5.5CVSS6.6AI score0.00149EPSS
Exploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/04/04 8:20 a.m.24 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
Exploits0
UbuntuCve
UbuntuCve
added 2024/04/04 12:0 a.m.28 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.9AI score0.00149EPSS
Exploits0References3
UbuntuCve
UbuntuCve
added 2024/04/04 12:0 a.m.91 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" ...

5.5CVSS6.1AI score0.00225EPSS
Exploits0References4
OSV
OSV
added 2023/01/17 4:1 p.m.4 views

GSD-2023-1000104 clk: qcom: gdsc: Remove direct runtime PM calls

clk: qcom: gdsc: Remove direct runtime PM calls This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v6.0.12 by commit...

7.2AI score
Exploits0
Positive Technologies
Positive Technologies
added 2023/01/17 12:0 a.m.2 views

PT-2023-33181 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux Kernel versions prior to v6.0.12 Description: The issue concerns the removal of direct runtime PM calls in the Linux Kernel. It was introduced in version v5.16 and fixed in version v6.0.12. The actual impact and attack plausibility have...

7.3AI score
Exploits0References1
OSV
OSV
added 2022/07/31 2:8 p.m.9 views

GSD-2022-1004418 dmaengine: qcom: bam_dma: fix runtime PM underflow

dmaengine: qcom: bamdma: fix runtime PM underflow This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.15.54 by commit...

7.2AI score
Exploits0
OSV
OSV
added 2022/07/31 1:50 p.m.6 views

GSD-2022-1004202 dmaengine: qcom: bam_dma: fix runtime PM underflow

dmaengine: qcom: bamdma: fix runtime PM underflow This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.18.11 by commit...

7.2AI score
Exploits0
OSV
OSV
added 2021/06/30 12:36 a.m.8 views

GSD-2021-1001049 drm/tegra: sor: Do not leak runtime PM reference

drm/tegra: sor: Do not leak runtime PM reference This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.12.12 by commit...

7.2AI score
Exploits0
Rows per page
Query Builder