Lucene search
+L

6462 matches found

NVD
NVD
added 2025/10/07 4:15 p.m.34 views

CVE-2022-50523

In the Linux kernel, the following vulnerability has been resolved: clk: rockchip: Fix memory leak in rockchipclkregisterpll If clkregister fails, @pll-ratetable may have allocated memory by kmemdup, so it needs to be freed, otherwise will cause memory leak issue, this patch fixes it...

5.5CVSS0.0015EPSS
SaveExploits0References9
OSV
OSV
added 2025/10/07 4:15 p.m.10 views

UBUNTU-CVE-2022-50547

In the Linux kernel, the following vulnerability has been resolved: media: solo6x10: fix possible memory leak in solosysfsinit If deviceregister returns error in solosysfsinit, the name allocated by devsetname need be freed. As comment of deviceregister says, it should use putdevice to give up th...

5.5CVSS5.8AI score0.0019EPSS
SaveExploits0References12
OSV
OSV
added 2025/10/07 4:15 p.m.9 views

UBUNTU-CVE-2022-50538

In the Linux kernel, the following vulnerability has been resolved: vme: Fix error not catched in fakeinit In fakeinit, rootdeviceregister is possible to fail but it's ignored, which can cause unregistering vmeroot fail when exit. general protection fault, probably for non-canonical address...

5.5CVSS5.9AI score0.00149EPSS
SaveExploits0References12
OSV
OSV
added 2025/10/07 4:15 p.m.10 views

UBUNTU-CVE-2022-50529

In the Linux kernel, the following vulnerability has been resolved: testfirmware: fix memory leak in testfirmwareinit When miscregister failed in testfirmwareinit, the memory pointed by testfwconfig-name is not released. The memory leak information is as follows: unreferenced object...

5.5CVSS5.9AI score0.00147EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2025/10/07 3:21 p.m.17 views

CVE-2023-53674 clk: Fix memory leak in devm_clk_notifier_register()

In the Linux kernel, the following vulnerability has been resolved: clk: Fix memory leak in devmclknotifierregister devmclknotifierregister allocates a devres resource for clk notifier but didn't register that to the device, so the notifier didn't get unregistered on device detach and the allocat...

7.8CVSS0.00142EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/10/07 3:21 p.m.10 views

CVE-2023-53674

In the Linux kernel, the following vulnerability has been resolved: clk: Fix memory leak in devmclknotifierregister devmclknotifierregister allocates a devres resource for clk notifier but didn't register that to the device, so the notifier didn't get unregistered on device detach and the allocat...

7.8CVSS5.3AI score0.00142EPSS
SaveExploits0
EUVD
EUVD
added 2025/10/07 3:21 p.m.9 views

EUVD-2025-32810

In the Linux kernel, the following vulnerability has been resolved: media: solo6x10: fix possible memory leak in solosysfsinit If deviceregister returns error in solosysfsinit, the name allocated by devsetname need be freed. As comment of deviceregister says, it should use putdevice to give up th...

6AI score0.0019EPSS
SaveExploits0References10
CVE
CVE
added 2025/10/07 3:21 p.m.35 views

CVE-2022-50538

