Lucene search
+L

290 matches found

Positive Technologies
Positive Technologies
added 2025/12/30 12:0 a.m.5 views

PT-2025-54143

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists in the btrfs zoned block group handling within the Linux kernel. Specifically, the exclude super stripes function fails to free allocated memory for the logical...

6.2AI score0.00174EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/12/25 12:4 p.m.16 views

CVE-2023-54016

A flaw was found in the Linux kernel's ath12k Wi-Fi driver. This memory leak vulnerability occurs because the driver allocates memory for receive and transmit descriptors during initialization but fails to free this memory during cleanup. A local attacker could exploit this by repeatedly triggeri...

5.5CVSS5.6AI score0.00166EPSS
SaveExploits0References4
NVD
NVD
added 2025/12/24 1:16 p.m.15 views

CVE-2022-50769

In the Linux kernel, the following vulnerability has been resolved: mmc: mxcmmc: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, the memory that allocated in mmcallochost will be leaked and it will lead a kernel crash because of deleting not added...

0.00247EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/12/24 1:5 p.m.44 views

CVE-2022-50769 mmc: mxcmmc: fix return value check of mmc_add_host()

In the Linux kernel, the following vulnerability has been resolved: mmc: mxcmmc: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, the memory that allocated in mmcallochost will be leaked and it will lead a kernel crash because of deleting not added...

0.00247EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2025/12/24 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2025-68744

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - bpf: Free special fields when update lru,percpuhash maps As lru,percpuhash maps support BPFKPTRREF,PERCPU, missing calls to 'bpfobjfreefields' in 'pcpucopyvalue...

5.9AI score0.00166EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/12/24 12:0 a.m.9 views

PT-2025-53224

In the Linux kernel, the following vulnerability has been resolved: media: platform: mtk-mdp3: Add missing check and free for ida alloc Add the check for the return value of the ida alloc in order to avoid NULL pointer dereference. Moreover, free allocated "ctx-id" if mdp m2m open fails later in...

6.4AI score0.00178EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/12/08 3:31 a.m.8 views

EUVD-2022-55686

In the Linux kernel, the following vulnerability has been resolved: media: dvb-usb: fix memory leak in dvbusbadapterinit Syzbot reports a memory leak in "dvbusbadapterinit". The leak is due to not accounting for and freeing current iteration's adapter-priv in case of an error. Currently if an err...

6.1AI score0.00227EPSS
SaveExploits0References10
NVD
NVD
added 2025/12/08 2:15 a.m.12 views

CVE-2023-53745

In the Linux kernel, the following vulnerability has been resolved: um: vector: Fix memory leak in vectorconfig If the return value of the umlparsevectorifspec function is NULL, we should call kfreeparams to prevent memory leak...

0.002EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/10/25 12:1 a.m.7 views

SUSE CVE-2023-53696

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix memory leak in qla2x00probeone There is a memory leak reported by kmemleak: unreferenced object 0xffffc900003f0000 size 12288: comm "modprobe", pid 19117, jiffies 4299751452 age 42490.264s hex dump first 32...

5.5CVSS6.3AI score0.00199EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/10/22 1:23 p.m.11 views

CVE-2022-50578 class: fix possible memory leak in __class_register()

In the Linux kernel, the following vulnerability has been resolved: class: fix possible memory leak in classregister If classaddgroups returns error, the 'cp-subsys' need be unregister, and the 'cp' need be freed. We can not call ksetunregister here, because the 'cls' will be freed in callback...

0.00226EPSS
SaveExploits0References8
CVE
CVE
added 2025/10/07 3:21 p.m.31 views

CVE-2022-50537

CVE-2022-50537 affects the Linux kernel through a memory-leak in the Raspberry Pi firmware path. The flaw occurs in rpi_firmware_probe(): when mbox_request_channel() fails, the allocated fw was not freed, leading to a leak. The fix, as described in the vulnerability notes, frees the fw via kfree(...

5.5CVSS6.1AI score0.00146EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2025/10/07 3:19 p.m.7 views

EUVD-2025-32803

In the Linux kernel, the following vulnerability has been resolved: soc: aspeed: socinfo: Add kfree for kstrdup Add kfree in the later error handling in order to avoid memory leak...

6AI score0.00186EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/07 12:30 a.m.9 views

EUVD-2021-22777

Malware in sbrugna...

7.5CVSS7.6AI score0.00961EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.5 views

EUVD-2005-0490

Malware in sbrugna...

4.9CVSS6.1AI score0.00383EPSS
SaveExploits0References14
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2020-12655

Malware in sbrugna...

7.5CVSS7.6AI score0.00745EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.9 views

EUVD-2002-0839

Malware in sbrugna...

7.5CVSS6.2AI score0.02829EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/10/05 2:55 a.m.5 views

SUSE CVE-2023-53611

In the Linux kernel, the following vulnerability has been resolved: ipmisi: fix a memleak in trysmiinit Kmemleak reported the following leak info in trysmiinit: unreferenced object 0xffff00018ecf9400 size 1024: comm "modprobe", pid 2707763, jiffies 4300851415 age 773.308s backtrace:...

5.5CVSS6.5AI score0.00136EPSS
SaveExploits0References20
NVD
NVD
added 2025/10/04 4:15 p.m.8 views

CVE-2023-53611

In the Linux kernel, the following vulnerability has been resolved: ipmisi: fix a memleak in trysmiinit Kmemleak reported the following leak info in trysmiinit: unreferenced object 0xffff00018ecf9400 size 1024: comm "modprobe", pid 2707763, jiffies 4300851415 age 773.308s backtrace:...

5.5CVSS0.00136EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/10/04 3:44 p.m.15 views

CVE-2023-53611 ipmi_si: fix a memleak in try_smi_init()

In the Linux kernel, the following vulnerability has been resolved: ipmisi: fix a memleak in trysmiinit Kmemleak reported the following leak info in trysmiinit: unreferenced object 0xffff00018ecf9400 size 1024: comm "modprobe", pid 2707763, jiffies 4300851415 age 773.308s backtrace:...

0.00136EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/10/03 8:7 p.m.8 views

EUVD-2025-14837

Malicious code in bioql PyPI...

8.7CVSS6.6AI score0.00932EPSS
SaveExploits0References3
Rows per page
Query Builder