Lucene search
+L

109 matches found

OSV
OSV
added 2024/05/01 5:19 a.m.19 views

CVE-2024-26963 usb: dwc3-am62: fix module unload/reload behavior

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3-am62: fix module unload/reload behavior As runtime PM is enabled, the module can be runtime suspended when .remove is called. Do a pmruntimegetsync to make sure module is active before doing any register operations. Doi...

6AI score
SaveExploits0References8
NVD
NVD
added 2024/04/17 4:15 p.m.42 views

CVE-2024-26918

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix active state requirement in PME polling The commit noted in fixes added a bogus requirement that runtime PM managed devices need to be in the RPMACTIVE state for PME polling. In fact, only devices in low power states...

6.2CVSS6.5AI score0.0023EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/04/17 3:59 p.m.27 views

CVE-2024-26918 PCI: Fix active state requirement in PME polling

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix active state requirement in PME polling The commit noted in fixes added a bogus requirement that runtime PM managed devices need to be in the RPMACTIVE state for PME polling. In fact, only devices in low power states...

7AI score0.0023EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/04/04 5:16 p.m.25 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
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/04/04 4:27 p.m.21 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.00234EPSS
SaveExploits0References3
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
NVD
NVD
added 2024/04/04 9:15 a.m.16 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.6AI score0.00234EPSS
SaveExploits0References5
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
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.123 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
Cvelist
Cvelist
added 2024/04/04 8:20 a.m.32 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
SaveExploits0References2
CVE
CVE
added 2024/04/04 8:20 a.m.90 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
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/04/04 8:20 a.m.22 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
SaveExploits0References2
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
OSV
OSV
added 2024/04/04 8:20 a.m.9 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...

4.9AI score
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/04/04 12:0 a.m.92 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.8CVSS6.1AI score0.00234EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/04/04 12:0 a.m.30 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
SaveExploits0References3
OSV
OSV
added 2023/01/17 4:1 p.m.5 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
SaveExploits0
Positive Technologies
Positive Technologies
added 2023/01/17 12:0 a.m.3 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
SaveExploits0References1
Rows per page
Query Builder