Lucene search
+L

2320 matches found

OSV
OSV
added 2026/02/14 5:15 p.m.23 views

UBUNTU-CVE-2025-71204

In the Linux kernel, the following vulnerability has been resolved: smb/server: fix refcount leak in parsedurablehandlecontext When the command is a replay operation and -ENOEXEC is returned, the refcount of ksmbdfile must be released...

7.5CVSS5.7AI score0.00291EPSS
SaveExploits0References7
OSV
OSV
added 2026/02/14 4:27 p.m.8 views

CVE-2025-71223 smb/server: fix refcount leak in smb2_open()

In the Linux kernel, the following vulnerability has been resolved: smb/server: fix refcount leak in smb2open When ksmbdvfsgetattr fails, the reference count of ksmbdfile must be released...

5.2AI score
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/02/14 4:27 p.m.9 views

CVE-2025-71223

In the Linux kernel, the following vulnerability has been resolved: smb/server: fix refcount leak in smb2open When ksmbdvfsgetattr fails, the reference count of ksmbdfile must be released...

5.2AI score0.00127EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2026/02/14 4:27 p.m.41 views

CVE-2025-71220 smb/server: call ksmbd_session_rpc_close() on error path in create_smb2_pipe()

In the Linux kernel, the following vulnerability has been resolved: smb/server: call ksmbdsessionrpcclose on error path in createsmb2pipe When ksmbdiovpinrsp fails, we should call ksmbdsessionrpcclose...

0.00135EPSS
SaveExploits0References6
CVE
CVE
added 2026/02/14 4:27 p.m.43 views

CVE-2025-71204

CVE-2025-71204 affects the Linux kernel SMB server (smb/server) due to a refcount leak in parse_durable_handle_context(). If the command is a replay operation and -ENOEXEC is returned, the refcount of ksmbd_file must be released. The issue has concrete technical details across multiple sources (N...

7.5CVSS5.3AI score0.00291EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/02/14 4:27 p.m.8 views

CVE-2025-71204

In the Linux kernel, the following vulnerability has been resolved: smb/server: fix refcount leak in parsedurablehandlecontext When the command is a replay operation and -ENOEXEC is returned, the refcount of ksmbdfile must be released...

5.3AI score0.00291EPSS
SaveExploits0References5Affected Software1
CNNVD
CNNVD
added 2026/02/14 12:00 a.m.13 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the omission of calling ksmbdsessionrpcclose in the incorrect path of the createsmb2pipe function...

7.8CVSS5.8AI score0.00135EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2026/02/14 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2025-71223

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - smb/server: fix refcount leak in smb2open When ksmbdvfsgetattr fails, the reference count of ksmbdfile must be released. CVE-2025-71223 Note that Nessus relies ...

5.5CVSS6.1AI score0.00127EPSS
SaveExploits0References3
OSV
OSV
added 2026/02/04 5:16 p.m.12 views

UBUNTU-CVE-2026-23093

In the Linux kernel, the following vulnerability has been resolved: ksmbd: smbd: fix dmaunmapsg nents The dmaunmapsg functions should be called with the same nents as the dmamapsg, not the value the map function returned...

5.5CVSS5.7AI score0.00127EPSS
SaveExploits0References33
CVE
CVE
added 2026/02/04 4:08 p.m.54 views

CVE-2026-23093

Summary (CVE-2026-23093) : In the Linux kernel, the ksmbd: smbd DMA unmapping path uses dma_unmap_sg() with a different number of entries than dma_map_sg(), which is the root cause of the vulnerability. The fix ensures dma_unmap_sg() is called with the same nents as dma_map_sg(). According to the...

5.5CVSS5.1AI score0.00127EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/02/04 4:08 p.m.13 views

CVE-2026-23093 ksmbd: smbd: fix dma_unmap_sg() nents

In the Linux kernel, the following vulnerability has been resolved: ksmbd: smbd: fix dmaunmapsg nents The dmaunmapsg functions should be called with the same nents as the dmamapsg, not the value the map function returned...

5.1AI score
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2026/02/04 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-23093

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ksmbd: smbd: fix dmaunmapsg nents The dmaunmapsg functions should be called with the same nents as the dmamapsg, not the value the map function returned...

5.5CVSS5.4AI score0.00127EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/01/24 12:25 a.m.11 views

SUSE CVE-2025-71150

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix refcount leak when invalid session is found on session lookup When a session is found but its state is not SMB2SESSIONVALID, It indicates that no valid session was found, but it is missing to decrement the reference...

7.5CVSS5.3AI score0.00248EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/01/24 12:25 a.m.11 views

SUSE CVE-2025-71153

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix memory leak in getfileallinfo In getfileallinfo, if vfsgetattr fails, the function returns immediately without freeing the allocated filename, leading to a memory leak. Fix this by freeing the filename before returning...

5.5CVSS5.2AI score0.00121EPSS
SaveExploits0References3
NVD
NVD
added 2026/01/23 3:16 p.m.12 views

CVE-2025-71153

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix memory leak in getfileallinfo In getfileallinfo, if vfsgetattr fails, the function returns immediately without freeing the allocated filename, leading to a memory leak. Fix this by freeing the filename before returning...

5.5CVSS0.00121EPSS
SaveExploits0References4
NVD
NVD
added 2026/01/23 3:16 p.m.11 views

CVE-2025-71150

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix refcount leak when invalid session is found on session lookup When a session is found but its state is not SMB2SESSIONVALID, It indicates that no valid session was found, but it is missing to decrement the reference...

7.5CVSS0.00248EPSS
SaveExploits0References6
OSV
OSV
added 2026/01/23 3:16 p.m.14 views

UBUNTU-CVE-2025-71150

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix refcount leak when invalid session is found on session lookup When a session is found but its state is not SMB2SESSIONVALID, It indicates that no valid session was found, but it is missing to decrement the reference...

7.5CVSS5.7AI score0.00248EPSS
SaveExploits0References40
UbuntuCve
UbuntuCve
added 2026/01/23 3:16 p.m.9 views

CVE-2025-71153

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix memory leak in getfileallinfo In getfileallinfo, if vfsgetattr fails, the function returns immediately without freeing the allocated filename, leading to a memory leak. Fix this by freeing the filename before returning...

5.5CVSS5.7AI score0.00121EPSS
SaveExploits0References26
OSV
OSV
added 2026/01/23 2:25 p.m.18 views

CVE-2025-71153 ksmbd: Fix memory leak in get_file_all_info()

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix memory leak in getfileallinfo In getfileallinfo, if vfsgetattr fails, the function returns immediately without freeing the allocated filename, leading to a memory leak. Fix this by freeing the filename before returning...

5.2AI score
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/01/23 2:25 p.m.4 views

CVE-2025-71153

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix memory leak in getfileallinfo In getfileallinfo, if vfsgetattr fails, the function returns immediately without freeing the allocated filename, leading to a memory leak. Fix this by freeing the filename before returning...

5.2AI score0.00121EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder