Lucene search
+L

41104 matches found

OSV
OSV
added 2026/07/19 2:56 p.m.6 views

CVE-2026-63996 ethtool: cmis: require exact CDB reply length

In the Linux kernel, the following vulnerability has been resolved: ethtool: cmis: require exact CDB reply length Malicious SFP module could respond with rpllen longer than what cmiscdbprocessreply expected, leading to OOB writes. Malicious HW is a bit theoretical but some modules may just be bug...

7.8CVSS5.3AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/07/19 2:56 p.m.35 views

CVE-2026-63978 net/handshake: Drain pending requests at net namespace exit

In the Linux kernel, the following vulnerability has been resolved: net/handshake: Drain pending requests at net namespace exit The arguments to listspliceinit in handshakenetexit are reversed. The call moves the local empty "requests" list onto hn-hnrequests, leaving the local list empty, so the...

9.8CVSS0.00598EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/19 2:56 p.m.13 views

CVE-2026-63976

Summary (CVE-2026-63976) : In the Linux kernel’s Bluetooth L2CAP path, ECRED reconfiguration success could fail to clear chan->ident, allowing a remote peer to replay a failure with the stale ident and cause the kernel to match/destroy an already-established channel (via l2cap_chan_del with EC...

8.8CVSS5.5AI score0.00443EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/19 2:55 p.m.30 views

CVE-2026-63951

The CVE-2026-63951 issue concerns the Linux kernel zram subsystem, specifically a use-after-free in zram_writeback_endio. The root cause is a race between the bio completion handler and the writeback task: wake_up is invoked after releasing wb_ctl->done_lock, creating a window where the writeb...

7.8CVSS5.8AI score0.00165EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/19 2:55 p.m.33 views

CVE-2026-63937 KVM: SEV: Use READ_ONCE() when reading entries/indices from PSC buffer

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Use READONCE when reading entries/indices from PSC buffer Use READONCE when reading entries/indices from the guest-accessible Page State Change buffer to defend against TOCTOU bugs. Don't bother with READONCE/WRITEONCE...

8.8CVSS0.00163EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/19 2:55 p.m.31 views

CVE-2026-63925 macsec: fix replay protection at XPN lower-PN wrap

In the Linux kernel, the following vulnerability has been resolved: macsec: fix replay protection at XPN lower-PN wrap In macsecpostdecrypt, when pn is U32MAX, pn + 1 overflows u32 to 0 and the first branch never fires. If nextpnhalves.lower is also in the upper half, pnsamehalfpn, lower is true...

8.1CVSS0.00341EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/19 2:55 p.m.6 views

EUVD-2026-45698

In the Linux kernel, the following vulnerability has been resolved: macsec: fix replay protection at XPN lower-PN wrap In macsecpostdecrypt, when pn is U32MAX, pn + 1 overflows u32 to 0 and the first branch never fires. If nextpnhalves.lower is also in the upper half, pnsamehalfpn, lower is true...

5.4AI score0.00341EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/19 2:55 p.m.18 views

CVE-2026-63925

The CVE-2026-63925 issue affects the Linux kernel macsec XPN replay protection logic. When pn equals U32_MAX, pn+1 overflows to 0 and the code path for updating next_pn_halves may not fire, allowing an attacker to replay a frame carrying pn == 0xFFFFFFFF on an XPN association. The fix extends the...

8.1CVSS5.4AI score0.00341EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/07/19 2:55 p.m.5 views

CVE-2026-63925

In the Linux kernel, the following vulnerability has been resolved: macsec: fix replay protection at XPN lower-PN wrap In macsecpostdecrypt, when pn is U32MAX, pn + 1 overflows u32 to 0 and the first branch never fires. If nextpnhalves.lower is also in the upper half, pnsamehalfpn, lower is true...

8.1CVSS5.2AI score0.00341EPSS
SaveExploits0
OSV
OSV
added 2026/07/19 2:55 p.m.8 views

CVE-2026-63920 ipv6: validate extension header length before copying to cmsg

In the Linux kernel, the following vulnerability has been resolved: ipv6: validate extension header length before copying to cmsg ip6datagramrecvspecificctl builds IPV6HOPOPTS,DSTOPTS,RTHDR cmsgs and their IPV62292 legacy counterparts by trusting the on-wire hdrlen byte ptr1 when computing the...

7.1CVSS5.3AI score
SaveExploits0References11
NVD
NVD
added 2026/07/19 12:16 p.m.10 views

CVE-2026-63830

In the Linux kernel, the following vulnerability has been resolved: net: skmsg: preserve sg.copy across SG transforms The skmsg sg.copy bitmap is part of the scatterlist entry ownership state. A set bit tells skmsgcomputedatapointers not to expose the entry through writable BPF ctx-data. This...

9.4CVSS0.00352EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/07/19 12:2 p.m.8 views

CVE-2026-63835

In the Linux kernel, the following vulnerability has been resolved: batman-adv: v: prevent OGM aggregation on disabled hardif When an interface gets disabled, the worker is correctly disabled by batadvhardifdisableinterface - ... - batadvvogmifacedisable. In this process, the skb aggrlist is also...

5.2AI score0.00174EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2026/07/19 12:2 p.m.36 views

CVE-2026-63793 ntfs: serialize volume label accesses

In the Linux kernel, the following vulnerability has been resolved: ntfs: serialize volume label accesses Protect vol-volumelabel with a mutex and snaphost the label before copytouser. This prevent a use-after-free when FSIOCSETFSLABEL replaces the vol-volumelabel and FSIOCGETTSLABEL reads it...

7.8CVSS0.00121EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/19 12:2 p.m.8 views

EUVD-2026-45459

In the Linux kernel, the following vulnerability has been resolved: ntfs: serialize volume label accesses Protect vol-volumelabel with a mutex and snaphost the label before copytouser. This prevent a use-after-free when FSIOCSETFSLABEL replaces the vol-volumelabel and FSIOCGETTSLABEL reads it...

5.3AI score0.00121EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/07/19 12:2 p.m.7 views

CVE-2026-63793

In the Linux kernel, the following vulnerability has been resolved: ntfs: serialize volume label accesses Protect vol-volumelabel with a mutex and snaphost the label before copytouser. This prevent a use-after-free when FSIOCSETFSLABEL replaces the vol-volumelabel and FSIOCGETTSLABEL reads it...

7.8CVSS5.2AI score0.00121EPSS
SaveExploits0
OSV
OSV
added 2026/07/19 12:2 p.m.6 views

CVE-2026-63793 ntfs: serialize volume label accesses

In the Linux kernel, the following vulnerability has been resolved: ntfs: serialize volume label accesses Protect vol-volumelabel with a mutex and snaphost the label before copytouser. This prevent a use-after-free when FSIOCSETFSLABEL replaces the vol-volumelabel and FSIOCGETTSLABEL reads it...

7.8CVSS5.4AI score
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/07/19 10:2 a.m.8 views

CVE-2026-53380

In the Linux kernel, the following vulnerability has been resolved: media: rzv2h-ivc: Fix concurrent buffer list access The list of buffers rzv2hivc::buffers.queue is protected by a spinlock rzv2hivc::buffers.lock. However, in rzv2hivctransferbuffer, which runs in a separate workqueue, the listde...

5.6AI score0.00112EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/07/19 10:2 a.m.38 views

CVE-2026-53380 media: rzv2h-ivc: Fix concurrent buffer list access

In the Linux kernel, the following vulnerability has been resolved: media: rzv2h-ivc: Fix concurrent buffer list access The list of buffers rzv2hivc::buffers.queue is protected by a spinlock rzv2hivc::buffers.lock. However, in rzv2hivctransferbuffer, which runs in a separate workqueue, the listde...

7.8CVSS0.00112EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/19 10:1 a.m.36 views

CVE-2026-53375

CVE-2026-53375 affects the Linux kernel, specifically the drm/amdgpu/vce component. The issue arises during patching when only one of the lo/hi address parts is valid, which could cause a bad address to be written to firmware. The vulnerability is described as resolved, with linked kernel commits...

8.8CVSS5.4AI score0.0012EPSS
SaveExploits0References6Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/07/19 9:10 a.m.6 views

CVE-2026-53368

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix fsck inconsistency caused by incorrect natentry flag usage f2fsneeddentrymark reads natentry flags without mutual exclusion with the checkpoint path, which can result in an incorrect inode block marking state. The...

5.2AI score0.00116EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder