Lucene search
+L

25 matches found

AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.6 views

Astra Linux – Vulnerability in Linux

In the Linux kernel, the following vulnerabilities have been resolved: NFS: Fixed an oopsable condition in nfspageioaddrequest. Ensured that nfspageioerrorcleanup resets the mirror array contents, so that the structure reflects the fact that it is now empty. Also changed the test in...

5.5CVSS6.4AI score0.00235EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/04/17 12:0 a.m.9 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-007230)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-007230 advisory. In the Linux kernel, the following vulnerability has been resolved: NFS: Fix an Oopsable condition in nfspageioaddrequest Ensure that nfspageioerrorcleanup resets th...

5.5CVSS6.3AI score0.00235EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2026/01/13 2:1 p.m.5 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: nfs/localio: Restore credentials before releasing pageio data. Otherwise, if the nfsd filecache code releases the nfsdfile immediately, it may trigger the BUGON condition cred == current-cred in putcred, when putting...

5.5CVSS5.9AI score0.00134EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/10/01 7:44 a.m.5 views

CVE-2025-39912

In the Linux kernel, the following vulnerability has been resolved: nfs/localio: restore creds before releasing pageio data Otherwise if the nfsd filecache code releases the nfsdfile immediately, it can trigger the BUGONcred == current-cred in putcred when it puts the nfsdfile-nffile-f-cred...

5.5CVSS5.4AI score0.00134EPSS
SaveExploits0
CVE
CVE
added 2025/10/01 7:44 a.m.37 views

CVE-2025-39912

This CVE (CVE-2025-39912) affects the Linux kernel nfs/localio path. The issue occurs when the nfsd filecache code releases the nfsd_file before creds are properly handled, triggering a BUG_ON in __put_cred via current->cred. The vulnerability is resolved by restoring credentials before releas...

5.5CVSS6.4AI score0.00134EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2025/10/01 7:44 a.m.15 views

CVE-2025-39912 nfs/localio: restore creds before releasing pageio data

In the Linux kernel, the following vulnerability has been resolved: nfs/localio: restore creds before releasing pageio data Otherwise if the nfsd filecache code releases the nfsdfile immediately, it can trigger the BUGONcred == current-cred in putcred when it puts the nfsdfile-nffile-f-cred...

0.00134EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2025/10/01 7:44 a.m.1 views

CVE-2025-39912 nfs/localio: restore creds before releasing pageio data

In the Linux kernel, the following vulnerability has been resolved: nfs/localio: restore creds before releasing pageio data Otherwise if the nfsd filecache code releases the nfsdfile immediately, it can trigger the BUGONcred == current-cred in putcred when it puts the nfsdfile-nffile-f-cred...

6.4AI score0.00134EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/01 7:44 a.m.5 views

CVE-2025-39912 nfs/localio: restore creds before releasing pageio data

In the Linux kernel, the following vulnerability has been resolved: nfs/localio: restore creds before releasing pageio data Otherwise if the nfsd filecache code releases the nfsdfile immediately, it can trigger the BUGONcred == current-cred in putcred when it puts the nfsdfile-nffile-f-cred...

5.5CVSS6.7AI score0.00134EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/09/19 12:0 a.m.5 views

PT-2025-40086

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s nfs/localio functionality. Specifically, the issue involves improper credential handling when releasing pageio data, potentially triggering a bug in t...

5.5CVSS6.1AI score0.00134EPSS
SaveExploits0References22
SUSE CVE
SUSE CVE
added 2025/09/17 11:27 p.m.5 views

SUSE CVE-2023-53360

In the Linux kernel, the following vulnerability has been resolved: NFSv4.2: Rework scratch handling for READPLUS again I found that the read code might send multiple requests using the same nfspgioheader, but nfs4procreadsetup is only called once. This is how we ended up occasionally...

5.5CVSS6.8AI score0.00176EPSS
SaveExploits0References15
RedhatCVE
RedhatCVE
added 2025/09/17 6:23 p.m.5 views

CVE-2023-53360

