Lucene search
+L

6440 matches found

UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.10 views

CVE-2022-50772

In the Linux kernel, the following vulnerability has been resolved: netdevsim: fix memory leak in nsimbusdevnew If deviceregister failed in nsimbusdevnew, the value of reference in nsimbusdev-dev is 1. obj-name in nsimbusdev-dev will not be released. unreferenced object 0xffff88810352c480 size 16...

5.7AI score0.00228EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/24 1:16 p.m.8 views

UBUNTU-CVE-2022-50772

In the Linux kernel, the following vulnerability has been resolved: netdevsim: fix memory leak in nsimbusdevnew If deviceregister failed in nsimbusdevnew, the value of reference in nsimbusdev-dev is 1. obj-name in nsimbusdev-dev will not be released. unreferenced object 0xffff88810352c480 size 16...

5.7AI score0.00228EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/24 1:16 p.m.8 views

UBUNTU-CVE-2022-50734

In the Linux kernel, the following vulnerability has been resolved: nvmem: core: Fix memleak in nvmemregister devsetname will alloc memory for nvmem-dev.kobj.name in nvmemregister, when nvmemvalidatekeepouts failed, nvmem's memory will be freed and return, but nobody will free memory for...

5.7AI score0.00232EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/12/24 1:15 p.m.5 views

CVE-2022-50724

In the Linux kernel, the following vulnerability has been resolved: regulator: core: fix resource leak in regulatorregister I got some resource leak reports while doing fault injection test: OF: ERROR: memory leak, expected refcount 1 instead of 100, ofnodeget/ofnodeput unbalanced - destroy cset...

5.7AI score0.00259EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/12/24 1:15 p.m.5 views

CVE-2022-50713

In the Linux kernel, the following vulnerability has been resolved: clk: visconti: Fix memory leak in viscontiregisterpll @pll-ratetable has allocated memory by kmemdup, if clkhwregister fails, it should be freed, otherwise it will cause memory leak issue, this patch fixes it...

5.7AI score0.0023EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/24 1:06 p.m.21 views

CVE-2022-50772

CVE-2022-50772 affects the Linux kernel in the netdevsim component, specifically the nsim_bus_dev_new() path. The vulnerability occurs when device_register() fails during nsim_bus_dev_new(); the reference in nsim_bus_dev->dev remains at 1 and the associated object name may not be released, cau...

6.1AI score0.00228EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/12/24 1:06 p.m.35 views

CVE-2022-50772 netdevsim: fix memory leak in nsim_bus_dev_new()

In the Linux kernel, the following vulnerability has been resolved: netdevsim: fix memory leak in nsimbusdevnew If deviceregister failed in nsimbusdevnew, the value of reference in nsimbusdev-dev is 1. obj-name in nsimbusdev-dev will not be released. unreferenced object 0xffff88810352c480 size 16...

0.00228EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/24 1:06 p.m.7 views

CVE-2022-50772 netdevsim: fix memory leak in nsim_bus_dev_new()

In the Linux kernel, the following vulnerability has been resolved: netdevsim: fix memory leak in nsimbusdevnew If deviceregister failed in nsimbusdevnew, the value of reference in nsimbusdev-dev is 1. obj-name in nsimbusdev-dev will not be released. unreferenced object 0xffff88810352c480 size 16...

6.4AI score
SaveExploits0References5
OSV
OSV
added 2025/12/24 1:05 p.m.9 views

CVE-2022-50743 erofs: Fix pcluster memleak when its block address is zero

In the Linux kernel, the following vulnerability has been resolved: erofs: Fix pcluster memleak when its block address is zero syzkaller reported a memleak: https://syzkaller.appspot.com/bug?id=62f37ff612f0021641eda5b17f056f1668aa9aed unreferenced object 0xffff88811009c7f8 size 136: ... backtrace...

6.3AI score
SaveExploits0References6
CVE
CVE
added 2025/12/24 12:22 p.m.21 views

CVE-2022-50734

In the Linux kernel, CVE-2022-50734 concerns a memleak in nvmem_register() within the nvmem core. dev_set_name allocates memory for nvmem->dev.kobj.name during nvmem_register; if nvmem_validate_keepouts() fails, the memory is freed for the nvmem structure but not for nvmem->dev.kobj.name, c...

6.1AI score0.00232EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/12/24 12:22 p.m.32 views

CVE-2022-50734 nvmem: core: Fix memleak in nvmem_register()

In the Linux kernel, the following vulnerability has been resolved: nvmem: core: Fix memleak in nvmemregister devsetname will alloc memory for nvmem-dev.kobj.name in nvmemregister, when nvmemvalidatekeepouts failed, nvmem's memory will be freed and return, but nobody will free memory for...

0.00232EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/12/24 12:22 p.m.37 views

CVE-2022-50724 regulator: core: fix resource leak in regulator_register()

In the Linux kernel, the following vulnerability has been resolved: regulator: core: fix resource leak in regulatorregister I got some resource leak reports while doing fault injection test: OF: ERROR: memory leak, expected refcount 1 instead of 100, ofnodeget/ofnodeput unbalanced - destroy cset...

0.00259EPSS
SaveExploits0References6
CVE
CVE
added 2025/12/24 12:22 p.m.32 views

CVE-2022-50724

CVE-2022-50724 is a Linux kernel vulnerability in the regulator subsystem caused by a resource leak in regulator_register() in the error path when a regulator’s supply has been resolved. The issue was observed after calling regulator_resolve_supply() which sets rdev->supply; if cleanup is take...

6.4AI score0.00259EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/24 12:22 p.m.12 views

CVE-2022-50724 regulator: core: fix resource leak in regulator_register()

In the Linux kernel, the following vulnerability has been resolved: regulator: core: fix resource leak in regulatorregister I got some resource leak reports while doing fault injection test: OF: ERROR: memory leak, expected refcount 1 instead of 100, ofnodeget/ofnodeput unbalanced - destroy cset...

6.7AI score
SaveExploits0References9
CVE
CVE
added 2025/12/24 12:22 p.m.24 views

CVE-2022-50713

CVE-2022-50713 affects the Linux kernel in the visconti clock driver. The vulnerability stems from a memory leak in visconti_register_pll(): @pll->rate_table is allocated via kmemdup(), and if clk_hw_register() fails, the allocated memory is not freed. The documented patch fixes this leak by e...

6.1AI score0.0023EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/24 12:22 p.m.12 views

CVE-2022-50713 clk: visconti: Fix memory leak in visconti_register_pll()

In the Linux kernel, the following vulnerability has been resolved: clk: visconti: Fix memory leak in viscontiregisterpll @pll-ratetable has allocated memory by kmemdup, if clkhwregister fails, it should be freed, otherwise it will cause memory leak issue, this patch fixes it...

6.4AI score
SaveExploits0References6
NVD
NVD
added 2025/12/24 11:15 a.m.13 views

CVE-2022-50702

In the Linux kernel, the following vulnerability has been resolved: vdpasim: fix possible memory leak in vdpasimnetinit and vdpasimblkinit Inject fault while probing module, if deviceregister fails in vdpasimnetinit or vdpasimblkinit, but the refcount of kobject is not decreased to 0, the name...

0.00196EPSS
SaveExploits0References4
NVD
NVD
added 2025/12/24 11:15 a.m.12 views

CVE-2022-50698

In the Linux kernel, the following vulnerability has been resolved: ASoC: da7219: Fix an error handling path in da7219registerdaiclks If clkhwregister fails, the corresponding clk should not be unregistered. To handle errors from loops, clean up partial iterations before doing the goto. So add a...

0.00196EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/24 11:15 a.m.9 views

UBUNTU-CVE-2022-50698

In the Linux kernel, the following vulnerability has been resolved: ASoC: da7219: Fix an error handling path in da7219registerdaiclks If clkhwregister fails, the corresponding clk should not be unregistered. To handle errors from loops, clean up partial iterations before doing the goto. So add a...

5.7AI score0.00196EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/24 11:15 a.m.12 views

UBUNTU-CVE-2022-50702

In the Linux kernel, the following vulnerability has been resolved: vdpasim: fix possible memory leak in vdpasimnetinit and vdpasimblkinit Inject fault while probing module, if deviceregister fails in vdpasimnetinit or vdpasimblkinit, but the refcount of kobject is not decreased to 0, the name...

5.7AI score0.00196EPSS
SaveExploits0References6
Rows per page
Query Builder