Lucene search
+L

1588 matches found

OSV
OSV
added last week4 views

CVE-2026-64114 ipv4: raw: reject IP_HDRINCL packets with ihl < 5

In the Linux kernel, the following vulnerability has been resolved: ipv4: raw: reject IPHDRINCL packets with ihl ihl 4; err = -EINVAL; if iphlen length goto errorfree; if iphlen = sizeofiph / fix up saddr, totlen, id, csum, transportheader / It does not, however, reject ihl = sizeofiph" branch is...

7.8CVSS5.4AI score0.00136EPSS
SaveExploits0References11
EUVD
EUVD
added last week9 views

EUVD-2026-45650

In the Linux kernel, the following vulnerability has been resolved: netfilter: ebtables: move to two-stage removal scheme Like previous patches for xtables, follow same pattern in ebtables. We can't reuse xt helpers: ebttable struct layout is incompatible. table-ops assignment is now done while...

5.4AI score0.00127EPSS
SaveExploits0References3
Cvelist
Cvelist
added last week27 views

CVE-2026-64071 nvme-pci: fix use-after-free in nvme_free_host_mem()

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix use-after-free in nvmefreehostmem nvmefreehostmem frees dev-hmbsgt via dmafreenoncontiguous but never clears the pointer afterward. This leads to a use-after-free if nvmefreehostmem is called twice in the same error...

0.00173EPSS
SaveExploits0References3
EUVD
EUVD
added last week7 views

EUVD-2026-45628

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: cortina: Carry over frag counter The gmacrx NAPI poll function assembles packets in an SKB from a ring buffer. If the ring buffer gets completely emptied during a poll cycle, we exit gmacrx, but the packet is not y...

5.6AI score0.00514EPSS
SaveExploits0References8
CVE
CVE
added last week6 views

CVE-2026-64052

Technical details (affected product/component, root cause, impact, affected versions, or remediation specifics) are not publicly available in the provided documents. Monitor for updates as more information may be released or updated.

5.4AI score0.00168EPSS
SaveExploits0References4
OSV
OSV
added last week5 views

CVE-2026-64049 drm/msm/adreno: fix userspace-triggered crash on a2xx-a4xx

In the Linux kernel, the following vulnerability has been resolved: drm/msm/adreno: fix userspace-triggered crash on a2xx-a4xx Before a5xx Adreno driver will not try fetching UBWC params because those generations didn't support UBWC anyway, however it's still possible to query UBWC-related params...

5.3AI score0.00166EPSS
SaveExploits0References6
OSV
OSV
added last week4 views

CVE-2026-64050 drm/msm/dpu: don't mix devm and drmm functions

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: don't mix devm and drmm functions Mixing devm and drmm functions will result in a use-after-free on msm driver teardown if userspace keeps a reference on the drm device: The WB connector data will be destroyed becaus...

7.8CVSS5.4AI score0.00124EPSS
SaveExploits0References6
EUVD
EUVD
added last week11 views

EUVD-2026-45753

In the Linux kernel, the following vulnerability has been resolved: net/handshake: Use spinlockbh for hnlock nvmettcpstatechange, a socket callback that runs in BH context, can reach handshakereqcancel via nvmettcpschedulereleasequeue and tlshandshakecancel. handshakereqcancel acquires hn-hnlock...

5.4AI score0.00441EPSS
SaveExploits0References4
OSV
OSV
added last week4 views

CVE-2026-63946 Bluetooth: ISO: fix UAF in iso_recv_frame

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix UAF in isorecvframe isorecvframe reads conn-sk under isoconnlock but releases the lock before using sk, with no reference held. A concurrent isosockkill can free sk in that window, causing use-after-free on...

8.8CVSS5.4AI score0.00327EPSS
SaveExploits0References9
OSV
OSV
added last week5 views

CVE-2026-63915 nfc: hci: fix out-of-bounds read in HCP header parsing

In the Linux kernel, the following vulnerability has been resolved: nfc: hci: fix out-of-bounds read in HCP header parsing Both nfchcirecvfromllc and ncihcidatareceivedcb read packet-header from skb-data at function entry without first checking that the buffer holds at least one byte. A malicious...

8.8CVSS5.6AI score0.00345EPSS
SaveExploits0References11
CVE
CVE
added last week11 views

CVE-2026-63895

Summary: CVE-2026-63895 affects the Linux kernel's FunctionFS (f_fs) gadget driver. The bug occurs in ffs_ep0_read(), where a control-OUT request’s data buffer is allocated with kmalloc(len) and then fully copied to userspace via copy_to_user(buf, data, len) even when only ret bytes were actually...

5.6AI score0.00244EPSS
SaveExploits0References7
EUVD
EUVD
added last week7 views

EUVD-2026-45668

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: copy only received bytes on short ep0 read ffsep0read allocates its control-OUT data buffer with kmalloc not kzalloc at the Length value from the Setup packet, then copies that full len to userspace regardless o...

5.6AI score0.00244EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added last week3 views

CVE-2026-63895

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: copy only received bytes on short ep0 read ffsep0read allocates its control-OUT data buffer with kmalloc not kzalloc at the Length value from the Setup packet, then copies that full len to userspace regardless o...

5.5AI score0.00244EPSS
SaveExploits0
OSV
OSV
added last week4 views

CVE-2026-63895 usb: gadget: f_fs: copy only received bytes on short ep0 read

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: copy only received bytes on short ep0 read ffsep0read allocates its control-OUT data buffer with kmalloc not kzalloc at the Length value from the Setup packet, then copies that full len to userspace regardless o...

5.6AI score0.00244EPSS
SaveExploits0References10
EUVD
EUVD
added last week9 views

EUVD-2026-45661

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Fix CRC overread and double-free in iscsithandletextcmd Two latent bugs in the Text-phase handler, both present since the original LIO integration in commit e48354ce078c "iscsi-target: Add iSCSI fabric suppor...

5.7AI score0.00745EPSS
SaveExploits0References8
Cvelist
Cvelist
added last week31 views

CVE-2026-63887 scsi: target: iscsi: Bound iscsi_encode_text_output() appends to rsp_buf

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Bound iscsiencodetextoutput appends to rspbuf iscsiencodetextoutput concatenates "key=value\0" records into login-rspbuf, an 8192-byte kzallocMAXKEYVALUEPAIRS buffer allocated in iscsitallocloginsetupbuffer...

9.8CVSS0.00745EPSS
SaveExploits0References8
OSV
OSV
added last week6 views

CVE-2026-63862 PCI: mediatek-gen3: Prevent leaking IRQ domains when IRQ not found

In the Linux kernel, the following vulnerability has been resolved: PCI: mediatek-gen3: Prevent leaking IRQ domains when IRQ not found In mtkpciesetupirq, the IRQ domains are allocated before the controller's IRQ is fetched. If the latter fails, the function directly returns an error, without...

5.3AI score0.00161EPSS
SaveExploits0References9
OSV
OSV
added last week7 views

CVE-2026-63839 platform/x86: lenovo-wmi-helpers: Fix memory leak in lwmi_dev_evaluate_int()

In the Linux kernel, the following vulnerability has been resolved: platform/x86: lenovo-wmi-helpers: Fix memory leak in lwmidevevaluateint lwmidevevaluateint leaks output.pointer when retval == NULL found by sashiko.dev 1. Fix it by moving retobj = output.pointer' outside of the if retval' block...

5.3AI score0.00156EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added last week6 views

CVE-2026-63814

In the Linux kernel, the following vulnerability has been resolved: f2fs: validate ACL entry sizes in f2fsaclfromdisk f2fsaclcount only validates the aggregate ACL xattr length. A malformed ACL can still place ACLUSER or ACLGROUP in a slot that only contains struct f2fsaclentryshort bytes, and...

7.8CVSS5.3AI score0.0012EPSS
SaveExploits0
CVE
CVE
added last week11 views

CVE-2026-63808

CVE-2026-63808 (Linux kernel exFAT): The vulnerability is a potential use-after-free in exfat_find_dir_entry() where a buffer_head is freed before all reads on the TYPE_EXTEND path, leading to a read from invalid memory. The root cause is brelse(bh) occurring before ep is no longer dereferenced; ...

9.8CVSS5.5AI score0.005EPSS
SaveExploits0References8
Rows per page
Query Builder