Lucene search
K

2032 matches found

RedhatCVE
RedhatCVE
added 2025/12/10 10:13 a.m.7 views

CVE-2022-50620

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to invalidate dcc-f2fsissuediscard in error path Syzbot reports a NULL pointer dereference issue as below: refcountadd include/linux/refcount.h:193 inline refcountinc include/linux/refcount.h:250 inline refcountinc...

5.8AI score0.00168EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2025/12/10 5:50 a.m.6 views

CVE-2022-50645

In the Linux kernel, the following vulnerability has been resolved: EDAC/i10nm: fix refcount leak in pcigetdevwrapper As the comment of pcigetdomainbusandslot says, it returns a PCI device with refcount incremented, so it doesn't need to call an extra pcidevget in pcigetdevwrapper, and the PCI...

5.5CVSS5.8AI score0.00173EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2025/12/10 2:32 a.m.3 views

CVE-2022-50670

In the Linux kernel, the following vulnerability has been resolved: mmc: omaphsmmc: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, it will lead two issues: 1. The memory that allocated in mmcallochost is leaked. 2. In the remove path,...

5.5CVSS5.4AI score0.00206EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2025/12/10 12:38 a.m.12 views

SUSE CVE-2022-50658

In the Linux kernel, the following vulnerability has been resolved: cpufreq: qcom: fix memory leak in error path If for some reason the speedbin length is incorrect, then there is a memory leak in the error path because we never free the speedbin buffer. This commit fixes the error path to always...

5.5CVSS6.5AI score0.00206EPSS
Exploits0References7
SUSE CVE
SUSE CVE
added 2025/12/10 12:38 a.m.2 views

SUSE CVE-2022-50669

In the Linux kernel, the following vulnerability has been resolved: misc: ocxl: fix possible name leak in ocxlfileregisterafu If deviceregister returns error in ocxlfileregisterafu, the name allocated by devsetname need be freed. As comment of deviceregister says, it should use putdevice to give ...

5.5CVSS6.5AI score0.00211EPSS
Exploits0References7
SUSE CVE
SUSE CVE
added 2025/12/10 12:35 a.m.2 views

SUSE CVE-2023-53818

In the Linux kernel, the following vulnerability has been resolved: ARM: zynq: Fix refcount leak in zynqearlyslcrinit offindcompatiblenode returns a node pointer with refcount incremented, we should use ofnodeput on error path. Add missing ofnodeput to avoid refcount leak...

5.5CVSS6.4AI score0.00165EPSS
Exploits0References7
SUSE CVE
SUSE CVE
added 2025/12/10 12:34 a.m.5 views

SUSE CVE-2023-53851

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: Drop aux devices together with DP controller Using devres to depopulate the aux bus made sure that upon a probe deferral the EDP panel device would be destroyed and recreated upon next attempt. But the struct device...

5.5CVSS6.5AI score0.00184EPSS
Exploits0References17
EUVD
EUVD
added 2025/12/09 6:30 p.m.3 views

EUVD-2022-55736

In the Linux kernel, the following vulnerability has been resolved: misc: ocxl: fix possible name leak in ocxlfileregisterafu If deviceregister returns error in ocxlfileregisterafu, the name allocated by devsetname need be freed. As comment of deviceregister says, it should use putdevice to give ...

6AI score0.00211EPSS
Exploits0References7
EUVD
EUVD
added 2025/12/09 6:30 p.m.5 views

EUVD-2022-55735

In the Linux kernel, the following vulnerability has been resolved: mmc: omaphsmmc: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, it will lead two issues: 1. The memory that allocated in mmcallochost is leaked. 2. In the remove path, mmcremovehos...

6AI score0.00206EPSS
Exploits0References7
EUVD
EUVD
added 2025/12/09 6:30 p.m.3 views

EUVD-2022-55745

In the Linux kernel, the following vulnerability has been resolved: wifi: ipw2200: fix memory leak in ipwwdevinit In the error path of ipwwdevinit, exception value is returned, and the memory applied for in the function is not released. Also the memory is not released in ipwpciprobe. As a result,...

