Lucene search
+L

110 matches found

AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.7 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: i2c: stm32f7: Do not prepare/unprepare the clock during runtime suspend/resume If there is any clock controller attached to this I2C bus controller, such as Versaclock or an AIC32x4 I2C codec, then an I2C transfer triggered by th...

5.5CVSS6.2AI score0.00199EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/01/10 12:22 a.m.6 views

SUSE CVE-2024-56618

In the Linux kernel, the following vulnerability has been resolved: pmdomain: imx: gpcv2: Adjust delay after power up handshake The udelay5 is not enough, sometimes below kernel panic still be triggered: 4.012973 Kernel panic - not syncing: Asynchronous SError Interrupt 4.012976 CPU: 2 UID: 0 PID...

4.4CVSS7.5AI score0.00173EPSS
SaveExploits0References3
BDU FSTEC
BDU FSTEC
added 2024/12/27 12:00 a.m.18 views

The vulnerabilities of the `runtime_suspend()` and `runtime_resume()` functions of the `cadence-qspi` component in the Linux operating system allow a hacker to trigger a service failure.

The vulnerability of the runtimesuspend and runtimeresume functions of the cadence-qspi component in Linux operating systems is related to a freeze that occurs due to repeated locking of resources. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS5.9AI score0.00149EPSS
SaveExploits0References10Affected Software1
RedhatCVE
RedhatCVE
added 2024/10/21 10:40 p.m.15 views

CVE-2024-49985

In the Linux kernel, the following vulnerability has been resolved: i2c: stm32f7: Do not prepare/unprepare clock during runtime suspend/resume In case there is any sort of clock controller attached to this I2C bus controller, for example Versaclock or even an AIC32x4 I2C codec, then an I2C transf...

5.5CVSS6.8AI score0.00199EPSS
SaveExploits0References4
OSV
OSV
added 2024/09/11 4:15 p.m.20 views

AZL-49212 CVE-2024-45029 affecting package kernel for versions less than 6.6.51.1-1

In the Linux kernel, the following vulnerability has been resolved: i2c: tegra: Do not mark ACPI devices as irq safe On ACPI machines, the tegra i2c module encounters an issue due to a mutex being called inside a spinlock. This leads to the following bug: BUG: sleeping function called from invali...

5.5CVSS6.6AI score0.00173EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/11 4:15 p.m.9 views

UBUNTU-CVE-2024-45029

In the Linux kernel, the following vulnerability has been resolved: i2c: tegra: Do not mark ACPI devices as irq safe On ACPI machines, the tegra i2c module encounters an issue due to a mutex being called inside a spinlock. This leads to the following bug: BUG: sleeping function called from invali...

5.5CVSS6.5AI score0.00173EPSS
SaveExploits0References12
SUSE CVE
SUSE CVE
added 2024/07/16 2:34 a.m.4 views

SUSE CVE-2024-40926

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: don't attempt to schedule hpdwork on headless cards If the card doesn't have display hardware, hpdwork and hpdlock are left uninitialized which causes BUG when attempting to schedule hpdwork on runtime PM resume. Fix...

5.5CVSS6.5AI score0.0024EPSS
SaveExploits0References10
OSV
OSV
added 2024/07/12 1:15 p.m.9 views

UBUNTU-CVE-2024-40926

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: don't attempt to schedule hpdwork on headless cards If the card doesn't have display hardware, hpdwork and hpdlock are left uninitialized which causes BUG when attempting to schedule hpdwork on runtime PM resume. Fix...

5.5CVSS5.7AI score0.0024EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
added 2024/06/20 12:00 a.m.22 views

CVE-2022-48761

In the Linux kernel, the following vulnerability has been resolved: usb: xhci-plat: fix crash when suspend if remote wake enable Crashed at i.mx8qm platform when suspend if enable remote wakeup Internal error: synchronous external abort: 96000210 1 PREEMPT SMP Modules linked in: CPU: 2 PID: 244...

5.3CVSS6.1AI score0.00212EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/05/03 2:09 a.m.16 views

SUSE CVE-2024-27003

In the Linux kernel, the following vulnerability has been resolved: clk: Get runtime PM before walking tree for clksummary Similar to the previous commit, we should make sure that all devices are runtime resumed before printing the clksummary through debugfs. Failure to do so would result in a...

3.3CVSS6.7AI score0.00173EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
added 2024/04/15 11:12 p.m.5 views

SUSE 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
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/04/15 11:12 p.m.5 views

SUSE 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.2AI score0.00234EPSS
SaveExploits0References11
OSV
OSV
added 2024/04/04 9:15 a.m.4 views

DEBIAN-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.8AI score0.00149EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/04 9:15 a.m.3 views

DEBIAN-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.5CVSS5.3AI score0.00234EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/04 9:15 a.m.11 views

UBUNTU-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.2AI score0.00234EPSS
SaveExploits0References5
OSV
OSV
added 2024/04/04 9:15 a.m.18 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
SUSE CVE
SUSE CVE
added 2024/02/29 4:07 a.m.9 views

SUSE CVE-2020-36784

In the Linux kernel, the following vulnerability has been resolved: i2c: cadence: fix reference leak when pmruntimegetsync fails The PM reference count is not expected to be incremented on return in functions cdnsi2cmasterxfer and cdnsregslave. However, pmruntimegetsync will increment pm usage...

3.3CVSS5.8AI score0.00225EPSS
SaveExploits0References9
OSV
OSV
added 2024/02/28 9:15 a.m.4 views

DEBIAN-CVE-2020-36782

In the Linux kernel, the following vulnerability has been resolved: i2c: imx-lpi2c: fix reference leak when pmruntimegetsync fails The PM reference count is not expected to be incremented on return in lpi2cimxmasterenable. However, pmruntimegetsync will increment the PM reference count even faile...

5.5CVSS5.4AI score0.00225EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/28 9:15 a.m.6 views

DEBIAN-CVE-2020-36779

In the Linux kernel, the following vulnerability has been resolved: i2c: stm32f7: fix reference leak when pmruntimegetsync fails The PM reference count is not expected to be incremented on return in these stm32f7i2cxx serious functions. However, pmruntimegetsync will increment the PM reference...

5.5CVSS4.9AI score0.00222EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/28 9:15 a.m.16 views

UBUNTU-CVE-2020-36780

In the Linux kernel, the following vulnerability has been resolved: i2c: sprd: fix reference leak when pmruntimegetsync fails The PM reference count is not expected to be incremented on return in sprdi2cmasterxfer and sprdi2cremove. However, pmruntimegetsync will increment the PM reference count...

4.7CVSS6.6AI score0.00228EPSS
SaveExploits0References8
Rows per page
Query Builder