Lucene search
+L

599545 matches found

EUVD
EUVD
added 5 days ago9 views

EUVD-2026-59328

In the Linux kernel, the following vulnerability has been resolved: ipv6: ioam: fix type confusion of dstentry IOAM uses a dummy dstentrynulldst to mark that the destination should not be changed after the transformation. This dst is stored in the IOAM lwt state and may be passed to dstcachesetip...

5.4AI score0.00605EPSS
SaveExploits0References3
OSV
OSV
added 5 days ago10 views

CVE-2026-72422 ksmbd: fix use-after-free of conn->preauth_info in concurrent SMB2 NEGOTIATE

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free of conn-preauthinfo in concurrent SMB2 NEGOTIATE conn-preauthinfo is shared connection state struct preauthintegrityinfo, kmalloc-96 that is allocated and freed by the SMB2 NEGOTIATE handler and read by...

9.8CVSS5.7AI score
SaveExploits0References10
CVE
CVE
added 5 days ago18 views

CVE-2026-72422

Summary: CVE-2026-72422 fixes a use-after-free in ksmbd’s handling of conn->preauth_info during concurrent SMB2 NEGOTIATE on the same Linux kernel connection. The issue arose because the preauth_info state (shared across the negotiate and response paths) could be freed while a concurrent send-...

9.8CVSS5.5AI score0.00668EPSS
SaveExploits0References7
Cvelist
Cvelist
added 5 days ago27 views

CVE-2026-72399 net: enetc: check the number of BDs needed for xdp_frame

In the Linux kernel, the following vulnerability has been resolved: net: enetc: check the number of BDs needed for xdpframe The size of xdpredirectarr array is ENETCMAXSKBFRAGS. However, the number of fragments contained in xdpframe may be greater than or equal to ENETCMAXSKBFRAGS, which will cau...

9.8CVSS0.00672EPSS
SaveExploits0References6
Cvelist
Cvelist
added 5 days ago33 views

CVE-2026-72358 drm/xe/pt: prevent invalid cursor access for purged BOs

In the Linux kernel, the following vulnerability has been resolved: drm/xe/pt: prevent invalid cursor access for purged BOs During a page table walk for binding, xeptstagebind explicitly skips initializing the xerescursor for purged BOs, treating them similarly to NULL VMAs by only setting the...

7.8CVSS0.00165EPSS
SaveExploits0References2
CVE
CVE
added 5 days ago19 views

CVE-2026-72358

