Lucene search
+L

1133 matches found

Tenable Nessus
Tenable Nessus
added 2026/01/14 12:00 a.m.12 views

RHEL 9 : kernel-rt (RHSA-2026:0537)

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

9.8CVSS7.2AI score0.00572EPSS
SaveExploits0References28
AstraLinux
AstraLinux
added 2026/01/13 2:01 p.m.8 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: smb: client: Fixed incorrect index references in smb2compoundop. In smb2compoundop, the loop that processes each command’s response uses incorrect indices when accessing response buffers. This incorrect indexing leads to improper...

9.8CVSS6.4AI score0.00432EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2026/01/13 2:01 p.m.9 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: smb: client: let smbddestroy call disableworksync&info-postsendcreditswork In smbdDestroy, we may destroy the memory, so it’s better to wait until postsendcreditswork is no longer pending and will never be started again. I actual...

9.8CVSS6.8AI score0.00269EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2026/01/13 2:01 p.m.6 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: smb: client: fixed a potential use-after-free in smb2queryinfocompound When smb2QueryInfoCompounded attempts to retry, the previously allocated cfid might have been freed during the first attempt. Since the cfid was not reset...

9.8CVSS6.3AI score0.00409EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2026/01/13 2:01 p.m.6 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix crypto buffers in non-linear memory The crypto API, through the scatterlist API, expects input buffers to be in linear memory. We handle this by using the cifssgsetbuf helper function, which converts vmalloc’d...

6AI score0.00201EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/01/13 9:50 a.m.11 views

kernel: smb: client: fix race with concurrent opens in rename(2)

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix race with concurrent opens in rename2 Besides sending the rename request to the server, the rename process also involves closing any deferred close, waiting for outstanding I/O to complete as well as marking all...

7.8CVSS5.7AI score0.00115EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/01/01 12:00 a.m.14 views

PT-2026-27668

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description When debug logging is enabled, the cifs set cifscreds function logs the key payload, which exposes the plaintext username and password. Recommendations At the moment, there is no...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/01/01 12:00 a.m.11 views

PT-2026-20456

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A race condition exists within the SMB client implementation related to cached file identifier cached fid bitfields. Specifically, the is open, has lease, and on list flags were stored...

8.8CVSS7.2AI score0.00218EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/12/25 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2023-54076

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - smb: client: fix missed ses refcounting Use new cifssmbsesincrefcount helper to get an active reference of @ses and @ses-dfsrootses if set. This will prevent...

9.8CVSS5.3AI score0.00445EPSS
SaveExploits0References3
NVD
NVD
added 2025/12/24 1:16 p.m.10 views

CVE-2023-54076

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix missed ses refcounting Use new cifssmbsesincrefcount helper to get an active reference of @ses and @ses-dfsrootses if set. This will prevent @ses-dfsrootses of being put in the next call to cifsputsmbses and thus...

9.8CVSS0.00445EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/24 1:16 p.m.9 views

UBUNTU-CVE-2023-54076

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix missed ses refcounting Use new cifssmbsesincrefcount helper to get an active reference of @ses and @ses-dfsrootses if set. This will prevent @ses-dfsrootses of being put in the next call to cifsputsmbses and thus...

9.8CVSS5.7AI score0.00445EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/12/24 12:23 p.m.35 views

CVE-2023-54076 smb: client: fix missed ses refcounting

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix missed ses refcounting Use new cifssmbsesincrefcount helper to get an active reference of @ses and @ses-dfsrootses if set. This will prevent @ses-dfsrootses of being put in the next call to cifsputsmbses and thus...

9.8CVSS0.00445EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/12/24 12:00 a.m.7 views

PT-2025-53074

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s SMB client implementation related to session reference counting. Specifically, the code failed to properly increment session references using the cifs...

6.8AI score0.00445EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2025/12/17 7:48 a.m.12 views

kernel: smb: client: fix race with concurrent opens in rename(2)

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix race with concurrent opens in rename2 Besides sending the rename request to the server, the rename process also involves closing any deferred close, waiting for outstanding I/O to complete as well as marking all...

7.8CVSS5.7AI score0.00115EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/12/17 12:25 a.m.11 views

SUSE CVE-2025-68226

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix incomplete backport in cfidsinvalidationworker The previous commit bdb596ceb4b7 "smb: client: fix potential UAF in smb2closecachedfid" was an incomplete backport and missed one krefput call in...

6.6AI score0.00343EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/12/17 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2025-68226

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - smb: client: fix incomplete backport in cfidsinvalidationworker The previous commit bdb596ceb4b7 smb: client: fix potential UAF in smb2closecachedfid was an...

8.8CVSS5.5AI score0.00343EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/12/17 12:00 a.m.11 views

RHEL 8 : kernel (RHSA-2025:23445)

The remote Redhat Enterprise Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2025:23445 advisory. The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: ALSA: usb-audio: ALSA USB Aud...

9.8CVSS7.1AI score0.00541EPSS
SaveExploits0References63
EUVD
EUVD
added 2025/12/16 6:31 p.m.9 views

EUVD-2025-203785

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix memory leak in cifsconstructtcon When having a multiuser mount with domain= specified and using cifscreds, cifssetcifscreds will end up setting @ctx-domainname, so it needs to be freed before leaving...

5.9AI score0.00202EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/12/16 3:30 p.m.9 views

EUVD-2025-203670

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix incomplete backport in cfidsinvalidationworker The previous commit bdb596ceb4b7 "smb: client: fix potential UAF in smb2closecachedfid" was an incomplete backport and missed one krefput call in...

6AI score0.00343EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.11 views

CVE-2025-68226

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix incomplete backport in cfidsinvalidationworker The previous commit bdb596ceb4b7 "smb: client: fix potential UAF in smb2closecachedfid" was an incomplete backport and missed one krefput call in...

8.8CVSS5.7AI score0.00343EPSS
SaveExploits0References3
Rows per page
Query Builder