Lucene search
+L

31979 matches found

Debian CVE
Debian CVE
added 4 days ago4 views

CVE-2026-64012

In the Linux kernel, the following vulnerability has been resolved: net/sched: schsfb: Replace direct dequeue call with peek and qdiscdequeuepeeked When sfb has children eg qfq qdisc whose peek callback is qdiscpeekdequeued, we could get a kernel panic. When the parent of such qdiscs eg illustrat...

5.3AI score0.00176EPSS
SaveExploits0
EUVD
EUVD
added 4 days ago7 views

EUVD-2026-45577

In the Linux kernel, the following vulnerability has been resolved: net/iucv: fix locking in .getsockopt Mirror iucvsocksetsockopt and wrap the whole switch in locksock/releasesock. The pre-existing SOMSGLIMIT-only lock becomes redundant and is removed. Any AFIUCV HIPER user can potentially crash...

5.4AI score0.00129EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 4 days ago4 views

CVE-2026-63991

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: 6lowpan: check skbclone return value in sendmcastpkt The skbclone function can return NULL if memory allocation fails. sendmcastpkt calls skbclone without checking the return value, which can lead to a NULL pointer...

5.2AI score0.00176EPSS
SaveExploits0
EUVD
EUVD
added 4 days ago7 views

EUVD-2026-45564

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: 6lowpan: check skbclone return value in sendmcastpkt The skbclone function can return NULL if memory allocation fails. sendmcastpkt calls skbclone without checking the return value, which can lead to a NULL pointer...

5.4AI score0.00176EPSS
SaveExploits0References8
CVE
CVE
added 4 days ago8 views

CVE-2026-63991

The CVE CVE-2026-63991 concerns the Linux kernel Bluetooth 6lowpan path. The issue: skb_clone() may return NULL on allocation failure, and send_mcast_pkt() did not check this, risking a NULL pointer dereference in send_pkt() when dereferencing skb->data. The connected records indicate a fix wa...

5.4AI score0.00176EPSS
SaveExploits0References8
CVE
CVE
added 4 days ago8 views

CVE-2026-63972

The CVE-2026-63972 entry concerns the Linux kernel vulnerability in the mana net driver. Affected component: mana per-port queue handling in the kernel’s mana_detach path. Root cause: after a prior detach succeeded but attach failed, a port remained detached with apc->tx_qp and apc->rxqs fr...

7.5CVSS5.4AI score0.00583EPSS
SaveExploits0References3
NVD
NVD
added 4 days ago11 views

CVE-2026-63810

In the Linux kernel, the following vulnerability has been resolved: block: Avoid mounting the bdev pseudo-filesystem in userspace The bdev pseudo-filesystem is an internal kernel filesystem with which userspace should not interfere. Unregister it so that userspace cannot even attempt to mount it...

0.00168EPSS
SaveExploits0References4
NVD
NVD
added 4 days ago10 views

CVE-2026-53403

In the Linux kernel, the following vulnerability has been resolved: fbdev: Fix fbnewmodelist to prevent null-ptr-deref in fbvideomodetovar info-var, a framebuffer's current mode, is expected to have a matching entry in info-modelist. vartodisplay relies on this and treats a failed fbmatchmode as...

0.00177EPSS
SaveExploits0References8
EUVD
EUVD
added 4 days ago9 views

EUVD-2026-45477

In the Linux kernel, the following vulnerability has been resolved: f2fs: read COW data with the original inode during atomic write When updating an atomic-write file, f2fswritebegin may read the previously written data back from the COW inode: prepareatomicwritebegin locates the block in the COW...

5.2AI score0.00106EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 4 days ago6 views

CVE-2026-63811

In the Linux kernel, the following vulnerability has been resolved: f2fs: read COW data with the original inode during atomic write When updating an atomic-write file, f2fswritebegin may read the previously written data back from the COW inode: prepareatomicwritebegin locates the block in the COW...

5.1AI score0.00106EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 4 days ago10 views

EUVD-2026-45476

In the Linux kernel, the following vulnerability has been resolved: block: Avoid mounting the bdev pseudo-filesystem in userspace The bdev pseudo-filesystem is an internal kernel filesystem with which userspace should not interfere. Unregister it so that userspace cannot even attempt to mount it...

5.3AI score0.00168EPSS
SaveExploits0References4
CVE
CVE
added 4 days ago11 views

CVE-2026-63810

In CVE-2026-63810, the Linux kernel fixed a vulnerability in the block subsystem by unregistering the bdev pseudo-filesystem to prevent userspace from mounting it. The issue arose because move_mount() could use inode_operations pointers that were always zero for this filesystem, enabling a NULL p...

5.4AI score0.00168EPSS
SaveExploits0References4
OSV
OSV
added 4 days ago4 views

CVE-2026-53385 vc_screen: fix null-ptr-deref in vcs_notifier() during concurrent vcs_write

In the Linux kernel, the following vulnerability has been resolved: vcscreen: fix null-ptr-deref in vcsnotifier during concurrent vcswrite A KASAN null-ptr-deref was observed in vcsnotifier: BUG: KASAN: null-ptr-deref in vcsnotifier+0x98/0x130 Read of size 2 at addr qmpcmdname: qmpcapabilities,...

5.4AI score0.00195EPSS
SaveExploits0References12
EUVD
EUVD
added 4 days ago9 views

EUVD-2026-45507

In the Linux kernel, the following vulnerability has been resolved: vcscreen: fix null-ptr-deref in vcsnotifier during concurrent vcswrite A KASAN null-ptr-deref was observed in vcsnotifier: BUG: KASAN: null-ptr-deref in vcsnotifier+0x98/0x130 Read of size 2 at addr qmpcmdname: qmpcapabilities,...

5.3AI score0.00195EPSS
SaveExploits0References9
CVE
CVE
added 4 days ago13 views

CVE-2026-53382

In the Linux kernel CVE-2026-53382, the issue is a NULL-pointer dereference in media/vidtv: vidtv_mux_push_si may dereference vidtv_mux_get_pid_ctx() when it returns NULL, causing a general protection fault. The root cause is that vidtv_mux_pid_ctx_init() does not verify the return value of vidtv...

5.4AI score0.00195EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 4 days ago8 views

PT-2026-61424

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: pcm512x: fix null-ptr dereference in pcm512x overclock xxx put In the pcm512x chipset driver, pcm512x overclock xxx put is defined as a general mixer kcontrol instead of a DAPM kcontrol, so struct snd soc dapm conte...

5.3AI score0.00162EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 4 days ago5 views

PT-2026-61411

In the Linux kernel, the following vulnerability has been resolved: batman-adv: bla: avoid NULL-ptr deref for claim via dropped interface Without rtnl lock held, a hardif might be retrieved as primary interface of a meshif, but then while operating on this interface getting decoupled from the mes...

5.3AI score0.0021EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 4 days ago10 views

PT-2026-61437

In the Linux kernel, the following vulnerability has been resolved: net: ethtool: fix NULL pointer dereference in phy reply size In phy prepare data, several strings such as 'name', 'drvname', 'upstream sfp name', and 'downstream sfp name' are allocated using kstrdup. However, these allocations...

5.5AI score0.00166EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 4 days ago8 views

PT-2026-61308

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: 6lowpan: check skb clone return value in send mcast pkt The skb clone function can return NULL if memory allocation fails. send mcast pkt calls skb clone without checking the return value, which can lead to a NULL...

5.3AI score0.00176EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 4 days ago10 views

PT-2026-61088

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the ksmbd module during the handling of SMB2 compound requests. The smb2 check user session function fails to verify if a session is in the SMB2 SESSION VALID state fo...

7.5CVSS5.2AI score0.00632EPSS
SaveExploits0References10
Rows per page
Query Builder