5.9AI score0.00211EPSS
Exploits0References9
EUVD
EUVD
added 2025/12/09 6:30 p.m.6 views

EUVD-2022-55747

In the Linux kernel, the following vulnerability has been resolved: cpufreq: qcom: fix memory leak in error path If for some reason the speedbin length is incorrect, then there is a memory leak in the error path because we never free the speedbin buffer. This commit fixes the error path to always...

6AI score0.00206EPSS
Exploits0References5
NVD
NVD
added 2025/12/09 4:17 p.m.3 views

CVE-2023-53851

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: Drop aux devices together with DP controller Using devres to depopulate the aux bus made sure that upon a probe deferral the EDP panel device would be destroyed and recreated upon next attempt. But the struct device...

0.00184EPSS
Exploits0References3
NVD
NVD
added 2025/12/09 4:17 p.m.4 views

CVE-2022-50670

In the Linux kernel, the following vulnerability has been resolved: mmc: omaphsmmc: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, it will lead two issues: 1. The memory that allocated in mmcallochost is leaked. 2. In the remove path, mmcremovehos...

0.00206EPSS
Exploits0References6
NVD
NVD
added 2025/12/09 4:17 p.m.4 views

CVE-2022-50663

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix possible memory leak in stmmacdvrprobe The bitmapfree should be called to free priv-afxdpzcqps when createsinglethreadworkqueue fails, otherwise there will be a memory leak, so we add the err path errorwqinit to...

0.002EPSS
Exploits0References4
OSV
OSV
added 2025/12/09 4:17 p.m.2 views

DEBIAN-CVE-2022-50663

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix possible memory leak in stmmacdvrprobe The bitmapfree should be called to free priv-afxdpzcqps when createsinglethreadworkqueue fails, otherwise there will be a memory leak, so we add the err path errorwqinit to...

5.2AI score0.002EPSS
Exploits0References1
NVD
NVD
added 2025/12/09 4:17 p.m.10 views

CVE-2022-50658

In the Linux kernel, the following vulnerability has been resolved: cpufreq: qcom: fix memory leak in error path If for some reason the speedbin length is incorrect, then there is a memory leak in the error path because we never free the speedbin buffer. This commit fixes the error path to always...

0.00206EPSS
Exploits0References4
OSV
OSV
added 2025/12/09 4:17 p.m.4 views

DEBIAN-CVE-2022-50658

In the Linux kernel, the following vulnerability has been resolved: cpufreq: qcom: fix memory leak in error path If for some reason the speedbin length is incorrect, then there is a memory leak in the error path because we never free the speedbin buffer. This commit fixes the error path to always...

5.3AI score0.00206EPSS
Exploits0References1
OSV
OSV
added 2025/12/09 4:17 p.m.2 views

DEBIAN-CVE-2022-50660

In the Linux kernel, the following vulnerability has been resolved: wifi: ipw2200: fix memory leak in ipwwdevinit In the error path of ipwwdevinit, exception value is returned, and the memory applied for in the function is not released. Also the memory is not released in ipwpciprobe. As a result,...

5.3AI score0.00211EPSS
Exploits0References1
OSV
OSV
added 2025/12/09 4:17 p.m.1 views

UBUNTU-CVE-2023-53825

In the Linux kernel, the following vulnerability has been resolved: kcm: Fix error handling for SOCKDGRAM in kcmsendmsg. syzkaller found a memory leak in kcmsendmsg, and commit c821a88bd720 "kcm: Fix memory leak in error path of kcmsendmsg" suppressed it by updating kcmtxmsghead-lastskb if partia...

5.7AI score0.00216EPSS
Exploits0References11
OSV
OSV
added 2025/12/09 4:17 p.m.1 views

UBUNTU-CVE-2022-50658

In the Linux kernel, the following vulnerability has been resolved: cpufreq: qcom: fix memory leak in error path If for some reason the speedbin length is incorrect, then there is a memory leak in the error path because we never free the speedbin buffer. This commit fixes the error path to always...

5.9AI score0.00206EPSS
Exploits0References7
Rows per page
Query Builder