In the Linux kernel, the following vulnerability has been resolved: NFSv4.2: Rework scratch handling for READPLUS again I found that the read code might send multiple requests using the same nfspgioheader, but nfs4procreadsetup is only called once. This is how we ended up occasionally...

5.9CVSS6.1AI score0.00176EPSS
SaveExploits0References4
OSV
OSV
added 2025/09/17 3:15 p.m.1 views

DEBIAN-CVE-2023-53360

In the Linux kernel, the following vulnerability has been resolved: NFSv4.2: Rework scratch handling for READPLUS again I found that the read code might send multiple requests using the same nfspgioheader, but nfs4procreadsetup is only called once. This is how we ended up occasionally...

5.5CVSS5.6AI score0.00176EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2025/09/17 2:56 p.m.7 views

CVE-2023-53360

In the Linux kernel, the following vulnerability has been resolved: NFSv4.2: Rework scratch handling for READPLUS again I found that the read code might send multiple requests using the same nfspgioheader, but nfs4procreadsetup is only called once. This is how we ended up occasionally...

5.5CVSS5.6AI score0.00176EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/09/17 2:56 p.m.1 views

CVE-2023-53360 NFSv4.2: Rework scratch handling for READ_PLUS (again)

In the Linux kernel, the following vulnerability has been resolved: NFSv4.2: Rework scratch handling for READPLUS again I found that the read code might send multiple requests using the same nfspgioheader, but nfs4procreadsetup is only called once. This is how we ended up occasionally...

6.5AI score0.00176EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/09/17 2:56 p.m.14 views

CVE-2023-53360 NFSv4.2: Rework scratch handling for READ_PLUS (again)

In the Linux kernel, the following vulnerability has been resolved: NFSv4.2: Rework scratch handling for READPLUS again I found that the read code might send multiple requests using the same nfspgioheader, but nfs4procreadsetup is only called once. This is how we ended up occasionally...

0.00176EPSS
SaveExploits0References4
CVE
CVE
added 2025/09/17 2:56 p.m.33 views

CVE-2023-53360

CVE-2023-53360 affects the Linux kernel NFSv4.2 path for READ_PLUS and can cause a hole-decode oops and scratch buffer NULL/length mismatch due to reworked scratch handling that reused an nfs_pgio_header across multiple requests. The root cause is that multiple reads could be sent with a single n...

5.5CVSS6.5AI score0.00176EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/09/17 2:56 p.m.8 views

CVE-2023-53360 NFSv4.2: Rework scratch handling for READ_PLUS (again)

In the Linux kernel, the following vulnerability has been resolved: NFSv4.2: Rework scratch handling for READPLUS again I found that the read code might send multiple requests using the same nfspgioheader, but nfs4procreadsetup is only called once. This is how we ended up occasionally...

5.5CVSS6.5AI score0.00176EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2024/03/27 4:25 a.m.4 views

SUSE CVE-2021-47167

In the Linux kernel, the following vulnerability has been resolved: NFS: Fix an Oopsable condition in nfspageioaddrequest Ensure that nfspageioerrorcleanup resets the mirror array contents, so that the structure reflects the fact that it is now empty. Also change the test in nfspageiodoaddrequest...

5.5CVSS7.8AI score0.00235EPSS
SaveExploits0References12
RedhatCVE
RedhatCVE
added 2024/03/25 4:55 p.m.24 views

CVE-2021-47167

A vulnerability was found in the NFS module of the Linux kernel, where a potential system crash Oops occurred due to improper handling of the mirror array in nfspageioaddrequest. The nfspageioerrorcleanup function did not correctly reset the mirror array, leading to inconsistencies when the...

5.5CVSS7.3AI score0.00235EPSS
SaveExploits0References4
OSV
OSV
added 2024/03/25 10:15 a.m.2 views

DEBIAN-CVE-2021-47167

In the Linux kernel, the following vulnerability has been resolved: NFS: Fix an Oopsable condition in nfspageioaddrequest Ensure that nfspageioerrorcleanup resets the mirror array contents, so that the structure reflects the fact that it is now empty. Also change the test in nfspageiodoaddrequest...

5.5CVSS6.5AI score0.00235EPSS
SaveExploits0References1
Rows per page
Query Builder