Lucene search
+L

394 matches found

OSV
OSV
added 2025/08/16 2:15 p.m.4 views

DEBIAN-CVE-2023-3866

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate session id and tree id in the compound request This patch validate session id and tree id in compound request. If first operation in the compound is SMB2 ECHO request, ksmbd bypass session and tree validation. So...

5.5CVSS5.5AI score0.15596EPSS
SaveExploits0References1
OSV
OSV
added 2025/08/16 1:29 p.m.6 views

CVE-2023-3867 ksmbd: fix out of bounds read in smb2_sess_setup

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix out of bounds read in smb2sesssetup ksmbd does not consider the case of that smb2 session setup is in compound request. If this is the second payload of the compound, OOB read issue occurs while processing the first...

7.1CVSS6.3AI score0.031EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/08/16 1:29 p.m.11 views

CVE-2023-3867 ksmbd: fix out of bounds read in smb2_sess_setup

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix out of bounds read in smb2sesssetup ksmbd does not consider the case of that smb2 session setup is in compound request. If this is the second payload of the compound, OOB read issue occurs while processing the first...

0.031EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/08/16 1:29 p.m.32 views

CVE-2023-3867

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix out of bounds read in smb2sesssetup ksmbd does not consider the case of that smb2 session setup is in compound request. If this is the second payload of the compound, OOB read issue occurs while processing the first...

7.1CVSS5.8AI score0.031EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/08/16 1:27 p.m.18 views

CVE-2023-3866 ksmbd: validate session id and tree id in the compound request

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate session id and tree id in the compound request This patch validate session id and tree id in compound request. If first operation in the compound is SMB2 ECHO request, ksmbd bypass session and tree validation. So...

0.15596EPSS
SaveExploits0References4
OSV
OSV
added 2025/08/16 1:27 p.m.8 views

CVE-2023-3866 ksmbd: validate session id and tree id in the compound request

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate session id and tree id in the compound request This patch validate session id and tree id in compound request. If first operation in the compound is SMB2 ECHO request, ksmbd bypass session and tree validation. So...

5.5CVSS6.3AI score0.15596EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/08/16 1:27 p.m.75 views

CVE-2023-3866

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate session id and tree id in the compound request This patch validate session id and tree id in compound request. If first operation in the compound is SMB2 ECHO request, ksmbd bypass session and tree validation. So...

5.5CVSS5.5AI score0.15596EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/08/09 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2025-53817

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 7-Zip is a file archiver with a high compression ratio. 7-Zip supports extracting from Compound Documents. Prior to version 25.0.0, a null pointer dereference i...

7.5CVSS7AI score0.00614EPSS
SaveExploits1References2
Microsoft CVE
Microsoft CVE
added 2025/08/07 7:0 a.m.6 views

nfsd: nfsd4_spo_must_allow() must check this is a v4 compound request

...

7.1CVSS7AI score0.00174EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/07/29 11:23 p.m.4 views

SUSE CVE-2025-38430

In the Linux kernel, the following vulnerability has been resolved: nfsd: nfsd4spomustallow must check this is a v4 compound request If the request being processed is not a v4 compound request, then examining the cstate can have undefined results. This patch adds a check that the rpc procedure...

5.5CVSS6.5AI score0.00174EPSS
SaveExploits0References23
NVD
NVD
added 2025/07/25 3:15 p.m.6 views

CVE-2025-38430

In the Linux kernel, the following vulnerability has been resolved: nfsd: nfsd4spomustallow must check this is a v4 compound request If the request being processed is not a v4 compound request, then examining the cstate can have undefined results. This patch adds a check that the rpc procedure...

5.5CVSS0.00174EPSS
SaveExploits0References11
OSV
OSV
added 2025/07/25 3:15 p.m.1 views

DEBIAN-CVE-2025-38430

