Lucene search
K

69 matches found

CVE
CVE
added 2025/06/18 11:3 a.m.66 views

CVE-2022-50189

CVE-2022-50189 relates to a Linux kernel turbostat issue where a FILE pointer leak occurs if fscanf fails, causing an open file pointer to be leaked on an early return. The fix closes the file before returning (turbostat.c:2039) to remediate the resource leak. Affected component: Linux kernel tur...

7.1CVSS6.5AI score0.00078EPSS
Exploits0References2Affected Software1
OSV
OSV
added 2025/06/18 11:3 a.m.5 views

CVE-2022-50189 tools/power turbostat: Fix file pointer leak

In the Linux kernel, the following vulnerability has been resolved: tools/power turbostat: Fix file pointer leak Currently if a fscanf fails then an early return leaks an open file pointer. Fix this by fclosing the file before the return. Detected using static analysis with cppcheck:...

7.1CVSS5.2AI score0.00078EPSS
Exploits0References5
Cvelist
Cvelist
added 2025/06/18 11:3 a.m.8 views

CVE-2022-50189 tools/power turbostat: Fix file pointer leak

In the Linux kernel, the following vulnerability has been resolved: tools/power turbostat: Fix file pointer leak Currently if a fscanf fails then an early return leaks an open file pointer. Fix this by fclosing the file before the return. Detected using static analysis with cppcheck:...

0.00078EPSS
Exploits0References2
CNNVD
CNNVD
added 2025/06/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 an unclosed file pointer that could lead to a resource leak...

7.1CVSS5.7AI score0.00078EPSS
Exploits0References3
NVD
NVD
added 2025/05/20 4:15 p.m.10 views

CVE-2025-37952

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix UAF in closefiletableids A use-after-free is possible if one thread destroys the file via ksmbdclosefd while another thread holds a reference to it. The existing checks on fp-refcount are not sufficient to prevent this...

7.8CVSS0.00067EPSS
Exploits0References4
CVE
CVE
added 2025/05/20 4:1 p.m.92 views

CVE-2025-37952

CVE-2025-37952 describes a use-after-free in ksmbd within the Linux kernel. A thread destroying a file via __ksmbd_close_fd can race with another thread holding a reference to the same file, because the existing fp->refcount checks do not prevent the issue. The fix adds ft->lock around the ...

7.8CVSS7AI score0.00067EPSS
Exploits0References4Affected Software1
Tenable Nessus
Tenable Nessus
added 2025/03/06 12:0 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2024-56549

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: cachefiles: Fix NULL pointer dereference in object-file At present, the object-file has the...

5.5CVSS5.8AI score0.00041EPSS
Exploits0References3
RedhatCVE
RedhatCVE
added 2025/01/20 12:22 p.m.6 views

CVE-2024-57927

In the Linux kernel, the following vulnerability has been resolved: nfs: Fix oops in nfsnetfsinitrequest when copying to cache When netfslib wants to copy some data that has just been read on behalf of nfs, it creates a new write request and calls nfsnetfsinitrequest to initialise it, but with a...

5.5CVSS6.8AI score0.00033EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2025/01/20 3:48 a.m.1 views

SUSE CVE-2024-57927

In the Linux kernel, the following vulnerability has been resolved: nfs: Fix oops in nfsnetfsinitrequest when copying to cache When netfslib wants to copy some data that has just been read on behalf of nfs, it creates a new write request and calls nfsnetfsinitrequest to initialise it, but with a...

7.5CVSS6.5AI score0.00033EPSS
Exploits0References3
OSV
OSV
added 2025/01/19 12:15 p.m.0 views

UBUNTU-CVE-2024-57927

In the Linux kernel, the following vulnerability has been resolved: nfs: Fix oops in nfsnetfsinitrequest when copying to cache When netfslib wants to copy some data that has just been read on behalf of nfs, it creates a new write request and calls nfsnetfsinitrequest to initialise it, but with a...

5.5CVSS6.5AI score0.00033EPSS
Exploits0References5
Vulnrichment
Vulnrichment
added 2025/01/19 11:52 a.m.0 views

CVE-2024-57927 nfs: Fix oops in nfs_netfs_init_request() when copying to cache

