Lucene search
+L

35 matches found

OSV
OSV
added 2024/10/21 8:05 p.m.13 views

CVE-2022-48975 gpiolib: fix memory leak in gpiochip_setup_dev()

In the Linux kernel, the following vulnerability has been resolved: gpiolib: fix memory leak in gpiochipsetupdev Here is a backtrace report about memory leak detected in gpiochipsetupdev: unreferenced object 0xffff88810b406400 size 512: comm "python3", pid 1682, jiffies 4295346908 age 24.090s...

6AI score
SaveExploits0References6
CVE
CVE
added 2024/10/21 8:05 p.m.167 views

CVE-2022-48975

CVE-2022-48975 concerns a memory leak in Linux kernel GPIO handling. The backtrace shows the leak occurs during gpiochip_setup_dev() when registering GPIO devices, with resources allocated in device_private_init() not released on error paths. The fix moves the release logic to use put_device() to...

5.5CVSS5.2AI score0.00245EPSS
SaveExploits0References3Affected Software1
UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.32 views

CVE-2023-52830

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.7AI score
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2024/03/25 5:53 p.m.30 views

CVE-2021-47143

In the Linux kernel, the following vulnerability has been resolved: net/smc: remove device from smcddevlist after failed deviceadd If the deviceadd for a smcddev fails, there's no cleanup step that rolls back the earlier listadd. The device subsequently gets freed, and we end up with a corrupted...

5.5CVSS7.3AI score0.00225EPSS
SaveExploits0References4
NVD
NVD
added 2024/03/25 9:15 a.m.23 views

CVE-2021-47143

In the Linux kernel, the following vulnerability has been resolved: net/smc: remove device from smcddevlist after failed deviceadd If the deviceadd for a smcddev fails, there's no cleanup step that rolls back the earlier listadd. The device subsequently gets freed, and we end up with a corrupted...

5.5CVSS7.4AI score0.00225EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/03/25 9:07 a.m.45 views

CVE-2021-47143 net/smc: remove device from smcd_dev_list after failed device_add()

In the Linux kernel, the following vulnerability has been resolved: net/smc: remove device from smcddevlist after failed deviceadd If the deviceadd for a smcddev fails, there's no cleanup step that rolls back the earlier listadd. The device subsequently gets freed, and we end up with a corrupted...

7.6AI score0.00225EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/03/25 9:07 a.m.17 views

CVE-2021-47143 net/smc: remove device from smcd_dev_list after failed device_add()

In the Linux kernel, the following vulnerability has been resolved: net/smc: remove device from smcddevlist after failed deviceadd If the deviceadd for a smcddev fails, there's no cleanup step that rolls back the earlier listadd. The device subsequently gets freed, and we end up with a corrupted...

6.8AI score0.00225EPSS
SaveExploits0References3
CVE
CVE
added 2024/03/25 9:07 a.m.100 views

CVE-2021-47143

CVE-2021-47143 affects the Linux kernel net/smc subsystem. The root cause was missing cleanup when a smcd_dev device_add() failed, leaving the device in smcd_dev_list and later freeing it, causing a corrupted list. The fix adds error handling to remove the device from the list on device_add() fai...

5.5CVSS6.5AI score0.00225EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/03/25 9:07 a.m.42 views

CVE-2021-47143

In the Linux kernel, the following vulnerability has been resolved: net/smc: remove device from smcddevlist after failed deviceadd If the deviceadd for a smcddev fails, there's no cleanup step that rolls back the earlier listadd. The device subsequently gets freed, and we end up with a corrupted...

5.5CVSS5.7AI score0.00225EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2024/03/25 12:00 a.m.23 views

CVE-2021-47143

In the Linux kernel, the following vulnerability has been resolved: net/smc: remove device from smcddevlist after failed deviceadd If the deviceadd for a smcddev fails, there's no cleanup step that rolls back the earlier listadd. The device subsequently gets freed, and we end up with a corrupted...

5.5CVSS6.4AI score0.00225EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.6 views

kernel: driver core: fix resource leak in device_add()

A reference leak was found in the Linux kernel's driver core device registration logic. When kobjectadd fails partway through deviceadd, the error cleanup attempts to free resources but fails because kobjectadd has already cleared the device's parent pointer. This prevents cleanupgluedir from...

5.5CVSS7.2AI score0.00135EPSS
SaveExploits0References5
Microsoft CVE
Microsoft CVE
added 2022/03/31 7:00 a.m.8 views

A use-after-free flaw was found in the add_partition in block/partitions/core.c in the Linux kernel. A local attacker with user privileges could cause a denial of service on the system. The issue results from the lack of code cleanup when device_add call fails when adding a partition to the disk.

...

5.5CVSS7AI score0.00336EPSS
SaveExploits1
CNVD
CNVD
added 2022/03/25 12:00 a.m.89 views

Linux kernel denial of service vulnerability (CNVD-2022-79428)

Linux kernel is the kernel used by the Linux Foundation's open-source operating system Linux.KVM is one of the kernel-based virtual machines. A denial of service vulnerability exists in Linux kernel, which stems from a lack of code cleanup when the deviceadd call fails when adding a partition to...

5.5CVSS5.1AI score0.00336EPSS
SaveExploits1References1
Prion
Prion
added 2022/03/23 8:15 p.m.22 views

Design/Logic Flaw

A use-after-free flaw was found in the addpartition in block/partitions/core.c in the Linux kernel. A local attacker with user privileges could cause a denial of service on the system. The issue results from the lack of code cleanup when deviceadd call fails when adding a partition to the disk...

4.9CVSS5.4AI score0.00336EPSS
SaveExploits1References3Affected Software1
CNNVD
CNNVD
added 2022/03/23 12:00 a.m.7 views

Linux kernel 资源管理错误漏洞

Linux kernel is the kernel used by the Linux Foundation's open-source operating system Linux.KVM is one of the kernel-based virtual machines. A denial of service vulnerability exists in Linux kernel, which stems from a lack of code cleanup when the deviceadd call fails when adding a partition to...

5.5CVSS6.5AI score0.00336EPSS
SaveExploits1References5
Rows per page
Query Builder