CVE-2022-50538 pertains to the Linux kernel VME subsystem. In fake_init(), __root_device_register() may fail and the error is not handled, which can cause unregistering vme_root during exit to fail, potentially yielding a general protection fault and a null-ptr-deref (non-canonical address 0xdfff...

5.5CVSS6.1AI score0.00149EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2025/10/07 3:21 p.m.13 views

CVE-2022-50538 vme: Fix error not catched in fake_init()

In the Linux kernel, the following vulnerability has been resolved: vme: Fix error not catched in fakeinit In fakeinit, rootdeviceregister is possible to fail but it's ignored, which can cause unregistering vmeroot fail when exit. general protection fault, probably for non-canonical address...

6.5AI score
SaveExploits0References12
Cvelist
Cvelist
added 2025/10/07 3:21 p.m.16 views

CVE-2022-50538 vme: Fix error not catched in fake_init()

In the Linux kernel, the following vulnerability has been resolved: vme: Fix error not catched in fakeinit In fakeinit, rootdeviceregister is possible to fail but it's ignored, which can cause unregistering vmeroot fail when exit. general protection fault, probably for non-canonical address...

0.00149EPSS
SaveExploits0References9
CVE
CVE
added 2025/10/07 3:19 p.m.34 views

CVE-2022-50529

CVE-2022-50529 refers to a Linux kernel memory-leak in the test_firmware path. When misc_register() failed in test_firmware_init(), the memory pointed by test_fw_config->name was not released. The leak evidence shows an unreferenced object and a backtrace ending at test_firmware initialization...

5.5CVSS6AI score0.00147EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2025/10/07 3:19 p.m.18 views

CVE-2022-50529 test_firmware: fix memory leak in test_firmware_init()

In the Linux kernel, the following vulnerability has been resolved: testfirmware: fix memory leak in testfirmwareinit When miscregister failed in testfirmwareinit, the memory pointed by testfwconfig-name is not released. The memory leak information is as follows: unreferenced object...

0.00147EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/10/07 3:19 p.m.11 views

EUVD-2025-32834

In the Linux kernel, the following vulnerability has been resolved: testfirmware: fix memory leak in testfirmwareinit When miscregister failed in testfirmwareinit, the memory pointed by testfwconfig-name is not released. The memory leak information is as follows: unreferenced object...

5.8AI score0.00147EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/10/07 3:19 p.m.55 views

CVE-2022-50523

In the Linux kernel, the following vulnerability has been resolved: clk: rockchip: Fix memory leak in rockchipclkregisterpll If clkregister fails, @pll-ratetable may have allocated memory by kmemdup, so it needs to be freed, otherwise will cause memory leak issue, this patch fixes it...

5.5CVSS5.3AI score0.0015EPSS
SaveExploits0
EUVD
EUVD
added 2025/10/07 3:19 p.m.38 views

EUVD-2025-32828

In the Linux kernel, the following vulnerability has been resolved: clk: rockchip: Fix memory leak in rockchipclkregisterpll If clkregister fails, @pll-ratetable may have allocated memory by kmemdup, so it needs to be freed, otherwise will cause memory leak issue, this patch fixes it...

6AI score0.0015EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2025/10/07 3:19 p.m.29 views

CVE-2022-50523 clk: rockchip: Fix memory leak in rockchip_clk_register_pll()

In the Linux kernel, the following vulnerability has been resolved: clk: rockchip: Fix memory leak in rockchipclkregisterpll If clkregister fails, @pll-ratetable may have allocated memory by kmemdup, so it needs to be freed, otherwise will cause memory leak issue, this patch fixes it...

0.0015EPSS
SaveExploits0References9
CVE
CVE
added 2025/10/07 3:19 p.m.34 views

CVE-2022-50510

CVE-2022-50510 affects the Linux kernel’s perf/smmuv3 component. The issue is a hotplug callback leak in arm_smmu_pmu_init(): when platform_driver_register() fails, the callback added by cpuhp_setup_state_multi() is not removed, potentially leaking a hotplug callback. The fix removes the callback...

5.5CVSS6.1AI score0.00147EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2025/10/07 12:30 a.m.10 views

EUVD-2010-4648

Malware in sbrugna...

7.8CVSS6.4AI score0.03179EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/07 12:30 a.m.10 views

EUVD-2006-4205

Malware in sbrugna...

5.1CVSS6.4AI score0.02842EPSS
SaveExploits1References7
EUVD
EUVD
added 2025/10/07 12:30 a.m.6 views

EUVD-2006-1570

Malware in sbrugna...

5.1CVSS6.4AI score0.01885EPSS
SaveExploits2References10
Rows per page
Query Builder