Lucene search
+L

3002 matches found

Tenable Nessus
Tenable Nessus
added 2026/02/16 12:0 a.m.10 views

RHEL 9 : Red Hat Ceph Storage 8.1 (RHSA-2026:2711)

The remote Redhat Enterprise Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2026:2711 advisory. Red Hat Ceph Storage is a scalable, open, software-defined storage platform that combines the most stable version of the Ceph storage system...

7.5CVSS7.1AI score0.01861EPSS
SaveExploits1References37
NVD
NVD
added 2026/02/14 5:15 p.m.20 views

CVE-2026-23201

In the Linux kernel, the following vulnerability has been resolved: ceph: fix oops due to invalid pointer for kfree in parselongname This fixes a kernel oops when reading ceph snapshot directories .snap, for example by simply running ls /mnt/myceph/.snap. The variable str is guarded by freekfree,...

5.5CVSS0.00112EPSS
SaveExploits0References3
NVD
NVD
added 2026/02/14 5:15 p.m.11 views

CVE-2026-23189

In the Linux kernel, the following vulnerability has been resolved: ceph: fix NULL pointer dereference in cephmdsauthmatch The CephFS kernel client has regression starting from 6.18-rc1. We have issue in cephmdsauthmatch if fsname == NULL: const char fsname = mdsc-fsc-mountoptions-mdsnamespace;...

5.5CVSS0.00112EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/02/14 5:15 p.m.7 views

CVE-2026-23201

In the Linux kernel, the following vulnerability has been resolved: ceph: fix oops due to invalid pointer for kfree in parselongname This fixes a kernel oops when reading ceph snapshot directories .snap, for example by simply running ls /mnt/myceph/.snap. The variable str is guarded by freekfree,...

5.5CVSS5.7AI score0.00112EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/02/14 5:15 p.m.6 views

CVE-2026-23189

In the Linux kernel, the following vulnerability has been resolved: ceph: fix NULL pointer dereference in cephmdsauthmatch The CephFS kernel client has regression starting from 6.18-rc1. We have issue in cephmdsauthmatch if fsname == NULL: const char fsname = mdsc-fsc-mountoptions-mdsnamespace;...

5.5CVSS5.7AI score0.00112EPSS
SaveExploits0References5
OSV
OSV
added 2026/02/14 5:15 p.m.6 views

UBUNTU-CVE-2026-23201

In the Linux kernel, the following vulnerability has been resolved: ceph: fix oops due to invalid pointer for kfree in parselongname This fixes a kernel oops when reading ceph snapshot directories .snap, for example by simply running ls /mnt/myceph/.snap. The variable str is guarded by freekfree,...

5.5CVSS5.7AI score0.00112EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/02/14 4:27 p.m.7 views

EUVD-2026-5844

In the Linux kernel, the following vulnerability has been resolved: ceph: fix oops due to invalid pointer for kfree in parselongname This fixes a kernel oops when reading ceph snapshot directories .snap, for example by simply running ls /mnt/myceph/.snap. The variable str is guarded by freekfree,...

5.2AI score0.00112EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/02/14 4:27 p.m.43 views

CVE-2026-23201 ceph: fix oops due to invalid pointer for kfree() in parse_longname()

In the Linux kernel, the following vulnerability has been resolved: ceph: fix oops due to invalid pointer for kfree in parselongname This fixes a kernel oops when reading ceph snapshot directories .snap, for example by simply running ls /mnt/myceph/.snap. The variable str is guarded by freekfree,...

0.00112EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/02/14 4:27 p.m.6 views

CVE-2026-23201

In the Linux kernel, the following vulnerability has been resolved: ceph: fix oops due to invalid pointer for kfree in parselongname This fixes a kernel oops when reading ceph snapshot directories .snap, for example by simply running ls /mnt/myceph/.snap. The variable str is guarded by freekfree,...

5.1AI score0.00112EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2026/02/14 4:27 p.m.52 views

CVE-2026-23201

CVE-2026-23201: Linux kernel fix for ceph oops due to invalid pointer in kfree() within parse_longname(). Root cause was advancing the pointer to skip the initial '_' in ceph snapshot names, causing kfree() to receive an invalid pointer when listing .snap directories. The patch eliminates the poi...

5.5CVSS5.2AI score0.00112EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2026/02/14 4:27 p.m.26 views

CVE-2026-23201