In the Linux kernel, the following vulnerability has been resolved: nfs: Fix oops in nfsnetfsinitrequest when copying to cache When netfslib wants to copy some data that has just been read on behalf of nfs, it creates a new write request and calls nfsnetfsinitrequest to initialise it, but with a...

6.3AI score0.00033EPSS
Exploits0References2
CVE
CVE
added 2025/01/19 11:52 a.m.42 views

CVE-2024-57927

CVE-2024-57927 relates to the Linux kernel’s NFS write-to-cache path. The root cause was that nfs_netfs_init_request() could be invoked with a NULL file pointer when netfslib copied freshly read data into a write request for the cache, causing an oops via nfs_file_open_context(). The fix prevents...

5.5CVSS6.5AI score0.00033EPSS
Exploits0References2Affected Software1
OSV
OSV
added 2025/01/19 11:52 a.m.4 views

CVE-2024-57927 nfs: Fix oops in nfs_netfs_init_request() when copying to cache

In the Linux kernel, the following vulnerability has been resolved: nfs: Fix oops in nfsnetfsinitrequest when copying to cache When netfslib wants to copy some data that has just been read on behalf of nfs, it creates a new write request and calls nfsnetfsinitrequest to initialise it, but with a...

5.5CVSS5.8AI score0.00033EPSS
Exploits0References5
Positive Technologies
Positive Technologies
added 2025/01/19 12:0 a.m.2 views

PT-2025-3652 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue arises when netfslib attempts to copy data on behalf of nfs, creating a new write request and calling nfs netfs init request with a NULL file pointer, causing nfs file open...

5.5CVSS7.6AI score0.00033EPSS
Exploits0References14
OSV
OSV
added 2024/10/21 12:15 p.m.1 views

DEBIAN-CVE-2024-47703

In the Linux kernel, the following vulnerability has been resolved: bpf, lsm: Add check for BPF LSM return value A bpf prog returning a positive number attached to fileallocsecurity hook makes kernel panic. This happens because file system can not filter out the positive number returned by the LS...

5.5CVSS5.5AI score0.00035EPSS
Exploits0References1
OSV
OSV
added 2024/08/21 7:15 a.m.0 views

UBUNTU-CVE-2023-52909

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix handling of cached open files in nfsd4open codepath Commit fb70bf124b05 "NFSD: Instantiate a struct file when creating a regular NFSv4 file" added the ability to cache an open fd over a compound. There are a couple of...

4.7CVSS5.9AI score0.00022EPSS
Exploits0References7
SUSE CVE
SUSE CVE
added 2024/06/26 11:17 p.m.1 views

SUSE CVE-2024-39371

In the Linux kernel, the following vulnerability has been resolved: iouring: check for non-NULL file pointer in iofilecanpoll In earlier kernels, it was possible to trigger a NULL pointer dereference off the forced async preparation path, if no file had been assigned. The trace leading to that...

5.5CVSS6.3AI score0.00038EPSS
Exploits0References13
OSV
OSV
added 2024/06/25 3:15 p.m.0 views

UBUNTU-CVE-2024-39371

In the Linux kernel, the following vulnerability has been resolved: iouring: check for non-NULL file pointer in iofilecanpoll In earlier kernels, it was possible to trigger a NULL pointer dereference off the forced async preparation path, if no file had been assigned. The trace leading to that...

5.5CVSS6.2AI score0.00038EPSS
Exploits0References14
Debian CVE
Debian CVE
added 2024/06/25 2:22 p.m.28 views

CVE-2024-39371

In the Linux kernel, the following vulnerability has been resolved: iouring: check for non-NULL file pointer in iofilecanpoll In earlier kernels, it was possible to trigger a NULL pointer dereference off the forced async preparation path, if no file had been assigned. The trace leading to that...

5.5CVSS5.7AI score0.00038EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2024/06/21 3:6 a.m.1 views

SUSE CVE-2024-38580

In the Linux kernel, the following vulnerability has been resolved: epoll: be better about file lifetimes epoll can call out to vfspoll with a file pointer that may race with the last 'fput'. That would make fcount go down to zero, and while the ep-mtx locking means that the resulting file pointe...

4.4CVSS6.2AI score0.00016EPSS
Exploits0References16
Rows per page
Query Builder