Lucene search
+L

91 matches found

CVE
CVE
added 2024/11/19 5:22 p.m.184 views

CVE-2024-53070

CVE-2024-53070 affects the Linux kernel USB subsystem (dwc3). The issue occurs when a device is already runtime suspended and the system suspends, leading to a crash if device registers are accessed. The fix reorders suspend sequence by moving the dwc3_enable_susphy() call to the top of the suspe...

5.5CVSS5.3AI score0.00241EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2024/11/19 5:22 p.m.16 views

CVE-2024-53070 usb: dwc3: fix fault at system suspend if device was already runtime suspended

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: fix fault at system suspend if device was already runtime suspended If the device was already runtime suspended then during system suspend we cannot access the device registers else it will crash. Also we cannot access...

5.5CVSS6.1AI score
SaveExploits0References9
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.9 views

kernel: ASoC: SOF: ipc4-pcm: Workaround for crashed firmware on system suspend

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc4-pcm: Workaround for crashed firmware on system suspend The Linux kernel CVE team has assigned CVE-2024-27057 to this issue. Upstream advisory:...

5.5CVSS6.8AI score0.00222EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2024/10/22 6:11 a.m.25 views

CVE-2022-48997

In the Linux kernel, the following vulnerability has been resolved: char: tpm: Protect tpmpmsuspend with locks Currently tpm transactions are executed unconditionally in tpmpmsuspend function, which may lead to races with other tpm accessors in the system. Specifically, the hwrandom tpm driver...

4.7CVSS6.6AI score0.00236EPSS
SaveExploits0References4
NVD
NVD
added 2024/10/21 8:15 p.m.19 views

CVE-2022-48997

In the Linux kernel, the following vulnerability has been resolved: char: tpm: Protect tpmpmsuspend with locks Currently tpm transactions are executed unconditionally in tpmpmsuspend function, which may lead to races with other tpm accessors in the system. Specifically, the hwrandom tpm driver...

4.7CVSS0.00236EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/10/21 8:06 p.m.17 views

CVE-2022-48997 char: tpm: Protect tpm_pm_suspend with locks

In the Linux kernel, the following vulnerability has been resolved: char: tpm: Protect tpmpmsuspend with locks Currently tpm transactions are executed unconditionally in tpmpmsuspend function, which may lead to races with other tpm accessors in the system. Specifically, the hwrandom tpm driver...

6.7AI score0.00236EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/10/21 8:06 p.m.43 views

CVE-2022-48997 char: tpm: Protect tpm_pm_suspend with locks

In the Linux kernel, the following vulnerability has been resolved: char: tpm: Protect tpmpmsuspend with locks Currently tpm transactions are executed unconditionally in tpmpmsuspend function, which may lead to races with other tpm accessors in the system. Specifically, the hwrandom tpm driver...

0.00236EPSS
SaveExploits0References5
OSV
OSV
added 2024/10/21 8:06 p.m.24 views

CVE-2022-48997 char: tpm: Protect tpm_pm_suspend with locks

In the Linux kernel, the following vulnerability has been resolved: char: tpm: Protect tpmpmsuspend with locks Currently tpm transactions are executed unconditionally in tpmpmsuspend function, which may lead to races with other tpm accessors in the system. Specifically, the hwrandom tpm driver...

5.8AI score
SaveExploits0References8
Microsoft CVE
Microsoft CVE
added 2024/08/16 7:00 a.m.7 views

ASoC: SOF: Intel: hda: fix null deref on system suspend entry

...

5.5CVSS8.9AI score0.00274EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/08/06 2:01 a.m.9 views

SUSE CVE-2024-41037

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Intel: hda: fix null deref on system suspend entry When system enters suspend with an active stream, SOF core calls hwparamsuponresume. On Intel platforms with HDA DMA used to manage the link DMA, this leads to call...

5.5CVSS7.6AI score0.00274EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2024/07/29 2:31 p.m.28 views