In the Linux kernel, the following vulnerability has been resolved: ceph: fix oops due to invalid pointer for kfree in parselongname This fixes a kernel oops when reading ceph snapshot directories .snap, for example by simply running ls /mnt/myceph/.snap. The variable str is guarded by freekfree,...

5.5CVSS5.2AI score0.00112EPSS
SaveExploits0
EUVD
EUVD
added 2026/02/14 4:27 p.m.11 views

EUVD-2026-5854

In the Linux kernel, the following vulnerability has been resolved: ceph: fix NULL pointer dereference in cephmdsauthmatch The CephFS kernel client has regression starting from 6.18-rc1. We have issue in cephmdsauthmatch if fsname == NULL: const char fsname = mdsc-fsc-mountoptions-mdsnamespace;...

5.3AI score0.00112EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/02/14 4:27 p.m.27 views

CVE-2026-23189 ceph: fix NULL pointer dereference in ceph_mds_auth_match()

In the Linux kernel, the following vulnerability has been resolved: ceph: fix NULL pointer dereference in cephmdsauthmatch The CephFS kernel client has regression starting from 6.18-rc1. We have issue in cephmdsauthmatch if fsname == NULL: const char fsname = mdsc-fsc-mountoptions-mdsnamespace;...

0.00112EPSS
SaveExploits0References3
CVE
CVE
added 2026/02/14 4:27 p.m.37 views

CVE-2026-23189

CVE-2026-23189 concerns a NULL pointer dereference in ceph_mds_auth_match() within the CephFS kernel client. The patch reworks ceph_mdsmap_decode() and namespace_equals() so that ceph_mdsmap contains an extracted FS name (m_fs_name) and the code path uses this value for strict authorization check...

5.5CVSS5.3AI score0.00112EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2026/02/14 4:27 p.m.12 views

CVE-2026-23189

In the Linux kernel, the following vulnerability has been resolved: ceph: fix NULL pointer dereference in cephmdsauthmatch The CephFS kernel client has regression starting from 6.18-rc1. We have issue in cephmdsauthmatch if fsname == NULL: const char fsname = mdsc-fsc-mountoptions-mdsnamespace;...

5.5CVSS5.2AI score0.00112EPSS
SaveExploits0
OSV
OSV
added 2026/02/14 4:27 p.m.11 views

CVE-2026-23189 ceph: fix NULL pointer dereference in ceph_mds_auth_match()

In the Linux kernel, the following vulnerability has been resolved: ceph: fix NULL pointer dereference in cephmdsauthmatch The CephFS kernel client has regression starting from 6.18-rc1. We have issue in cephmdsauthmatch if fsname == NULL: const char fsname = mdsc-fsc-mountoptions-mdsnamespace;...

5.5CVSS5.3AI score0.00112EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/02/14 3:22 p.m.9 views

EUVD-2026-5901

In the Linux kernel, the following vulnerability has been resolved: libceph: reset sparse-read state in osdfault When a fault occurs, the connection is abandoned, reestablished, and any pending operations are retried. The OSD client tracks the progress of a sparse-read reply using a separate stat...

5.2AI score0.0028EPSS
SaveExploits0References4
OSV
OSV
added 2026/02/14 3:3 p.m.53 views

CLSA-2026-1771081379 kernel: Fix of 76 CVEs

HID: core: ensure the allocated report buffer can contain the reserved report ID CVE-2025-38495 - fs/proc: fix uaf in procreaddirde CVE-2025-40271 - ALSA: usb-audio: Fix potential overflow of PCM transfer buffer CVE-2025-40269 - Bluetooth: ISO: Fix possible UAF on isoconnfree CVE-2025-40141 -...

9.8CVSS7AI score0.0053EPSS
SaveExploits3References1
Tenable Nessus
Tenable Nessus
added 2026/02/14 12:0 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-23189

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ceph: fix NULL pointer dereference in cephmdsauthmatch The CephFS kernel client has regression starting from 6.18-rc1. We have issue in cephmdsauthmatch if fsna...

5.5CVSS6.1AI score0.00112EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/02/14 12:0 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-23201

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ceph: fix oops due to invalid pointer for kfree in parselongname This fixes a kernel oops when reading ceph snapshot directories .snap, for example by simply...

5.5CVSS6.1AI score0.00112EPSS
SaveExploits0References2
Rows per page
Query Builder