Lucene search
K

721 matches found

EUVD
EUVD
added 2025/12/30 3:30 p.m.3 views

EUVD-2023-60372

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: double free xprtctxt while still in use When an RPC request is deferred, the rqxprtctxt pointer is moved out of the svcrqst into the svcdeferredreq. When the deferred request is revisited, the pointer is copied into the n...

5.9AI score0.00168EPSS
Exploits0References5
NVD
NVD
added 2025/12/30 1:16 p.m.11 views

CVE-2023-54269

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: double free xprtctxt while still in use When an RPC request is deferred, the rqxprtctxt pointer is moved out of the svcrqst into the svcdeferredreq. When the deferred request is revisited, the pointer is copied into the n...

0.00168EPSS
Exploits0References4
UbuntuCve
UbuntuCve
added 2025/12/30 1:16 p.m.8 views

CVE-2023-54258

In the Linux kernel, the following vulnerability has been resolved: cifs: fix potential oops in cifsoplockbreak With deferred close we can have closes that race with lease breaks, and so with the current checks for whether to send the lease response, oplockresponse, this can mean that an unmount...

5.7AI score0.00168EPSS
Exploits0References6
OSV
OSV
added 2025/12/30 1:16 p.m.2 views

UBUNTU-CVE-2023-54269

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: double free xprtctxt while still in use When an RPC request is deferred, the rqxprtctxt pointer is moved out of the svcrqst into the svcdeferredreq. When the deferred request is revisited, the pointer is copied into the n...

5.7AI score0.00168EPSS
Exploits0References7
UbuntuCve
UbuntuCve
added 2025/12/30 1:16 p.m.2 views

CVE-2023-54269

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: double free xprtctxt while still in use When an RPC request is deferred, the rqxprtctxt pointer is moved out of the svcrqst into the svcdeferredreq. When the deferred request is revisited, the pointer is copied into the n...

5.7AI score0.00168EPSS
Exploits0References6
OSV
OSV
added 2025/12/30 1:16 p.m.3 views

UBUNTU-CVE-2023-54258

In the Linux kernel, the following vulnerability has been resolved: cifs: fix potential oops in cifsoplockbreak With deferred close we can have closes that race with lease breaks, and so with the current checks for whether to send the lease response, oplockresponse, this can mean that an unmount...

5.7AI score0.00168EPSS
Exploits0References7
Cvelist
Cvelist
added 2025/12/30 12:16 p.m.21 views

CVE-2023-54269 SUNRPC: double free xprt_ctxt while still in use

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: double free xprtctxt while still in use When an RPC request is deferred, the rqxprtctxt pointer is moved out of the svcrqst into the svcdeferredreq. When the deferred request is revisited, the pointer is copied into the n...

0.00168EPSS
Exploits0References4
OSV
OSV
added 2025/12/30 12:16 p.m.4 views

CVE-2023-54269 SUNRPC: double free xprt_ctxt while still in use

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: double free xprtctxt while still in use When an RPC request is deferred, the rqxprtctxt pointer is moved out of the svcrqst into the svcdeferredreq. When the deferred request is revisited, the pointer is copied into the n...

6.3AI score0.00168EPSS
Exploits0References7
CVE
CVE
added 2025/12/30 12:16 p.m.10 views

CVE-2023-54269

The CVE-2023-54269 issue affects the Linux kernel SUNRPC code. A deferred RPC path could reuse a freed xprt context if a request is revisited after a second defer, leading to a use-after-free-like scenario and potential oops when freeing the context. The root cause is that rq_xprt_ctxt was not cl...

6AI score0.00168EPSS
Exploits0References4
CVE
CVE
added 2025/12/30 12:15 p.m.12 views

CVE-2023-54258

CVE-2023-54258 affects the Linux kernel CIFS/SMB client code. The vulnerability stems from a race between deferred closes and lease breaks in cifs_oplock_break, where an unmount (kill_sb) could observe an invalid tcon->ses if not properly synchronized. The documented fix orders the checks befo...

