Lucene search
K

107 matches found

Vulnrichment
Vulnrichment
added 2024/12/04 2:20 p.m.2 views

CVE-2024-53134 pmdomain: imx93-blk-ctrl: correct remove path

In the Linux kernel, the following vulnerability has been resolved: pmdomain: imx93-blk-ctrl: correct remove path The check condition should be 'i onecelldata.numdomains', not 'bc-onecelldata.numdomains' which will make the look never finish and cause kernel panic. Also disable runtime to address...

6.3AI score0.00206EPSS
Exploits0References3
Cvelist
Cvelist
added 2024/12/04 2:20 p.m.35 views

CVE-2024-53134 pmdomain: imx93-blk-ctrl: correct remove path

In the Linux kernel, the following vulnerability has been resolved: pmdomain: imx93-blk-ctrl: correct remove path The check condition should be 'i onecelldata.numdomains', not 'bc-onecelldata.numdomains' which will make the look never finish and cause kernel panic. Also disable runtime to address...

0.00206EPSS
Exploits0References3
CNNVD
CNNVD
added 2024/12/04 12:0 a.m.7 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from an incorrect remove path condition check in the pmdomain driver, which could cause the kernel to crash...

5.5CVSS6.5AI score0.00206EPSS
Exploits0References3
Positive Technologies
Positive Technologies
added 2024/08/17 12:0 a.m.4 views

PT-2024-29833 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A potential NULL pointer dereference in dummy net device handling has been resolved. The issue occurred when alloc netdev dummy failed in mtk probe, causing eth-dummy dev to be NULL. T...

5.5CVSS6.4AI score0.00193EPSS
Exploits0References11
OSV
OSV
added 2024/07/30 8:15 a.m.1 views

DEBIAN-CVE-2024-42112

In the Linux kernel, the following vulnerability has been resolved: net: txgbe: free isb resources at the right time When using MSI/INTx interrupt, the shared interrupts are still being handled in the device remove routine, before free IRQs. So isb memory is still read after it is freed. Thus mov...

7.8CVSS5.8AI score0.00233EPSS
Exploits0References1
SUSE CVE
SUSE CVE
added 2024/05/23 3:4 a.m.2 views

SUSE CVE-2021-47321

In the Linux kernel, the following vulnerability has been resolved: watchdog: Fix possible use-after-free by calling deltimersync This driver's remove path calls deltimer. However, that function does not wait until the timer handler finishes. This means that the timer handler may still be running...

6.4CVSS6.5AI score0.00247EPSS
Exploits0References11
SUSE CVE
SUSE CVE
added 2024/05/23 3:4 a.m.2 views

SUSE CVE-2021-47323

In the Linux kernel, the following vulnerability has been resolved: watchdog: sc520wdt: Fix possible use-after-free in wdtturnoff This module's remove path calls deltimer. However, that function does not wait until the timer handler finishes. This means that the timer handler may still be running...

7CVSS6.5AI score0.0116EPSS
Exploits0References11
RedhatCVE
RedhatCVE
added 2024/05/22 12:28 p.m.30 views

CVE-2021-47323

A vulnerability was found in the wdtturnoff function in the Linux kernel's watchdog module. This issue arises when the module's remove process calls deltimer, which does not wait for the timer handler to finish. Consequently, the handler may still be running after the driver is removed, leading t...

5.5CVSS8.8AI score0.0116EPSS
Exploits0References4
NVD
NVD
added 2024/05/22 7:15 a.m.21 views

CVE-2021-47453

In the Linux kernel, the following vulnerability has been resolved: ice: Avoid crash from unnecessary IDA free In the remove path, there is an attempt to free the auxidx IDA whether it was allocated or not. This can potentially cause a crash when unloading the driver on systems that do not...

5.5CVSS6.5AI score0.00196EPSS
Exploits0References2
OSV
OSV
added 2024/05/21 3:15 p.m.0 views

DEBIAN-CVE-2021-47321

In the Linux kernel, the following vulnerability has been resolved: watchdog: Fix possible use-after-free by calling deltimersync This driver's remove path calls deltimer. However, that function does not wait until the timer handler finishes. This means that the timer handler may still be running...

7.8CVSS5.4AI score0.00247EPSS
Exploits0References1
OSV
OSV
added 2024/05/21 3:15 p.m.0 views