CVE-2024-41037 ASoC: SOF: Intel: hda: fix null deref on system suspend entry

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Intel: hda: fix null deref on system suspend entry When system enters suspend with an active stream, SOF core calls hwparamsuponresume. On Intel platforms with HDA DMA used to manage the link DMA, this leads to call...

0.00274EPSS
SaveExploits0References3
OSV
OSV
added 2024/07/29 2:31 p.m.20 views

CVE-2024-41037 ASoC: SOF: Intel: hda: fix null deref on system suspend entry

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Intel: hda: fix null deref on system suspend entry When system enters suspend with an active stream, SOF core calls hwparamsuponresume. On Intel platforms with HDA DMA used to manage the link DMA, this leads to call...

6AI score
SaveExploits0References6
CVE
CVE
added 2024/07/29 2:31 p.m.104 views

CVE-2024-41037

CVE-2024-41037 affects the Linux kernel ASoC: SOF Intel ASoC HDA path. The vulnerability arises during system suspend entry when a stream is active: the core calls hw_params_upon_resume(), and on Intel platforms using HDA DMA this leads to a call chain that hits a null dereference. Specifically, ...

5.5CVSS6.5AI score0.00274EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/07/29 2:31 p.m.15 views

CVE-2024-41037 ASoC: SOF: Intel: hda: fix null deref on system suspend entry

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Intel: hda: fix null deref on system suspend entry When system enters suspend with an active stream, SOF core calls hwparamsuponresume. On Intel platforms with HDA DMA used to manage the link DMA, this leads to call...

6.7AI score0.00274EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/06/21 10:18 a.m.23 views

CVE-2023-52884 Input: cyapa - add missing input core locking to suspend/resume functions

In the Linux kernel, the following vulnerability has been resolved: Input: cyapa - add missing input core locking to suspend/resume functions Grab input-mutex during suspend/resume functions like it is done in other input drivers. This fixes the following warning during system suspend/resume cycl...

6.9AI score0.00177EPSS
SaveExploits0References5
NVD
NVD
added 2024/05/21 4:15 p.m.19 views

CVE-2023-52749

In the Linux kernel, the following vulnerability has been resolved: spi: Fix null dereference on suspend A race condition exists where a synchronous noqueue transfer can be active during a system suspend. This can cause a null pointer dereference exception to occur when the system resumes. Exampl...

4.7CVSS6.5AI score0.00181EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.19 views

CVE-2023-52749

In the Linux kernel, the following vulnerability has been resolved: spi: Fix null dereference on suspend A race condition exists where a synchronous noqueue transfer can be active during a system suspend. This can cause a null pointer dereference exception to occur when the system resumes. Exampl...

4.7CVSS5.7AI score0.00181EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/05/21 3:30 p.m.24 views

CVE-2023-52749 spi: Fix null dereference on suspend

In the Linux kernel, the following vulnerability has been resolved: spi: Fix null dereference on suspend A race condition exists where a synchronous noqueue transfer can be active during a system suspend. This can cause a null pointer dereference exception to occur when the system resumes. Exampl...

6.8AI score0.00181EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/05/21 3:30 p.m.65 views

CVE-2023-52749 spi: Fix null dereference on suspend

In the Linux kernel, the following vulnerability has been resolved: spi: Fix null dereference on suspend A race condition exists where a synchronous noqueue transfer can be active during a system suspend. This can cause a null pointer dereference exception to occur when the system resumes. Exampl...

6.5AI score0.00181EPSS
SaveExploits0References3
CVE
CVE
added 2024/05/21 3:30 p.m.185 views

CVE-2023-52749

CVE-2023-52749: In the Linux kernel, a race condition can cause a null pointer dereference during resume if a synchronous SPI transfer is active when suspending. The issue arises when a transfer context resumes after cur_msg was reset to NULL during suspend. Public details state a fix: ensure syn...

4.7CVSS6.7AI score0.00181EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder