Lucene search
+L

438 matches found

OSV
OSV
added 2025/10/22 2:15 p.m.3 views

DEBIAN-CVE-2022-50578

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

5.3AI score0.00226EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/22 2:15 p.m.4 views

DEBIAN-CVE-2022-50557

In the Linux kernel, the following vulnerability has been resolved: pinctrl: thunderbay: fix possible memory leak in thunderbaybuildfunctions The thunderbayaddfunctions will free memory of thunderbayfuncs when everything is ok, but thunderbayfuncs will not be freed when thunderbayaddfunctions...

5.2AI score0.00197EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2025/10/08 11:39 p.m.7 views

SUSE CVE-2022-50537

In the Linux kernel, the following vulnerability has been resolved: firmware: raspberrypi: fix possible memory leak in rpifirmwareprobe In rpifirmwareprobe, if mboxrequestchannel fails, the 'fw' will not be freed through rpifirmwaredelete, fix this leak by calling kfree in the error path...

5.5CVSS6.5AI score0.00146EPSS
SaveExploits0References8
NVD
NVD
added 2025/10/07 4:15 p.m.9 views

CVE-2023-53617

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

5.5CVSS0.00186EPSS
SaveExploits0References4
NVD
NVD
added 2025/10/07 4:15 p.m.11 views

CVE-2022-50513

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix a potential memory leak in rtwinitcmdpriv In rtwinitcmdpriv, if pcmdpriv-rspallocatedbuf is allocated in failure, then pcmdpriv-cmdallocatedbuf will be not properly released. Besides, considering there are...

5.5CVSS0.00147EPSS
SaveExploits0References6
OSV
OSV
added 2025/10/07 4:15 p.m.9 views

UBUNTU-CVE-2023-53617

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

5.5CVSS5.7AI score0.00186EPSS
SaveExploits0References7
OSV
OSV
added 2025/10/07 4:15 p.m.8 views

UBUNTU-CVE-2022-50513

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix a potential memory leak in rtwinitcmdpriv In rtwinitcmdpriv, if pcmdpriv-rspallocatedbuf is allocated in failure, then pcmdpriv-cmdallocatedbuf will be not properly released. Besides, considering there are...

5.5CVSS6AI score0.00147EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/10/07 3:19 p.m.24 views

CVE-2023-53617 soc: aspeed: socinfo: Add kfree for kstrdup

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

0.00186EPSS
SaveExploits0References4
CVE
CVE
added 2025/10/07 3:19 p.m.26 views

CVE-2023-53617

CVE-2023-53617 affects the Linux kernel in the Aspeed SoC information path. The issue arises in the error handling path of soc:aspeed:socinfo, where memory allocated for kstrdup could leak. The fix adds a kfree() in the error handling to prevent memory leaks. Connected advisories reference kernel...

5.5CVSS6.1AI score0.00186EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2025/10/07 3:19 p.m.12 views

CVE-2023-53617

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

5.5CVSS5.3AI score0.00186EPSS
SaveExploits0
OSV
OSV
added 2025/10/07 3:19 p.m.4 views

CVE-2023-53617 soc: aspeed: socinfo: Add kfree for kstrdup

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

6.5AI score
SaveExploits0References7
EUVD
EUVD
added 2025/10/07 12:30 a.m.10 views

EUVD-2020-3247

Malware in sbrugna...

7.8CVSS7.6AI score0.00136EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.1 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-987055)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-987055 advisory. In the Linux kernel, the following vulnerability has been resolved: thermal: int340x: fix memory leak in int3400notify It is easy to hit the below memory leaks in my...

5.5CVSS6.1AI score0.0021EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/10/07 12:0 a.m.9 views

PT-2025-41061

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contained a memory leak in the soc: aspeed: socinfo component. The issue was addressed by adding a kfree function in error handling to release allocated memory...

7.8CVSS6.2AI score0.08942EPSS
SaveExploits4References987
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.3 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-986714)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986714 advisory. In the Linux kernel, the following vulnerability has been resolved: bpf, s390: Fix potential memory leak about jitdata Make sure to free jitdata through kfree in the...

5.5CVSS6.2AI score0.00222EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/10/07 12:0 a.m.6 views

PT-2025-41042

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists in the rpi firmware probe function when mbox request channel fails. Specifically, the firmware is not freed through rpi firmware delete, leading to a memory leak. Th...

6.3AI score0.00146EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/10/03 8:7 p.m.6 views

EUVD-2024-53194

Malicious code in bioql PyPI...

5.5CVSS7.3AI score0.00218EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/10/03 8:7 p.m.6 views

EUVD-2022-51121

Malicious code in bioql PyPI...

7.8CVSS7.1AI score0.00264EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.6 views

EUVD-2025-12971

Malicious code in bioql PyPI...

5.6AI score0.00189EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.9 views

EUVD-2025-13144

Malicious code in bioql PyPI...

6.9AI score0.00174EPSS
SaveExploits0References4
Rows per page
Query Builder