Lucene search
K

63134 matches found

OSV
OSV
added 2026/02/14 4:27 p.m.7 views

CVE-2026-23210 ice: Fix PTP NULL pointer dereference during VSI rebuild

In the Linux kernel, the following vulnerability has been resolved: ice: Fix PTP NULL pointer dereference during VSI rebuild Fix race condition where PTP periodic work runs while VSI is being rebuilt, accessing NULL vsi-rxrings. The sequence was: 1. iceptpprepareforreset cancels PTP work 2...

4.7CVSS5.2AI score0.00106EPSS
Exploits0References5
ATTACKERKB
ATTACKERKB
added 2026/02/14 4:27 p.m.7 views

CVE-2026-23210

In the Linux kernel, the following vulnerability has been resolved: ice: Fix PTP NULL pointer dereference during VSI rebuild Fix race condition where PTP periodic work runs while VSI is being rebuilt, accessing NULL vsi-rxrings. The sequence was: 1. iceptpprepareforreset cancels PTP work 2...

4.7CVSS5.1AI score0.00106EPSS
Exploits0References4Affected Software1
Cvelist
Cvelist
added 2026/02/14 4:27 p.m.25 views

CVE-2026-23210 ice: Fix PTP NULL pointer dereference during VSI rebuild

In the Linux kernel, the following vulnerability has been resolved: ice: Fix PTP NULL pointer dereference during VSI rebuild Fix race condition where PTP periodic work runs while VSI is being rebuilt, accessing NULL vsi-rxrings. The sequence was: 1. iceptpprepareforreset cancels PTP work 2...

0.00106EPSS
Exploits0References3
EUVD
EUVD
added 2026/02/14 4:27 p.m.7 views

EUVD-2026-5836

In the Linux kernel, the following vulnerability has been resolved: ice: Fix PTP NULL pointer dereference during VSI rebuild Fix race condition where PTP periodic work runs while VSI is being rebuilt, accessing NULL vsi-rxrings. The sequence was: 1. iceptpprepareforreset cancels PTP work 2...

5.2AI score0.00106EPSS
Exploits0References2
Debian CVE
Debian CVE
added 2026/02/14 4:27 p.m.8 views

CVE-2026-23210

In the Linux kernel, the following vulnerability has been resolved: ice: Fix PTP NULL pointer dereference during VSI rebuild Fix race condition where PTP periodic work runs while VSI is being rebuilt, accessing NULL vsi-rxrings. The sequence was: 1. iceptpprepareforreset cancels PTP work 2...

4.7CVSS5.1AI score0.00106EPSS
Exploits0
CVE
CVE
added 2026/02/14 4:27 p.m.28 views

CVE-2026-23207

CVE-2026-23207 concerns the Linux kernel SPI Tegra210 quad driver. The issue arose because curr_xfer accesses were not consistently protected by the lock in the IRQ thread path, enabling a race against the timeout path where curr_xfer could be NULL after being cleared but still dereferenced in ha...

4.7CVSS5.2AI score0.00088EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2026/02/14 4:27 p.m.4 views

CVE-2026-23207 spi: tegra210-quad: Protect curr_xfer check in IRQ handler

In the Linux kernel, the following vulnerability has been resolved: spi: tegra210-quad: Protect currxfer check in IRQ handler Now that all other accesses to currxfer are done under the lock, protect the currxfer NULL check in tegraqspiisrthread with the spinlock. Without this protection, the...

4.7CVSS5.2AI score0.00088EPSS
Exploits0References5
EUVD
EUVD
added 2026/02/14 4:27 p.m.5 views

EUVD-2026-5838

In the Linux kernel, the following vulnerability has been resolved: spi: tegra210-quad: Protect currxfer check in IRQ handler Now that all other accesses to currxfer are done under the lock, protect the currxfer NULL check in tegraqspiisrthread with the spinlock. Without this protection, the...

5.3AI score0.00088EPSS
Exploits0References2
EUVD
EUVD
added 2026/02/14 4:27 p.m.6 views

EUVD-2026-5842

In the Linux kernel, the following vulnerability has been resolved: spi: tegra210-quad: Protect currxfer in tegraqspicombinedseqxfer The currxfer field is read by the IRQ handler without holding the lock to check if a transfer is in progress. When clearing currxfer in the combined sequence transf...

5.2AI score0.00111EPSS
Exploits0References6
OSV
OSV
added 2026/02/14 4:27 p.m.7 views

CVE-2026-23196 HID: Intel-thc-hid: Intel-thc: Add safety check for reading DMA buffer

In the Linux kernel, the following vulnerability has been resolved: HID: Intel-thc-hid: Intel-thc: Add safety check for reading DMA buffer Add DMA buffer readiness check before reading DMA buffer to avoid unexpected NULL pointer accessing...

5.5CVSS5.4AI score0.001EPSS
Exploits0References5
Cvelist
Cvelist
added 2026/02/14 4:27 p.m.24 views

CVE-2026-23196 HID: Intel-thc-hid: Intel-thc: Add safety check for reading DMA buffer

In the Linux kernel, the following vulnerability has been resolved: HID: Intel-thc-hid: Intel-thc: Add safety check for reading DMA buffer Add DMA buffer readiness check before reading DMA buffer to avoid unexpected NULL pointer accessing...

0.001EPSS
Exploits0References2
ATTACKERKB
ATTACKERKB
added 2026/02/14 4:27 p.m.4 views

CVE-2026-23196

In the Linux kernel, the following vulnerability has been resolved: HID: Intel-thc-hid: Intel-thc: Add safety check for reading DMA buffer Add DMA buffer readiness check before reading DMA buffer to avoid unexpected NULL pointer accessing...

5.4AI score0.001EPSS
Exploits0References3Affected Software1
CVE
CVE
added 2026/02/14 4:27 p.m.18 views

CVE-2026-23196

CVE-2026-23196 affects the Linux kernel through the Intel THC HID driver, where a NULL pointer dereference can occur when reading a DMA buffer. The root cause is missing a DMA buffer readiness check before access, potentially crashing the kernel. Red Hat’s advisory explicitly cites this NULL dere...

5.5CVSS5.4AI score0.001EPSS
Exploits0References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/02/14 4:27 p.m.4 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.2AI score0.00112EPSS
Exploits0References4Affected Software1
Cvelist
Cvelist
added 2026/02/14 4:27 p.m.22 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
Exploits0References3
EUVD
EUVD
added 2026/02/14 4:27 p.m.9 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
Exploits0References3
CVE
CVE
added 2026/02/14 4:27 p.m.28 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
Exploits0References3Affected Software1
OSV
OSV
added 2026/02/14 4:27 p.m.5 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
Exploits0References6
Debian CVE
Debian CVE
added 2026/02/14 4:27 p.m.7 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
Exploits0
ATTACKERKB
ATTACKERKB
added 2026/02/14 4:27 p.m.5 views

CVE-2026-23183

In the Linux kernel, the following vulnerability has been resolved: cgroup/dmem: fix NULL pointer dereference when setting max An issue was triggered: BUG: kernel NULL pointer dereference, address: 0000000000000000 PF: supervisor read access in kernel mode PF: errorcode0x0000 - not-present page P...

5.1AI score0.00155EPSS
Exploits0References3Affected Software1
Rows per page
Query Builder