Lucene search
+L

169 matches found

OSV
OSV
added 2024/08/17 9:15 a.m.9 views

UBUNTU-CVE-2024-42319

In the Linux kernel, the following vulnerability has been resolved: mailbox: mtk-cmdq: Move devmmboxcontrollerregister after devmpmruntimeenable When mtk-cmdq unbinds, a WARNON message with condition pmruntimegetsync 0 occurs. According to the call tracei below: cmdqmboxshutdown mboxfreechannel...

5.5CVSS6.1AI score0.00209EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2024/07/18 12:00 a.m.15 views

PT-2024-29867

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability in the Linux kernel has been resolved, related to the mailbox: mtk-cmdq component. When mtk-cmdq unbinds, a WARN ON message with condition pm runtime get sync 0 occurs. T...

5.5CVSS5.4AI score0.00209EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/07/17 4:19 a.m.6 views

SUSE CVE-2022-48778

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: gpmi: don't leak PM reference in error path If gpminfcapplytimings fails, the PM runtime usage counter must be dropped...

3.3CVSS7.8AI score0.00236EPSS
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2024/07/16 10:56 p.m.19 views

CVE-2022-48778

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: gpmi: don't leak PM reference in error path If gpminfcapplytimings fails, the PM runtime usage counter must be dropped...

4.4CVSS6.9AI score0.00236EPSS
SaveExploits0References4
OSV
OSV
added 2024/07/16 12:15 p.m.9 views

UBUNTU-CVE-2022-48778

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: gpmi: don't leak PM reference in error path If gpminfcapplytimings fails, the PM runtime usage counter must be dropped...

7.8CVSS5.7AI score0.00236EPSS
SaveExploits0References8
NVD
NVD
added 2024/07/10 8:15 a.m.39 views

CVE-2024-39492

In the Linux kernel, the following vulnerability has been resolved: mailbox: mtk-cmdq: Fix pmruntimegetsync warning in mbox shutdown The return value of pmruntimegetsync in cmdqmboxshutdown will return 1 when pm runtime state is active, and we don't want to get the warning message in this case. S...

7CVSS0.00191EPSS
SaveExploits0References2
OSV
OSV
added 2024/07/10 8:15 a.m.5 views

DEBIAN-CVE-2024-39492

In the Linux kernel, the following vulnerability has been resolved: mailbox: mtk-cmdq: Fix pmruntimegetsync warning in mbox shutdown The return value of pmruntimegetsync in cmdqmboxshutdown will return 1 when pm runtime state is active, and we don't want to get the warning message in this case. S...

7CVSS5.3AI score0.00191EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/10 8:15 a.m.7 views

UBUNTU-CVE-2024-39492

In the Linux kernel, the following vulnerability has been resolved: mailbox: mtk-cmdq: Fix pmruntimegetsync warning in mbox shutdown The return value of pmruntimegetsync in cmdqmboxshutdown will return 1 when pm runtime state is active, and we don't want to get the warning message in this case. S...

7CVSS5.9AI score0.00191EPSS
SaveExploits0References12
RedHat Linux
RedHat Linux
added 2024/05/22 10:03 a.m.12 views

kernel: ALSA: hda: fix a possible null-pointer dereference due to data race in snd_hdac_regmap_sync()

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: fix a possible null-pointer dereference due to data race in sndhdacregmapsync The variable codec-regmap is often protected by the lock codec-regmaplock when is accessed. However, it is accessed without holding the lock...

5.5CVSS6.8AI score0.00156EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/17 2:15 p.m.25 views

UBUNTU-CVE-2024-35809

In the Linux kernel, the following vulnerability has been resolved: PCI/PM: Drain runtime-idle callbacks before driver removal A race condition between the .runtimeidle callback and the .remove callback in the rtsxpcr PCI driver leads to a kernel crash due to an unhandled page fault 1. The proble...

5.5CVSS6.1AI score0.00195EPSS
SaveExploits0References30
Positive Technologies
Positive Technologies
added 2024/04/26 12:00 a.m.9 views

PT-2024-9916 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to the pm runtime get sync function in the mtk-cmdq component of the Linux kernel. The problem arises from the lack of return value checking of this function. When...

9.8CVSS6.5AI score0.02701EPSS
SaveExploits3References704
OSV
OSV
added 2024/03/29 11:06 a.m.15 views

OESA-2024-1345 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: i2c: xiic: fix reference leak when pmruntimegetsync fails The PM reference count is not expected to be incremented on return in xiicxfer and xiici2cremove...

7.8CVSS8AI score0.00783EPSS
SaveExploits0References17
RedhatCVE
RedhatCVE
added 2024/02/29 10:02 a.m.24 views

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

4.4CVSS6.4AI score0.00225EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/02/29 4:07 a.m.10 views

SUSE CVE-2020-36778

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

5.5CVSS6.4AI score0.00225EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/02/29 4:07 a.m.10 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.6 views

DEBIAN-CVE-2021-47051

In the Linux kernel, the following vulnerability has been resolved: spi: fsl-lpspi: Fix PM reference leak in lpspipreparexferhardware pmruntimegetsync will increment pm usage counter even it failed. Forgetting to putting operation will result in reference leak here. Fix it by replacing it with...

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

CVE-2020-36781

In the Linux kernel, the following vulnerability has been resolved: i2c: imx: fix reference leak when pmruntimegetsync fails In i2cimxxfer and i2cimxremove, the pm reference count is not expected to be incremented on return. However, pmruntimegetsync will increment pm reference count even failed...

5.5CVSS7.3AI score
SaveExploits0References4
OSV
OSV
added 2024/02/28 9:15 a.m.15 views

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.5CVSS7.3AI score
SaveExploits0References5
OSV
OSV
added 2024/02/28 9:15 a.m.5 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
ATTACKERKB
ATTACKERKB
added 2024/02/28 9:15 a.m.6 views

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.5CVSS5.7AI score0.00222EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder