Lucene search
+L

23292 matches found

Cvelist
Cvelist
added 2026/07/19 3:39 p.m.32 views

CVE-2026-64090 batman-adv: tt: avoid empty VLAN responses

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: avoid empty VLAN responses The commit 16116dac2339 "batman-adv: prevent TT request storms by not sending inconsistent TT TLVLs" added checks to the local direct TT response code. But the response can also be done...

0.00184EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/19 3:39 p.m.10 views

CVE-2026-64036

The CVE-2026-64036 issue affects the Linux kernel cgroup/rstat path. The vuln arises because css_rstat_updated(), a BPF kfunc, accepts a caller-provided cpu value used for per-cpu rstat lookups without validating it against a valid CPU. A BPF iter/cgroup program with CAP_BPF and CAP_PERFMON could...

7.8CVSS5.4AI score0.00127EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/19 3:16 p.m.5 views

UBUNTU-CVE-2026-63873

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix mmstruct reference leak in aie2populaterange aie2populaterange jumps back to the again label without calling mmputmm, leaking a reference to the mmstruct. Add the missing mmput before jumping to again...

5.6AI score0.00155EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/19 2:56 p.m.10 views

EUVD-2026-45757

In the Linux kernel, the following vulnerability has been resolved: ipv6: rpl: fix hdrlen overflow in ipv6rplsrhdecompress ipv6rplsrhdecompress computes: outhdr-hdrlen = n + 1 sizeofstruct in6addr 3; hdrlen is u8. For n = 127 the result exceeds 255 and silently truncates. With n=127 cmpri=15,...

5.5AI score0.00514EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/19 2:56 p.m.28 views

CVE-2026-63984

CVE-2026-63984 affects the Linux kernel, addressing an overflow in the IPv6 RPL SRH decompression path. The bug occurs in ipv6_rpl_srh_decompress(): hdrlen is computed as outhdr->hdrlen = (((n + 1) * sizeof(struct in6_addr)) >> 3); since hdrlen is an 8-bit value, for n >= 127 the resu...

9.8CVSS5.5AI score0.00514EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/19 2:56 p.m.13 views

EUVD-2026-45755

In the Linux kernel, the following vulnerability has been resolved: net/sched: Fix ethx:ingress - ethy:egress - ethx:ingress mirred loop When mirred redirects to ingress from either ingress or egress the loop state from schedmirreddev array dev is lost because of 1 the packet deferral into the...

5.4AI score0.00198EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/07/19 2:56 p.m.6 views

CVE-2026-63981

In the Linux kernel, the following vulnerability has been resolved: net/sched: actmirred: Fix blockcast recursion bypass leading to stack overflow tcfmirredact checks schedmirrednest against MIRREDNESTLIMIT 4 to prevent deep recursion. However, when the action uses blockcast tcfmblockid != 0, the...

5.3AI score0.00188EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/19 2:55 p.m.8 views

EUVD-2026-45720

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: HIDP: fix missing length checks in hidpinputreport hidpinputreport reads keyboard and mouse payload data from an skb without first verifying that skb-len contains enough data. hidprecvintrframe pulls the 1-byte HIDP...

5.3AI score0.00337EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/07/19 2:55 p.m.9 views

EUVD-2026-45711

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Check PSC request indices against the actual size of the buffer When processing Page State Change PSC requests, validate the PSC buffer against the effective size of the scratch area, which could be less than the maximu...

5.4AI score0.0018EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/19 2:55 p.m.7 views

EUVD-2026-45686

In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: tcp: do not force CLOSE on invalid-seq RST without direction check An unintended behavior in the TCP conntrack state machine allows a connection to be forced into the CLOSE state using an RST packet with an...

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

CVE-2026-63897

The CVE-2026-63897 entry concerns the Linux kernel USB serial driver mct_u232. A missing sanity check on the size of interrupt-in transfers could allow parsing of stale or uninitialised slab data, potentially leaking kernel data to user space. The vulnerability is addressed by kernel fixes that a...

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

CVE-2026-63894

Summary (CVE-2026-63894): A race in Linux kernel’s FunctionFS DMABUF handling allows a freed usb_request to be dequeued via an obsolete priv->req pointer when cancelling a DMABUF attachment. The root cause is that ffs_epfile_dmabuf_io_complete() frees the request but leaves priv->req pointi...

7.8CVSS5.2AI score0.00159EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/07/19 2:55 p.m.6 views

CVE-2026-63887

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.8CVSS5.4AI score0.00745EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/19 2:54 p.m.8 views

EUVD-2026-45771

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Validate CHAPR length before base64 decode chapservercomputehash allocates clientdigest as kzallocchap-digestsize and then, for BASE64-encoded responses, passes chapr directly to chapbase64decode without...

5.3AI score0.00664EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/19 2:4 p.m.35 views

CVE-2026-63863 drm/gpusvm: Fix unbalanced unlock in drm_gpusvm_scan_mm()

In the Linux kernel, the following vulnerability has been resolved: drm/gpusvm: Fix unbalanced unlock in drmgpusvmscanmm There is a unbalanced lock/unlock to gpusvm notifier lock: 931.045868 ===================================== 931.046509 WARNING: bad unlock balance detected! 931.047149...

8.8CVSS0.00113EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/19 2:4 p.m.5 views

CVE-2026-63851 drm/amdgpu/vcn: set no_user_fence for VCN v4.0.5 enc ring

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn: set nouserfence for VCN v4.0.5 enc ring VCN encoder and decoder rings do not support 64-bit user fence writes, reject CS submissions with user fences. cherry picked from commit...

7.8CVSS5.4AI score0.0012EPSS
SaveExploits0References7
CVE
CVE
added 2026/07/19 2:4 p.m.15 views

CVE-2026-63850

The CVE-2026-63850 vulnerability affects the Linux kernel’s DRM/AMDGPU VCN path. Specifically, the VCN encoder/decoder rings in certain AMDGPU environments do not support 64-bit user fence writes, and are now prevented from submitting CS with user fences. The issue arises in VCN v5.0.0 enc ring b...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/19 2:4 p.m.7 views

CVE-2026-63850 drm/amdgpu/vcn: set no_user_fence for VCN v5.0.0 enc ring

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn: set nouserfence for VCN v5.0.0 enc ring VCN encoder and decoder rings do not support 64-bit user fence writes, reject CS submissions with user fences. cherry picked from commit...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/19 12:16 p.m.6 views

UBUNTU-CVE-2026-63827

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix use-after-free in rawdata dedup loop aareplaceprofiles walks ns-rawdatalist to dedup the incoming policy blob against entries already attached to existing profiles. Per the kernel-doc on struct aaloaddata, list...

7.8CVSS5.7AI score0.00124EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/19 12:16 p.m.8 views

UBUNTU-CVE-2026-53399

In the Linux kernel, the following vulnerability has been resolved: nfsd: release layout stid on setlease failure nfs4allocstid publishes the new stid into cl-clstateids via idralloccyclic under cllock before returning to nfsd4alloclayoutstateid. When nfsd4layoutsetlease then fails, the error pat...

9.8CVSS5.7AI score0.00514EPSS
SaveExploits0References3
Rows per page
Query Builder