Lucene search
+L

47451 matches found

UbuntuCve
UbuntuCve
added 2026/01/31 12:16 p.m.11 views

CVE-2026-23020

In the Linux kernel, the following vulnerability has been resolved: net: 3com: 3c59x: fix possible null dereference in vortexprobe1 pdev can be null and freering: can be called in 1297 with a null pdev...

5.5CVSS5.7AI score0.00119EPSS
SaveExploits0References34
OSV
OSV
added 2026/01/31 12:16 p.m.10 views

UBUNTU-CVE-2026-23020

In the Linux kernel, the following vulnerability has been resolved: net: 3com: 3c59x: fix possible null dereference in vortexprobe1 pdev can be null and freering: can be called in 1297 with a null pdev...

5.5CVSS5.7AI score0.00119EPSS
SaveExploits0References35
EUVD
EUVD
added 2026/01/31 11:42 a.m.9 views

EUVD-2026-5055

In the Linux kernel, the following vulnerability has been resolved: drm/gud: fix NULL fb and crtc dereferences on USB disconnect On disconnect drmatomichelperdisableall is called which sets both the fb and crtc for a plane to NULL before invoking a commit. This causes a kernel oops on every displ...

5.8AI score0.00202EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/01/31 11:42 a.m.17 views

CVE-2026-23039

In the Linux kernel, the following vulnerability has been resolved: drm/gud: fix NULL fb and crtc dereferences on USB disconnect On disconnect drmatomichelperdisableall is called which sets both the fb and crtc for a plane to NULL before invoking a commit. This causes a kernel oops on every displ...

5.1AI score0.00202EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/01/31 11:42 a.m.8 views

CVE-2026-23039

In the Linux kernel, the following vulnerability has been resolved: drm/gud: fix NULL fb and crtc dereferences on USB disconnect On disconnect drmatomichelperdisableall is called which sets both the fb and crtc for a plane to NULL before invoking a commit. This causes a kernel oops on every displ...

5.8AI score0.00202EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/01/31 11:42 a.m.48 views

CVE-2026-23039 drm/gud: fix NULL fb and crtc dereferences on USB disconnect

In the Linux kernel, the following vulnerability has been resolved: drm/gud: fix NULL fb and crtc dereferences on USB disconnect On disconnect drmatomichelperdisableall is called which sets both the fb and crtc for a plane to NULL before invoking a commit. This causes a kernel oops on every displ...

0.00202EPSS
SaveExploits0References2
OSV
OSV
added 2026/01/31 11:42 a.m.12 views

CVE-2026-23039 drm/gud: fix NULL fb and crtc dereferences on USB disconnect

In the Linux kernel, the following vulnerability has been resolved: drm/gud: fix NULL fb and crtc dereferences on USB disconnect On disconnect drmatomichelperdisableall is called which sets both the fb and crtc for a plane to NULL before invoking a commit. This causes a kernel oops on every displ...

5.8AI score
SaveExploits0References5
CVE
CVE
added 2026/01/31 11:39 a.m.53 views

CVE-2026-23020

CVE-2026-23020 is a Linux kernel issue affecting the 3com 3c59x driver. The vulnerability stems from a potential NULL dereference in vortex_probe1(), where a null pdev could lead to a NULL dereference and later calls to free_ring. The vulnerability was fixed in the upstream kernel as part of the ...

5.5CVSS5.7AI score0.00119EPSS
SaveExploits0References7Affected Software1
EUVD
EUVD
added 2026/01/31 11:39 a.m.20 views

EUVD-2026-5074

In the Linux kernel, the following vulnerability has been resolved: net: 3com: 3c59x: fix possible null dereference in vortexprobe1 pdev can be null and freering: can be called in 1297 with a null pdev...

5.7AI score0.00119EPSS
SaveExploits0References7
OSV
OSV
added 2026/01/31 11:39 a.m.13 views

CVE-2026-23020 net: 3com: 3c59x: fix possible null dereference in vortex_probe1()

