Lucene search
K

1703 matches found

CNNVD
CNNVD
added 2025/09/17 12:0 a.m.1 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 Linux kernel that stems from not properly handling the debugfslookup return value, which could lead to a memory leak...

5.5CVSS6.3AI score0.00176EPSS
Exploits0References5
Tenable Nessus
Tenable Nessus
added 2025/09/17 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2022-50301

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - iommu/omap: Fix buffer overflow in debugfs There are two issues here: 1 The len variable needs to be checked before the very first write. Otherwise if...

7.8CVSS6.4AI score0.00172EPSS
Exploits0References2
SUSE CVE
SUSE CVE
added 2025/09/16 11:30 p.m.1 views

SUSE CVE-2023-53279

In the Linux kernel, the following vulnerability has been resolved: misc: vmwballoon: fix memory leak with using debugfslookup When calling debugfslookup the result must have dput called on it, otherwise the memory will leak over time. To make things simpler, just call debugfslookupandremove...

5.5CVSS6.5AI score0.00145EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2025/09/16 11:29 p.m.2 views

SUSE CVE-2023-53334

In the Linux kernel, the following vulnerability has been resolved: USB: chipidea: fix memory leak with using debugfslookup When calling debugfslookup the result must have dput called on it, otherwise the memory will leak over time. To make things simpler, just call debugfslookupandremove instead...

5.5CVSS6.5AI score0.00135EPSS
Exploits0References7
RedhatCVE
RedhatCVE
added 2025/09/16 5:30 p.m.2 views

CVE-2023-53334

In the Linux kernel, the following vulnerability has been resolved: USB: chipidea: fix memory leak with using debugfslookup When calling debugfslookup the result must have dput called on it, otherwise the memory will leak over time. To make things simpler, just call debugfslookupandremove instead...

5.5CVSS5.8AI score0.00135EPSS
Exploits0References4
OSV
OSV
added 2025/09/16 5:15 p.m.1 views

DEBIAN-CVE-2023-53334

In the Linux kernel, the following vulnerability has been resolved: USB: chipidea: fix memory leak with using debugfslookup When calling debugfslookup the result must have dput called on it, otherwise the memory will leak over time. To make things simpler, just call debugfslookupandremove instead...

5.5CVSS5.4AI score0.00135EPSS
Exploits0References1
OSV
OSV
added 2025/09/16 5:15 p.m.1 views

UBUNTU-CVE-2023-53334

In the Linux kernel, the following vulnerability has been resolved: USB: chipidea: fix memory leak with using debugfslookup When calling debugfslookup the result must have dput called on it, otherwise the memory will leak over time. To make things simpler, just call debugfslookupandremove instead...

5.5CVSS5.7AI score0.00135EPSS
Exploits0References7
Vulnrichment
Vulnrichment
added 2025/09/16 4:12 p.m.0 views

CVE-2023-53334 USB: chipidea: fix memory leak with using debugfs_lookup()

In the Linux kernel, the following vulnerability has been resolved: USB: chipidea: fix memory leak with using debugfslookup When calling debugfslookup the result must have dput called on it, otherwise the memory will leak over time. To make things simpler, just call debugfslookupandremove instead...

6.1AI score0.00135EPSS
Exploits0References4
CVE
CVE
added 2025/09/16 4:12 p.m.21 views

CVE-2023-53334

CVE-2023-53334 affects the Linux kernel USB: chipidea subsystem. The issue was a memory leak that occurred when using debugfs_lookup(); the returned object must be paired with dput(), otherwise memory leaks over time. The fix simplifies handling by using debugfs_lookup_and_remove(), which perform...

5.5CVSS6.2AI score0.00135EPSS
Exploits0References4Affected Software1
Cvelist
Cvelist
added 2025/09/16 4:12 p.m.6 views

CVE-2023-53334 USB: chipidea: fix memory leak with using debugfs_lookup()

In the Linux kernel, the following vulnerability has been resolved: USB: chipidea: fix memory leak with using debugfslookup When calling debugfslookup the result must have dput called on it, otherwise the memory will leak over time. To make things simpler, just call debugfslookupandremove instead...

0.00135EPSS
Exploits0References4
OSV
OSV
added 2025/09/16 4:12 p.m.1 views

CVE-2023-53334 USB: chipidea: fix memory leak with using debugfs_lookup()

