Lucene search
K

1703 matches found

CNNVD
CNNVD
added 2025/09/18 12:0 a.m.2 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 memory when using debugfslookup, which could lead to a memory leak...

5.5CVSS4.9AI score0.00135EPSS
Exploits0References6
CNNVD
CNNVD
added 2025/09/18 12:0 a.m.3 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.1AI score0.00136EPSS
Exploits0References5
CNNVD
CNNVD
added 2025/09/18 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.00135EPSS
Exploits0References5
CNNVD
CNNVD
added 2025/09/18 12:0 a.m.2 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.00135EPSS
Exploits0References5
CNNVD
CNNVD
added 2025/09/18 12:0 a.m.2 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.5CVSS5.8AI score0.00135EPSS
Exploits0References5
CNNVD
CNNVD
added 2025/09/18 12:0 a.m.0 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.1AI score0.00136EPSS
Exploits0References5
CNNVD
CNNVD
added 2025/09/18 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.5CVSS6AI score0.00136EPSS
Exploits0References5
Positive Technologies
Positive Technologies
added 2025/09/18 12:0 a.m.10 views

PT-2025-38398

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists in the USB subsystem related to the isp1362 driver when using the debugfs lookup function. Failing to call dput on the result of debugfs lookup leads to a memory lea...

8CVSS6.8AI score0.21314EPSS
Exploits4References866
Positive Technologies
Positive Technologies
added 2025/09/18 12:0 a.m.8 views

PT-2025-38395

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists in the USB isp116x driver when using the debugfs lookup function. Failing to call dput on the result of debugfs lookup leads to a memory leak over time. The issue is...

8CVSS6.8AI score0.21314EPSS
Exploits4References866
Positive Technologies
Positive Technologies
added 2025/09/18 12:0 a.m.4 views

PT-2025-38396

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists in the SCSI subsystem, specifically within the snic component, related to the use of the debugfs lookup function. Failing to call dput on the result of debugfs looku...

8CVSS6.8AI score0.21314EPSS
Exploits4References866
SUSE CVE
SUSE CVE
added 2025/09/17 11:27 p.m.1 views

SUSE CVE-2023-53355

In the Linux kernel, the following vulnerability has been resolved: staging: pi433: 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 instea...

5.5CVSS6.5AI score0.00174EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2025/09/17 11:27 p.m.2 views

SUSE CVE-2023-53359

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

5.5CVSS6.5AI score0.00176EPSS
Exploits0References7
RedhatCVE
RedhatCVE
added 2025/09/17 6:53 p.m.3 views

CVE-2023-53355

In the Linux kernel, the following vulnerability has been resolved: staging: pi433: 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 instea...

5.5CVSS5.8AI score0.00174EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2025/09/17 6:43 p.m.2 views

CVE-2023-53359

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

5.5CVSS5.8AI score0.00176EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2025/09/17 5:58 p.m.2 views

CVE-2023-53346

In the Linux kernel, the following vulnerability has been resolved: kernel/failfunction: 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.8AI score0.00185EPSS
Exploits0References4
OSV
OSV
added 2025/09/17 3:15 p.m.3 views

DEBIAN-CVE-2023-53355

In the Linux kernel, the following vulnerability has been resolved: staging: pi433: 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 instea...

5.5CVSS5.3AI score0.00174EPSS
Exploits0References1
OSV
OSV
added 2025/09/17 3:15 p.m.7 views

AZL-71909 CVE-2023-53355 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: staging: pi433: 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 instea...

5.5CVSS5.7AI score0.00174EPSS
Exploits0References1
OSV
OSV
added 2025/09/17 3:15 p.m.2 views

DEBIAN-CVE-2023-53346

In the Linux kernel, the following vulnerability has been resolved: kernel/failfunction: 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.00185EPSS
Exploits0References1
NVD
NVD
added 2025/09/17 3:15 p.m.3 views

CVE-2023-53346

In the Linux kernel, the following vulnerability has been resolved: kernel/failfunction: 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.00185EPSS
Exploits0References6
OSV
OSV
added 2025/09/17 3:15 p.m.1 views

UBUNTU-CVE-2023-53346

In the Linux kernel, the following vulnerability has been resolved: kernel/failfunction: 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.9AI score0.00185EPSS
Exploits0References9
Rows per page
Query Builder