Lucene search
+L

1908 matches found

Cvelist
Cvelist
added 2025/09/15 2:06 p.m.13 views

CVE-2023-53197 USB: uhci: fix memory leak with using debugfs_lookup()

In the Linux kernel, the following vulnerability has been resolved: USB: uhci: 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 whi...

0.00162EPSS
SaveExploits0References4
OSV
OSV
added 2025/09/15 2:06 p.m.5 views

CVE-2023-53197 USB: uhci: fix memory leak with using debugfs_lookup()

In the Linux kernel, the following vulnerability has been resolved: USB: uhci: 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 whi...

6.2AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/09/15 2:04 p.m.30 views

CVE-2023-53173

In the Linux kernel, the following vulnerability has been resolved: 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 time. To make things simpler, just call debugfslookupandremove instead...

5.5CVSS5.4AI score0.00155EPSS
SaveExploits0
OSV
OSV
added 2025/09/15 2:04 p.m.12 views

CVE-2023-53173 tty: pcn_uart: fix memory leak with using debugfs_lookup()

In the Linux kernel, the following vulnerability has been resolved: 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 time. To make things simpler, just call debugfslookupandremove instead...

7.4AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/09/15 2:04 p.m.20 views

CVE-2023-53173 tty: pcn_uart: fix memory leak with using debugfs_lookup()

In the Linux kernel, the following vulnerability has been resolved: 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 time. To make things simpler, just call debugfslookupandremove instead...

0.00155EPSS
SaveExploits0References4
CVE
CVE
added 2025/09/15 2:04 p.m.52 views

CVE-2023-53173

In CVE-2023-53173, the Linux kernel tty pcn_uart driver had a memory leak when using debugfs_lookup() because the returned object wasn’t always released with dput(). The recommended fix is to call debugfs_lookup_and_remove() to perform the lookup and cleanup in one step, mitigating the leak.

5.5CVSS6.2AI score0.00155EPSS
SaveExploits0References4Affected Software1
CNNVD
CNNVD
added 2025/09/15 12:00 a.m.11 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.5CVSS7.9AI score0.00155EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2025/09/15 12:00 a.m.6 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 freeing debugfslookup memory, which could lead to a memory leak...

5.5CVSS6.3AI score0.00162EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/09/15 12:00 a.m.6 views

PT-2025-37603

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains a buffer overflow vulnerability in the iommu/omap module, specifically within the omap2 iommu dump ctx function. The issue arises from insufficient checks on...

6.9AI score0.00185EPSS
SaveExploits0References11
Microsoft CVE
Microsoft CVE
added 2025/09/07 1:09 a.m.15 views

drm/amdgpu: check if hubbub is NULL in debugfs/amdgpu_dm_capabilities

...

5.5CVSS7AI score0.00143EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/09/06 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-39706

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/amdkfd: Destroy KFD debugfs after destroy KFD wq Since KFD proc content was moved to kernel debugfs, we can't destroy KFD debugfs before kfdprocessdestroyw...

5.5CVSS6.2AI score0.00145EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/09/06 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2025-39707

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/amdgpu: check if hubbub is NULL in debugfs/amdgpudmcapabilities HUBBUB structure is not initialized on DCE hardware, so check if it is NULL to avoid null...

5.5CVSS5.9AI score0.00143EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/09/05 11:22 p.m.15 views

SUSE CVE-2025-39706

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Destroy KFD debugfs after destroy KFD wq Since KFD proc content was moved to kernel debugfs, we can't destroy KFD debugfs before kfdprocessdestroywq. Move kfdprocessdestroywq prior to kfddebugfsfini to fix a kernel NU...

4.4CVSS6.4AI score0.00145EPSS
SaveExploits0References22
SUSE CVE
SUSE CVE
added 2025/09/05 11:22 p.m.4 views

SUSE CVE-2025-39707

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: check if hubbub is NULL in debugfs/amdgpudmcapabilities HUBBUB structure is not initialized on DCE hardware, so check if it is NULL to avoid null dereference while accessing amdgpudmcapabilities file in debugfs...

4.4CVSS6.5AI score0.00143EPSS
SaveExploits0References12
OSV
OSV
added 2025/09/05 6:15 p.m.12 views

AZL-73725 CVE-2025-39706 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Destroy KFD debugfs after destroy KFD wq Since KFD proc content was moved to kernel debugfs, we can't destroy KFD debugfs before kfdprocessdestroywq. Move kfdprocessdestroywq prior to kfddebugfsfini to fix a kernel NU...

5.5CVSS5.6AI score0.00145EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/05 6:15 p.m.14 views

AZL-66989 CVE-2025-39706 affecting package kernel for versions less than 6.6.104.2-1

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Destroy KFD debugfs after destroy KFD wq Since KFD proc content was moved to kernel debugfs, we can't destroy KFD debugfs before kfdprocessdestroywq. Move kfdprocessdestroywq prior to kfddebugfsfini to fix a kernel NU...

5.5CVSS5.6AI score0.00145EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/05 6:15 p.m.15 views

CVE-2025-39706

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Destroy KFD debugfs after destroy KFD wq Since KFD proc content was moved to kernel debugfs, we can't destroy KFD debugfs before kfdprocessdestroywq. Move kfdprocessdestroywq prior to kfddebugfsfini to fix a kernel NU...

5.5CVSS0.00145EPSS
SaveExploits0References7
NVD
NVD
added 2025/09/05 6:15 p.m.5 views

CVE-2025-39707

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: check if hubbub is NULL in debugfs/amdgpudmcapabilities HUBBUB structure is not initialized on DCE hardware, so check if it is NULL to avoid null dereference while accessing amdgpudmcapabilities file in debugfs...

5.5CVSS0.00143EPSS
SaveExploits0References3
OSV
OSV
added 2025/09/05 6:15 p.m.9 views

DEBIAN-CVE-2025-39706

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Destroy KFD debugfs after destroy KFD wq Since KFD proc content was moved to kernel debugfs, we can't destroy KFD debugfs before kfdprocessdestroywq. Move kfdprocessdestroywq prior to kfddebugfsfini to fix a kernel NU...

5.5CVSS5.3AI score0.00145EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/05 6:15 p.m.8 views

AZL-66992 CVE-2025-39707 affecting package kernel 6.6.126.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: check if hubbub is NULL in debugfs/amdgpudmcapabilities HUBBUB structure is not initialized on DCE hardware, so check if it is NULL to avoid null dereference while accessing amdgpudmcapabilities file in debugfs...

5.5CVSS5.6AI score0.00143EPSS
SaveExploits0References1
Rows per page
Query Builder