Lucene search
+L

2942 matches found

OSV
OSV
added 2025/10/07 3:21 p.m.4 views

CVE-2023-53687 tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() when iterating clk

In the Linux kernel, the following vulnerability has been resolved: tty: serial: samsungtty: Fix a memory leak in s3c24xxserialgetclk when iterating clk When the best clk is searched, we iterate over all possible clk. If we find a better match, the previous one, if any, needs to be freed. If a...

5.5CVSS5.9AI score0.00136EPSS
SaveExploits0References11
Debian CVE
Debian CVE
added 2025/10/07 3:21 p.m.8 views

CVE-2023-53687

In the Linux kernel, the following vulnerability has been resolved: tty: serial: samsungtty: Fix a memory leak in s3c24xxserialgetclk when iterating clk When the best clk is searched, we iterate over all possible clk. If we find a better match, the previous one, if any, needs to be freed. If a...

5.5CVSS5.3AI score0.00136EPSS
SaveExploits0
CVE
CVE
added 2025/10/07 3:21 p.m.20 views

CVE-2023-53687

CVE-2023-53687 affects the Linux kernel’s serial Samsung TTY path (s3c24xx_serial_getclk) where a memory leak occurs while iterating best clock candidates; if a better match is found, the previous clock and the new candidate must be freed, or a leak may occur. Public docs confirm the issue and th...

5.5CVSS6AI score0.00136EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2025/10/07 3:21 p.m.11 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...

0.00135EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/10/07 3:21 p.m.6 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...

5.5CVSS5.3AI score0.00135EPSS
SaveExploits0
EUVD
EUVD
added 2025/10/07 3:21 p.m.7 views

EUVD-2025-32738

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

5.9AI score0.00135EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/10/07 3:19 p.m.14 views

CVE-2023-53636 clk: microchip: fix potential UAF in auxdev release callback

In the Linux kernel, the following vulnerability has been resolved: clk: microchip: fix potential UAF in auxdev release callback Similar to commit 1c11289b34ab "peci: cpu: Fix use-after-free in adevrelease", the auxiliary device is not torn down in the correct order. If auxiliarydeviceadd fails,...

0.00188EPSS
SaveExploits0References4
CVE
CVE
added 2025/10/07 3:19 p.m.23 views

CVE-2023-53636

CVE-2023-53636 : Linux kernel vulnerability in clk: microchip auxdev handling causes a use-after-free. If auxiliary_device_add() fails, the release callback can be invoked twice, leading to a UAF. The fix moves auxiliary_device_uninit() to the unregister callback to ensure proper teardown. Exploi...

7.8CVSS6.3AI score0.00188EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2025/10/07 3:19 p.m.7 views

CVE-2023-53636

In the Linux kernel, the following vulnerability has been resolved: clk: microchip: fix potential UAF in auxdev release callback Similar to commit 1c11289b34ab "peci: cpu: Fix use-after-free in adevrelease", the auxiliary device is not torn down in the correct order. If auxiliarydeviceadd fails,...

7.8CVSS6.3AI score0.00188EPSS
SaveExploits0
EUVD
EUVD
added 2025/10/07 3:19 p.m.7 views

EUVD-2025-32780

In the Linux kernel, the following vulnerability has been resolved: clk: microchip: fix potential UAF in auxdev release callback Similar to commit 1c11289b34ab "peci: cpu: Fix use-after-free in adevrelease", the auxiliary device is not torn down in the correct order. If auxiliarydeviceadd fails,...

6.2AI score0.00188EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/10/07 3:19 p.m.51 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
CVE
CVE
added 2025/10/07 3:19 p.m.24 views

CVE-2022-50523

The CVE-2022-50523 issue affects the Linux kernel, specifically the Rockchip clock driver (clk: rockchip). The vulnerability arises in rockchip_clk_register_pll() where, on clk_register() failure, pll->rate_table may have been allocated via kmemdup() and is not freed, causing a memory leak. Th...

5.5CVSS6.1AI score0.0015EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2025/10/07 3:19 p.m.14 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...

5.5CVSS6.5AI score0.0015EPSS
SaveExploits0References12
Cvelist
Cvelist
added 2025/10/07 3:19 p.m.26 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
SUSE CVE
SUSE CVE
added 2025/10/07 1:22 a.m.8 views

SUSE CVE-2022-50477

In the Linux kernel, the following vulnerability has been resolved: rtc: class: Fix potential memleak in devmrtcallocatedevice devmrtcallocatedevice will alloc a rtcdevice first, and then run devsetname. If devsetname failed, the rtcdevice will memleak. Move devmaddactionorreset in front of...

3.3CVSS6.3AI score0.00143EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/10/07 12:48 a.m.9 views

SUSE CVE-2023-53573

In the Linux kernel, the following vulnerability has been resolved: clk: rs9: Fix suspend/resume Disabling the cache in commit 2ff4ba9e3702 "clk: rs9: Fix I2C accessors" without removing cache synchronization in resume path results in a kernel panic as map-cacheops is unset, due to REGCACHENONE...

5.5CVSS6.4AI score0.00134EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/07 12:30 a.m.5 views

EUVD-2018-15909

Malware in sbrugna...

2.4CVSS7AI score0.0038EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/07 12:30 a.m.11 views

EUVD-2020-12659

Malware in sbrugna...

2.4CVSS4.2AI score0.00247EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.7 views

EUVD-2014-1343

Malware in sbrugna...

4.6CVSS6.1AI score0.00342EPSS
SaveExploits2References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.6 views

EUVD-2017-11366

Malware in sbrugna...

8CVSS8AI score0.00849EPSS
SaveExploits0References4
Rows per page
Query Builder