Lucene search
+L

35 matches found

OSV
OSV
added 2025/10/07 4:15 p.m.9 views

UBUNTU-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.8AI score0.0015EPSS
SaveExploits0References12
OSV
OSV
added 2025/10/01 12:15 p.m.9 views

UBUNTU-CVE-2022-50449

In the Linux kernel, the following vulnerability has been resolved: clk: samsung: Fix memory leak in samsungclkregisterpll 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.8AI score0.00152EPSS
SaveExploits0References11
OSV
OSV
added 2025/08/19 5:03 p.m.7 views

CVE-2025-38583 clk: xilinx: vcu: unregister pll_post only if registered correctly

In the Linux kernel, the following vulnerability has been resolved: clk: xilinx: vcu: unregister pllpost only if registered correctly If registration of pllpost is failed, it will be set to NULL or ERR, unregistering same will fail with following call trace: Unable to handle kernel NULL pointer...

5.9AI score
SaveExploits0References11
Microsoft CVE
Microsoft CVE
added 2025/08/07 7:00 a.m.5 views

clk: bcm: rpi: Add NULL check in raspberrypi_clk_register()

...

7CVSS6.8AI score0.0015EPSS
SaveExploits0
OSV
OSV
added 2025/07/03 9:15 a.m.20 views

AZL-64616 CVE-2025-38160 affecting package kernel for versions less than 6.6.96.1-1

In the Linux kernel, the following vulnerability has been resolved: clk: bcm: rpi: Add NULL check in raspberrypiclkregister devmkasprintf returns NULL when memory allocation fails. Currently, raspberrypiclkregister does not check for this case, which results in a NULL pointer dereference. Add NUL...

5.5CVSS6.8AI score0.0015EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/03 9:15 a.m.10 views

UBUNTU-CVE-2025-38160

In the Linux kernel, the following vulnerability has been resolved: clk: bcm: rpi: Add NULL check in raspberrypiclkregister devmkasprintf returns NULL when memory allocation fails. Currently, raspberrypiclkregister does not check for this case, which results in a NULL pointer dereference. Add NUL...

5.5CVSS6.2AI score0.0015EPSS
SaveExploits0References42
CNNVD
CNNVD
added 2025/02/26 12:00 a.m.8 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 the visconti clock driver not properly handling the reset ID when registering the gated clock, which could...

7.8CVSS7.1AI score0.00244EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2025/01/01 12:00 a.m.12 views

PT-2026-20418

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.18.0+ 101 Description The Linux kernel contains an issue within the iwlwifi module related to PTP Precision Time Protocol clock registration for MVM Media and Wireless Multimedia and MLD Mac80211 with Linux...

5.4AI score0.00024EPSS
SaveExploits0References21
OSV
OSV
added 2024/05/22 7:15 a.m.6 views

UBUNTU-CVE-2021-47455

In the Linux kernel, the following vulnerability has been resolved: ptp: Fix possible memory leak in ptpclockregister I got memory leak as follows when doing fault injection test: unreferenced object 0xffff88800906c618 size 8: comm "i2c-idt82p33931", pid 4421, jiffies 4294948083 age 13.188s hex...

5.5CVSS6AI score0.00237EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/05/04 2:23 a.m.6 views

SUSE CVE-2024-27039

In the Linux kernel, the following vulnerability has been resolved: clk: hisilicon: hi3559a: Fix an erroneous devmkfree 'pclk' is an array allocated just before the for loop for all clk that need to be registered. It is incremented at each loop iteration. If a clkregister call fails, 'pclk' may...

5.5CVSS6.4AI score0.00265EPSS
SaveExploits0References10
OSV
OSV
added 2024/05/01 1:15 p.m.15 views

UBUNTU-CVE-2024-27039

In the Linux kernel, the following vulnerability has been resolved: clk: hisilicon: hi3559a: Fix an erroneous devmkfree 'pclk' is an array allocated just before the for loop for all clk that need to be registered. It is incremented at each loop iteration. If a clkregister call fails, 'pclk' may...

5.5CVSS6.2AI score0.00265EPSS
SaveExploits0References24
OSV
OSV
added 2024/03/02 10:15 p.m.2 views

DEBIAN-CVE-2023-52510

In the Linux kernel, the following vulnerability has been resolved: ieee802154: ca8210: Fix a potential UAF in ca8210probe If ofclkaddprovider fails in ca8210registerextclock, it calls clkunregister to release priv-clk and returns an error. However, the caller ca8210probe then calls ca8210remove,...

7.8CVSS5.7AI score0.00244EPSS
SaveExploits0References1
OSV
OSV
added 2024/03/02 10:15 p.m.8 views

UBUNTU-CVE-2023-52510

In the Linux kernel, the following vulnerability has been resolved: ieee802154: ca8210: Fix a potential UAF in ca8210probe If ofclkaddprovider fails in ca8210registerextclock, it calls clkunregister to release priv-clk and returns an error. However, the caller ca8210probe then calls ca8210remove,...

7.8CVSS6.2AI score0.00244EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2023/10/07 12:00 a.m.13 views

PT-2023-9542 · Linux +5 · Linux Kernel +5

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to a potential use-after-free UAF in the ca8210 probe function. If of clk add provider fails in ca8210 register ext clock, it calls clk unregister to release...

8.8CVSS6.9AI score0.09141EPSS
SaveExploits11References1236
RedHat Linux
RedHat Linux
added 2022/11/15 11:55 a.m.6 views

kernel: ptp: Fix possible memory leak in ptp_clock_register()

In the Linux kernel, the following vulnerability has been resolved: ptp: Fix possible memory leak in ptpclockregister I got memory leak as follows when doing fault injection test: unreferenced object 0xffff88800906c618 size 8: comm "i2c-idt82p33931", pid 4421, jiffies 4294948083 age 13.188s hex...

5.5CVSS6.2AI score0.00237EPSS
SaveExploits0References5
Rows per page
Query Builder