CVE-2026-72358 relates to the Linux kernel drm/xe/pt code, where cursor handling for purged BOs could be left uninitialized during page-table walks in xe_pt_hugepte_possible() and xe_pt_scan_64K(), leading to invalid cursor accesses and warnings. The fix adds an explicit purged-BO check (like NUL...

7.8CVSS5.4AI score0.00165EPSS
SaveExploits0References2
OSV
OSV
added 5 days ago6 views

CVE-2026-72344 net/mlx5e: TC, skip peer flow cleanup when LAG seq is unavailable

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: TC, skip peer flow cleanup when LAG seq is unavailable mlx5laggetdevseq will return error when the peer isn't in the LAG or when no device is marked as master. Result bad memory access and kernel crash1. Hence, skip th...

7.8CVSS5.5AI score
SaveExploits0References5
CVE
CVE
added 5 days ago19 views

CVE-2026-72344

Summary: CVE-2026-72344 affects the Linux kernel mlx5e features for TC offloads. The issue occurs when cleaning up peer flows in a Link Aggregation Group (LAG) if the peer is not in the LAG or no master is marked, causing mlx5_lag_get_dev_seq() to return an error, which can lead to bad memory acc...

7.8CVSS5.3AI score0.00165EPSS
SaveExploits0References2
EUVD
EUVD
added 5 days ago7 views

EUVD-2026-59230

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix VMA access race aie2populaterange and amdxdnaumaprelease access a saved VMA pointer that may have already been freed, leading to a potential use-after-free. Remove the VMA accesses from these functions to avoid...

5.5AI score0.00165EPSS
SaveExploits0References2
OSV
OSV
added 5 days ago6 views

CVE-2026-72302 ASoC: SOF: ipc3-control: Use overflow checks in control_update size calc

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc3-control: Use overflow checks in controlupdate size calc In sofipc3controlupdate, the expectedsize calculation uses firmware-provided cdata-numelems in arithmetic that could overflow on 32-bit platforms, wrapping t...

7.8CVSS5.6AI score
SaveExploits0References9
EUVD
EUVD
added 5 days ago6 views

EUVD-2026-59201

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc3-control: Use overflow checks in controlupdate size calc In sofipc3controlupdate, the expectedsize calculation uses firmware-provided cdata-numelems in arithmetic that could overflow on 32-bit platforms, wrapping t...

5.5AI score0.00177EPSS
SaveExploits0References6
Cvelist
Cvelist
added 5 days ago19 views

CVE-2026-72302 ASoC: SOF: ipc3-control: Use overflow checks in control_update size calc

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc3-control: Use overflow checks in controlupdate size calc In sofipc3controlupdate, the expectedsize calculation uses firmware-provided cdata-numelems in arithmetic that could overflow on 32-bit platforms, wrapping t...

7.8CVSS0.00177EPSS
SaveExploits0References6
EUVD
EUVD
added 5 days ago7 views

EUVD-2026-59195

In the Linux kernel, the following vulnerability has been resolved: net: ife: require ETHHLEN to be pullable in ifedecode ife decode may return after making only the outer IFE header and metadata pullable. The caller then passes the decapsulated packet to ethtypetrans, which expects the inner...

5.4AI score0.00704EPSS
SaveExploits0References8
CVE
CVE
added 5 days ago26 views

CVE-2026-72296

The CVE-2026-72296 entry describes a Linux kernel vulnerability in the net/ife path where ife_decode() could return after pulling only the outer IFE header and metadata, causing eth_type_trans() to see an inner Ethernet header that may be absent in the linear data area. This could lead to a crash...

9.1CVSS5.4AI score0.00704EPSS
SaveExploits0References8
EUVD
EUVD
added 5 days ago6 views

EUVD-2026-59194

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Validate irqchip index in irqfd routing Sashiko reported that the irqchip index is not validated for LoongArch. Add validation and reject out-of-range irqchip indexes to avoid indexing past the routing table's chi...

5.4AI score0.00161EPSS
SaveExploits0References3
EUVD
EUVD
added 5 days ago5 views

EUVD-2026-59161

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc3-control: Fix heap overflow in bytesext put/get The ipccontroldata buffer is allocated as kzallocmaxsize, where maxsize covers the entire struct sofipcctrldata including its flexible array payload. However, the...

5.9AI score0.00177EPSS
SaveExploits0References5
Cvelist
Cvelist
added 5 days ago18 views

CVE-2026-72262 ASoC: SOF: ipc3-control: Fix heap overflow in bytes_ext put/get

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc3-control: Fix heap overflow in bytesext put/get The ipccontroldata buffer is allocated as kzallocmaxsize, where maxsize covers the entire struct sofipcctrldata including its flexible array payload. However, the...

7.8CVSS0.00177EPSS
SaveExploits0References5
OSV
OSV
added 5 days ago3 views

CVE-2026-72262 ASoC: SOF: ipc3-control: Fix heap overflow in bytes_ext put/get

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc3-control: Fix heap overflow in bytesext put/get The ipccontroldata buffer is allocated as kzallocmaxsize, where maxsize covers the entire struct sofipcctrldata including its flexible array payload. However, the...

7.8CVSS6AI score
SaveExploits0References8
OSV
OSV
added 5 days ago8 views

CVE-2026-72226 batman-adv: tt: prevent TVLV OOB check overflow

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: prevent TVLV OOB check overflow A TT unicast TVLV contains the number of VLANs stored in it. This number is an u16 and gets multiplied by the size of the struct batadvtvlvttvlandata 8 bytes. The size can therefore...

9.8CVSS5.9AI score
SaveExploits0References11
EUVD
EUVD
added 5 days ago6 views

EUVD-2026-58923

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: fix condition in 'nandselecttarget' 'cs' here must be in range 0:nanddevntargets...

5.3AI score0.00164EPSS
SaveExploits0References8
Rows per page
Query Builder