In the Linux kernel, the following vulnerability has been resolved: USB: chipidea: fix memory leak with using debugfslookup When calling debugfslookup the result must have dput called on it, otherwise the memory will leak over time. To make things simpler, just call debugfslookupandremove instead...

5.5CVSS6.1AI score0.00135EPSS
Exploits0References7
OSV
OSV
added 2025/09/16 8:15 a.m.1 views

DEBIAN-CVE-2023-53279

In the Linux kernel, the following vulnerability has been resolved: misc: vmwballoon: fix memory leak with using debugfslookup When calling debugfslookup the result must have dput called on it, otherwise the memory will leak over time. To make things simpler, just call debugfslookupandremove...

5.5CVSS5.4AI score0.00145EPSS
Exploits0References1
NVD
NVD
added 2025/09/16 8:15 a.m.4 views

CVE-2023-53279

In the Linux kernel, the following vulnerability has been resolved: misc: vmwballoon: fix memory leak with using debugfslookup When calling debugfslookup the result must have dput called on it, otherwise the memory will leak over time. To make things simpler, just call debugfslookupandremove...

5.5CVSS0.00145EPSS
Exploits0References4
OSV
OSV
added 2025/09/16 8:15 a.m.0 views

UBUNTU-CVE-2023-53279

In the Linux kernel, the following vulnerability has been resolved: misc: vmwballoon: fix memory leak with using debugfslookup When calling debugfslookup the result must have dput called on it, otherwise the memory will leak over time. To make things simpler, just call debugfslookupandremove...

5.5CVSS5.7AI score0.00145EPSS
Exploits0References7
Vulnrichment
Vulnrichment
added 2025/09/16 8:11 a.m.1 views

CVE-2023-53279 misc: vmw_balloon: fix memory leak with using debugfs_lookup()

In the Linux kernel, the following vulnerability has been resolved: misc: vmwballoon: fix memory leak with using debugfslookup When calling debugfslookup the result must have dput called on it, otherwise the memory will leak over time. To make things simpler, just call debugfslookupandremove...

6.2AI score0.00145EPSS
Exploits0References4
CVE
CVE
added 2025/09/16 8:11 a.m.23 views

CVE-2023-53279

CVE-2023-53279 concerns a Linux kernel issue in the misc: vmw_balloon path where calling debugfs_lookup() left the result undereferenced (no dput), causing a memory leak over time. The published fixes replace the single-lookup path with debugfs_lookup_and_remove(), which performs the necessary cl...

5.5CVSS6.1AI score0.00145EPSS
Exploits0References4Affected Software1
Cvelist
Cvelist
added 2025/09/16 8:11 a.m.7 views

CVE-2023-53279 misc: vmw_balloon: fix memory leak with using debugfs_lookup()

In the Linux kernel, the following vulnerability has been resolved: misc: vmwballoon: fix memory leak with using debugfslookup When calling debugfslookup the result must have dput called on it, otherwise the memory will leak over time. To make things simpler, just call debugfslookupandremove...

0.00145EPSS
Exploits0References4
OSV
OSV
added 2025/09/16 8:11 a.m.2 views

CVE-2023-53279 misc: vmw_balloon: fix memory leak with using debugfs_lookup()

In the Linux kernel, the following vulnerability has been resolved: misc: vmwballoon: fix memory leak with using debugfslookup When calling debugfslookup the result must have dput called on it, otherwise the memory will leak over time. To make things simpler, just call debugfslookupandremove...

5.5CVSS6.2AI score0.00145EPSS
Exploits0References7
Debian CVE
Debian CVE
added 2025/09/16 8:11 a.m.3 views

CVE-2023-53279

In the Linux kernel, the following vulnerability has been resolved: misc: vmwballoon: fix memory leak with using debugfslookup When calling debugfslookup the result must have dput called on it, otherwise the memory will leak over time. To make things simpler, just call debugfslookupandremove...

5.5CVSS5.4AI score0.00145EPSS
Exploits0
Tenable Nessus
Tenable Nessus
added 2025/09/16 12:0 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2023-53173

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - tty: pcnuart: fix memory leak with using debugfslookup When calling debugfslookup the result must have dput called on it, otherwise the memory will leak over...

5.5CVSS5.7AI score0.00145EPSS
Exploits0References3
Rows per page
Query Builder