In the Linux kernel, the following vulnerability has been resolved: nfsd: nfsd4spomustallow must check this is a v4 compound request If the request being processed is not a v4 compound request, then examining the cstate can have undefined results. This patch adds a check that the rpc procedure...

5.5CVSS5.5AI score0.00174EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/25 3:15 p.m.3 views

UBUNTU-CVE-2025-38430

In the Linux kernel, the following vulnerability has been resolved: nfsd: nfsd4spomustallow must check this is a v4 compound request If the request being processed is not a v4 compound request, then examining the cstate can have undefined results. This patch adds a check that the rpc procedure...

5.5CVSS6.1AI score0.00174EPSS
SaveExploits0References42
Cvelist
Cvelist
added 2025/07/25 2:16 p.m.12 views

CVE-2025-38430 nfsd: nfsd4_spo_must_allow() must check this is a v4 compound request

In the Linux kernel, the following vulnerability has been resolved: nfsd: nfsd4spomustallow must check this is a v4 compound request If the request being processed is not a v4 compound request, then examining the cstate can have undefined results. This patch adds a check that the rpc procedure...

0.00174EPSS
SaveExploits0References8
CVE
CVE
added 2025/07/25 2:16 p.m.86 views

CVE-2025-38430

CVE-2025-38430 affects the Linux kernel NFS server (nfsd). The issue arises when processing NFSv4 compound requests; if the request is not NFSPROC4_COMPOUND, examining cstate may yield undefined results. A patch adds a guard to verify that the RPC procedure being executed is NFSPROC4_COMPOUND, pr...

5.5CVSS6.4AI score0.00174EPSS
SaveExploits0References11Affected Software1
OSV
OSV
added 2025/07/25 2:16 p.m.6 views

CVE-2025-38430 nfsd: nfsd4_spo_must_allow() must check this is a v4 compound request

In the Linux kernel, the following vulnerability has been resolved: nfsd: nfsd4spomustallow must check this is a v4 compound request If the request being processed is not a v4 compound request, then examining the cstate can have undefined results. This patch adds a check that the rpc procedure...

5.5CVSS6.5AI score0.00174EPSS
SaveExploits0References14
Debian CVE
Debian CVE
added 2025/07/25 2:16 p.m.7 views

CVE-2025-38430

In the Linux kernel, the following vulnerability has been resolved: nfsd: nfsd4spomustallow must check this is a v4 compound request If the request being processed is not a v4 compound request, then examining the cstate can have undefined results. This patch adds a check that the rpc procedure...

5.5CVSS5.5AI score0.00174EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2025/07/22 12:0 a.m.9 views

The vulnerability of the NArchive::NCom::CHandler::GetStream method in the 7-Zip archive processor’s Compound component allows a attacker to cause a service failure.

The vulnerability of the NArchive::NCom::CHandler::GetStream method in the 7-Zip compressor’s Compound archive handler is related to pointer swapping errors. Exploiting this vulnerability could allow an attacker to cause a service failure...

6.2CVSS7.1AI score0.00614EPSS
SaveExploits1References3Affected Software2
SUSE CVE
SUSE CVE
added 2025/07/18 11:21 p.m.4 views

SUSE CVE-2025-53817

7-Zip is a file archiver with a high compression ratio. 7-Zip supports extracting from Compound Documents. Prior to version 25.0.0, a null pointer dereference in the Compound handler may lead to denial of service. Version 25.0.0 contains a fix cor the issue...

3.3CVSS6.8AI score0.00614EPSS
SaveExploits1References6
OSV
OSV
added 2025/07/17 7:15 p.m.2 views

DEBIAN-CVE-2025-53817

7-Zip is a file archiver with a high compression ratio. 7-Zip supports extracting from Compound Documents. Prior to version 25.0.0, a null pointer dereference in the Compound handler may lead to denial of service. Version 25.0.0 contains a fix cor the issue...

7.5CVSS6.7AI score0.00614EPSS
SaveExploits1References1
Rows per page
Query Builder