6.1AI score0.00168EPSS
Exploits0References4
OSV
OSV
added 2025/12/30 12:15 p.m.4 views

CVE-2023-54258 cifs: fix potential oops in cifs_oplock_break

In the Linux kernel, the following vulnerability has been resolved: cifs: fix potential oops in cifsoplockbreak With deferred close we can have closes that race with lease breaks, and so with the current checks for whether to send the lease response, oplockresponse, this can mean that an unmount...

6.3AI score0.00168EPSS
Exploits0References7
Positive Technologies
Positive Technologies
added 2025/12/30 12:0 a.m.2 views

PT-2025-54087

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the CIFS implementation, specifically in the cifs oplock break function. A race condition can occur with deferred close operations and lease break...

5.9AI score0.00168EPSS
Exploits0
Positive Technologies
Positive Technologies
added 2025/12/30 12:0 a.m.5 views

PT-2025-54098

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s SUNRPC implementation that could lead to a double-free condition of the xprt ctxt pointer while it is still in use. This occurs when an RPC request is...

7.8CVSS7.6AI score0.00465EPSS
Exploits2References897
RedhatCVE
RedhatCVE
added 2025/12/25 1:23 p.m.4 views

CVE-2023-53990

In the Linux kernel, the following vulnerability has been resolved: SMB3: Add missing locks to protect deferred close file list cifsdeldeferredclose function has a critical section which modifies the deferred close file list. We must acquire deferredlock before calling cifsdeldeferredclose functi...

5.5CVSS5.9AI score0.00168EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2025/12/25 12:58 a.m.2 views

SUSE CVE-2023-53990

In the Linux kernel, the following vulnerability has been resolved: SMB3: Add missing locks to protect deferred close file list cifsdeldeferredclose function has a critical section which modifies the deferred close file list. We must acquire deferredlock before calling cifsdeldeferredclose functi...

5.5CVSS6.6AI score0.00168EPSS
Exploits0References7
Tenable Nessus
Tenable Nessus
added 2025/12/25 12:0 a.m.1 views

Linux Distros Unpatched Vulnerability : CVE-2023-53990

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - SMB3: Add missing locks to protect deferred close file list cifsdeldeferredclose function has a critical section which modifies the deferred close file list. We...

5.9AI score0.00168EPSS
Exploits0References3
CVE
CVE
added 2025/12/24 1:6 p.m.13 views

CVE-2023-54081

CVE-2023-54081 affects the Linux kernel Xen grant-table reclaim path. When a grant entry is still in use by the remote domain, the VM may accumulate a large deferred-list, causing a severe memory leak and potential VM freeze, notably in Qubes OS due to GUI/window handling constraints. The fix mak...

6.2AI score0.00173EPSS
Exploits0References3
UbuntuCve
UbuntuCve
added 2025/12/24 11:16 a.m.2 views

CVE-2025-68366

In the Linux kernel, the following vulnerability has been resolved: nbd: defer config unlock in nbdgenlconnect There is one use-after-free warning when running NBDCMDCONNECT and NBDCLEARSOCK: nbdgenlconnect nbdallocandinitconfig // configrefs=1 nbdstartdevice // configrefs=2 set NBDRTHASCONFIGREF...

5.9AI score0.00165EPSS
Exploits0References34
NVD
NVD
added 2025/12/24 11:15 a.m.5 views

CVE-2023-53990

In the Linux kernel, the following vulnerability has been resolved: SMB3: Add missing locks to protect deferred close file list cifsdeldeferredclose function has a critical section which modifies the deferred close file list. We must acquire deferredlock before calling cifsdeldeferredclose functi...

0.00168EPSS
Exploits0References5
UbuntuCve
UbuntuCve
added 2025/12/24 11:15 a.m.2 views

CVE-2023-53990

In the Linux kernel, the following vulnerability has been resolved: SMB3: Add missing locks to protect deferred close file list cifsdeldeferredclose function has a critical section which modifies the deferred close file list. We must acquire deferredlock before calling cifsdeldeferredclose functi...

5.7AI score0.00168EPSS
Exploits0References6
Rows per page
Query Builder