DEBIAN-CVE-2021-47323

In the Linux kernel, the following vulnerability has been resolved: watchdog: sc520wdt: Fix possible use-after-free in wdtturnoff This module's remove path calls deltimer. However, that function does not wait until the timer handler finishes. This means that the timer handler may still be running...

8.8CVSS5.5AI score0.0116EPSS
Exploits0References1
OSV
OSV
added 2024/05/21 3:15 p.m.2 views

UBUNTU-CVE-2021-47321

In the Linux kernel, the following vulnerability has been resolved: watchdog: Fix possible use-after-free by calling deltimersync This driver's remove path calls deltimer. However, that function does not wait until the timer handler finishes. This means that the timer handler may still be running...

7.8CVSS6.1AI score0.00247EPSS
Exploits0References12
OSV
OSV
added 2024/05/17 1:15 p.m.3 views

DEBIAN-CVE-2024-27433

In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: mt7622-apmixedsys: Fix an error handling path in clkmt8135apmixedprobe 'clkdata' is allocated with mtkdevmallocclkdata. So calling mtkfreeclkdata explicitly in the remove function would lead to a double-free. Remov...

7.8CVSS5.5AI score0.00228EPSS
Exploits0References1
SUSE CVE
SUSE CVE
added 2024/02/28 4:2 a.m.2 views

SUSE CVE-2021-46924

In the Linux kernel, the following vulnerability has been resolved: NFC: st21nfca: Fix memory leak in device probe and remove 'phy-pendingskb' is alloced when device probe, but forgot to free in the error handling path and remove path, this cause memory leak as follows: unreferenced object...

4.3CVSS5.8AI score0.00226EPSS
Exploits0References15
Vulnrichment
Vulnrichment
added 2024/02/27 9:43 a.m.22 views

CVE-2021-46924 NFC: st21nfca: Fix memory leak in device probe and remove

In the Linux kernel, the following vulnerability has been resolved: NFC: st21nfca: Fix memory leak in device probe and remove 'phy-pendingskb' is alloced when device probe, but forgot to free in the error handling path and remove path, this cause memory leak as follows: unreferenced object...

6.6AI score0.00226EPSS
Exploits0References6
Debian CVE
Debian CVE
added 2024/02/27 9:43 a.m.30 views

CVE-2021-46924

In the Linux kernel, the following vulnerability has been resolved: NFC: st21nfca: Fix memory leak in device probe and remove 'phy-pendingskb' is alloced when device probe, but forgot to free in the error handling path and remove path, this cause memory leak as follows: unreferenced object...

5.5CVSS5AI score0.00226EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2024/02/27 4:6 a.m.2 views

SUSE CVE-2022-48626

In the Linux kernel, the following vulnerability has been resolved: moxart: fix potential use-after-free on remove path It was reported that the mmc host structure could be accessed after it was freed in moxartremove, so fix this by saving the base register of the device and using it instead of t...

5.3CVSS7.7AI score0.0031EPSS
Exploits0References20
NVD
NVD
added 2024/02/26 4:27 p.m.24 views

CVE-2022-48626

In the Linux kernel, the following vulnerability has been resolved: moxart: fix potential use-after-free on remove path It was reported that the mmc host structure could be accessed after it was freed in moxartremove, so fix this by saving the base register of the device and using it instead of t...

7.8CVSS7.4AI score0.0031EPSS
Exploits0References8
Prion
Prion
added 2024/02/26 4:27 p.m.21 views

Design/Logic Flaw

In the Linux kernel, the following vulnerability has been resolved: moxart: fix potential use-after-free on remove path It was reported that the mmc host structure could be accessed after it was freed in moxartremove, so fix this by saving the base register of the device and using it instead of t...

7.2AI score0.0031EPSS
Exploits0References8
OSV
OSV
added 2024/02/26 4:27 p.m.3 views

UBUNTU-CVE-2022-48626

In the Linux kernel, the following vulnerability has been resolved: moxart: fix potential use-after-free on remove path It was reported that the mmc host structure could be accessed after it was freed in moxartremove, so fix this by saving the base register of the device and using it instead of t...

7.8CVSS6.2AI score0.0031EPSS
Exploits0References3
Rows per page
Query Builder