Lucene search
+L

3508 matches found

CVE
CVE
added 2025/12/09 12:00 a.m.49 views

CVE-2023-53794

CVE-2023-53794 affects the Linux kernel CIFS component. The vulnerability arises from a use-after-free in the SMB2 reconnect flow due to how session state is checked and how exiting sessions are handled in smb2_reconnect_server(). The fix is described as preventing a use-after-free by validating ...

9.8CVSS6.2AI score0.00511EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/09 12:00 a.m.8 views

CVE-2022-50643 cifs: Fix xid leak in cifs_copy_file_range()

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix xid leak in cifscopyfilerange If the file is used by swap, before return -EOPNOTSUPP, should free the xid, otherwise, the xid will be leaked...

6.3AI score
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2025/12/09 12:00 a.m.7 views

RHEL 7 : kernel-rt (RHSA-2025:22914)

The remote Redhat Enterprise Linux 7 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2025:22914 advisory. The kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism...

8.8CVSS7AI score0.01125EPSS
SaveExploits1References17
Tenable Nessus
Tenable Nessus
added 2025/12/09 12:00 a.m.18 views

Amazon Linux 2023 : bpftool, kernel, kernel-devel (ALAS2023-2025-1297)

It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS2023-2025-1297 advisory. In the Linux kernel, the following vulnerability has been resolved: crypto: essiv - Check ssize for decryption and in-place encryption CVE-2025-40019 In the Linux kernel, the following...

9.8CVSS6.2AI score0.006EPSS
SaveExploits2References62
Tenable Nessus
Tenable Nessus
added 2025/12/09 12:00 a.m.16 views

RHEL 10 : kernel (RHSA-2025:22854)

The remote Redhat Enterprise Linux 10 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2025:22854 advisory. The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: cifs: Fix oops due to...

9.8CVSS6.4AI score0.00371EPSS
SaveExploits0References21
Positive Technologies
Positive Technologies
added 2025/12/09 12:00 a.m.13 views

PT-2025-49623

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s Common Internet File System CIFS implementation within the cifs copy file range function. Specifically, a transaction ID xid leak can occur when a fil...

7.8CVSS6.5AI score0.00954EPSS
SaveExploits2References895
Tenable Nessus
Tenable Nessus
added 2025/12/09 12:00 a.m.19 views

Amazon Linux 2023 : bpftool6.12, kernel6.12, kernel6.12-devel (ALAS2023-2025-1316)

It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS2023-2025-1316 advisory. In the Linux kernel, the following vulnerability has been resolved: crypto: essiv - Check ssize for decryption and in-place encryption CVE-2025-40019 In the Linux kernel, the following...

9.8CVSS6.7AI score0.00595EPSS
SaveExploits2References76
Tenable Nessus
Tenable Nessus
added 2025/12/09 12:00 a.m.17 views

RHEL 7 : kernel (RHSA-2025:22910)

The remote Redhat Enterprise Linux 7 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2025:22910 advisory. The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: use after free flaw in...

8.8CVSS6.8AI score0.01125EPSS
SaveExploits1References17
Tenable Nessus
Tenable Nessus
added 2025/12/09 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2023-53794

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - cifs: fix session state check in reconnect to avoid use-after-free issue Don't collect exiting session in smb2reconnectserver, because it will be released soon...

9.8CVSS7AI score0.00511EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/08 3:31 a.m.7 views

EUVD-2023-60077

In the Linux kernel, the following vulnerability has been resolved: cifs: fix potential use-after-free bugs in TCPServerInfo::hostname TCPServerInfo::hostname may be updated once or many times during reconnect, so protect its access outside reconnect path as well and then prevent any potential...

6.1AI score0.00415EPSS
SaveExploits0References5
CVE
CVE
added 2025/12/08 1:19 a.m.52 views

CVE-2023-53751

CVE-2023-53751 affects the Linux kernel CIFS subsystem, specifically TCP_Server_Info::hostname. The vulnerability arises because hostname may be updated during reconnect, and access needs to be protected outside the reconnect path, preventing potential use-after-free bugs. Impact is described as ...

9.8CVSS6.3AI score0.00415EPSS
SaveExploits0References4
Amazon
Amazon
added 2025/12/08 12:00 a.m.21 views

Important: kernel6.12

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: crypto: essiv - Check ssize for decryption and in-place encryption CVE-2025-40019 In the Linux kernel, the following vulnerability has been resolved: mm/ksm: fix flag-dropping behavior in ksmmadvise CVE-2025-40040...

5.5CVSS6.5AI score0.00595EPSS
SaveExploits2
OSV
OSV
added 2025/12/08 12:00 a.m.15 views

ALSA-2025:22854 Moderate: kernel security update

The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: cifs: Fix oops due to uninitialised variable CVE-2025-38737 kernel: can: j1939: implement NETDEVUNREGISTER notification handler CVE-2025-39925 kernel: Bluetooth: hcievent: Fix UAF in...

9.8CVSS6.3AI score0.00371EPSS
SaveExploits0References20
Tenable Nessus
Tenable Nessus
added 2025/12/08 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2023-53751

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - cifs: fix potential use-after-free bugs in TCPServerInfo::hostname TCPServerInfo::hostname may be updated once or many times during reconnect, so protect its...

9.8CVSS8.1AI score0.00415EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/12/08 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2025-40268

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - cifs: client: fix memory leak in smb3fscontextparseparam The user calls fsconfig twice, but when the program exits, free only frees ctx-source for the second...

5.6AI score0.00187EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/12/07 12:30 a.m.12 views

EUVD-2025-201587

In the Linux kernel, the following vulnerability has been resolved: cifs: client: fix memory leak in smb3fscontextparseparam The user calls fsconfig twice, but when the program exits, free only frees ctx-source for the second fsconfig, not the first. Regarding fc-source, there is no code in the f...

6AI score0.00187EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/06 10:15 p.m.4 views

DEBIAN-CVE-2025-40268

In the Linux kernel, the following vulnerability has been resolved: cifs: client: fix memory leak in smb3fscontextparseparam The user calls fsconfig twice, but when the program exits, free only frees ctx-source for the second fsconfig, not the first. Regarding fc-source, there is no code in the f...

5.2AI score0.00187EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/06 10:15 p.m.11 views

CVE-2025-40268

In the Linux kernel, the following vulnerability has been resolved: cifs: client: fix memory leak in smb3fscontextparseparam The user calls fsconfig twice, but when the program exits, free only frees ctx-source for the second fsconfig, not the first. Regarding fc-source, there is no code in the f...

0.00187EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/06 10:15 p.m.11 views

UBUNTU-CVE-2025-40268

In the Linux kernel, the following vulnerability has been resolved: cifs: client: fix memory leak in smb3fscontextparseparam The user calls fsconfig twice, but when the program exits, free only frees ctx-source for the second fsconfig, not the first. Regarding fc-source, there is no code in the f...

5.7AI score0.00187EPSS
SaveExploits0References22
OSV
OSV
added 2025/12/06 9:50 p.m.15 views

CVE-2025-40268 cifs: client: fix memory leak in smb3_fs_context_parse_param

In the Linux kernel, the following vulnerability has been resolved: cifs: client: fix memory leak in smb3fscontextparseparam The user calls fsconfig twice, but when the program exits, free only frees ctx-source for the second fsconfig, not the first. Regarding fc-source, there is no code in the f...

6.4AI score
SaveExploits0References7
Rows per page
Query Builder