In the Linux kernel, the following vulnerability has been resolved: net: 3com: 3c59x: fix possible null dereference in vortexprobe1 pdev can be null and freering: can be called in 1297 with a null pdev...

5.7AI score
SaveExploits0References10
Cvelist
Cvelist
added 2026/01/31 11:39 a.m.44 views

CVE-2026-23020 net: 3com: 3c59x: fix possible null dereference in vortex_probe1()

In the Linux kernel, the following vulnerability has been resolved: net: 3com: 3c59x: fix possible null dereference in vortexprobe1 pdev can be null and freering: can be called in 1297 with a null pdev...

0.00119EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/01/31 11:39 a.m.15 views

CVE-2026-23020

In the Linux kernel, the following vulnerability has been resolved: net: 3com: 3c59x: fix possible null dereference in vortexprobe1 pdev can be null and freering: can be called in 1297 with a null pdev...

5.7AI score0.00119EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2026/01/31 11:39 a.m.56 views

CVE-2026-23019

CVE-2026-23019 describes a NULL dereference in the Linux kernel’s net: marvell: prestera code. The root cause is that prestera_devlink_alloc() calls devlink_priv() on the pointer returned by devlink_alloc() without verifying that the pointer is non-NULL; if allocation fails, this leads to a NULL ...

5.5CVSS5.7AI score0.00119EPSS
SaveExploits0References7Affected Software1
Debian CVE
Debian CVE
added 2026/01/31 11:39 a.m.14 views

CVE-2026-23019

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix NULL dereference on devlinkalloc failure devlinkalloc may return NULL on allocation failure, but presteradevlinkalloc unconditionally calls devlinkpriv on the returned pointer. This leads to a NULL...

5.5CVSS5.1AI score0.00119EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/01/31 11:39 a.m.64 views

CVE-2026-23019 net: marvell: prestera: fix NULL dereference on devlink_alloc() failure

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix NULL dereference on devlinkalloc failure devlinkalloc may return NULL on allocation failure, but presteradevlinkalloc unconditionally calls devlinkpriv on the returned pointer. This leads to a NULL...

0.00119EPSS
SaveExploits0References6
OSV
OSV
added 2026/01/31 11:39 a.m.10 views

CVE-2026-23019 net: marvell: prestera: fix NULL dereference on devlink_alloc() failure

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix NULL dereference on devlinkalloc failure devlinkalloc may return NULL on allocation failure, but presteradevlinkalloc unconditionally calls devlinkpriv on the returned pointer. This leads to a NULL...

5.7AI score
SaveExploits0References10
EUVD
EUVD
added 2026/01/31 11:39 a.m.15 views

EUVD-2026-5075

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix NULL dereference on devlinkalloc failure devlinkalloc may return NULL on allocation failure, but presteradevlinkalloc unconditionally calls devlinkpriv on the returned pointer. This leads to a NULL...

5.7AI score0.00119EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/01/31 11:38 a.m.7 views

CVE-2025-71184

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix NULL dereference on root when tracing inode eviction When evicting an inode the first thing we do is to setup tracing for it, which implies fetching the root's id. But in btrfsevictinode the root might be NULL, as...

5.5CVSS5.2AI score0.00123EPSS
SaveExploits0
OSV
OSV
added 2026/01/31 11:38 a.m.11 views

CVE-2025-71184 btrfs: fix NULL dereference on root when tracing inode eviction

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix NULL dereference on root when tracing inode eviction When evicting an inode the first thing we do is to setup tracing for it, which implies fetching the root's id. But in btrfsevictinode the root might be NULL, as...

5.8AI score
SaveExploits0References7
EUVD
EUVD
added 2026/01/31 11:38 a.m.9 views

EUVD-2025-206591

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix NULL dereference on root when tracing inode eviction When evicting an inode the first thing we do is to setup tracing for it, which implies fetching the root's id. But in btrfsevictinode the root might be NULL, as...

5.8AI score0.00123EPSS
SaveExploits0References3
Rows per page
Query Builder