Lucene search
+L

600039 matches found

Cvelist
Cvelist
added 2026/08/15 5:55 a.m.33 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 2026/08/15 5:55 a.m.21 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 2026/08/15 5:55 a.m.8 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 2026/08/15 5:55 a.m.22 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 2026/08/15 5:55 a.m.7 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 2026/08/15 5:55 a.m.7 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
Cvelist
Cvelist
added 2026/08/15 5:55 a.m.19 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 2026/08/15 5:55 a.m.6 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
EUVD
EUVD
added 2026/08/15 5:55 a.m.7 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 2026/08/15 5:55 a.m.30 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 2026/08/15 5:55 a.m.7 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 2026/08/15 5:54 a.m.6 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 2026/08/15 5:54 a.m.18 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 2026/08/15 5:54 a.m.4 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 2026/08/15 5:54 a.m.9 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 2026/08/15 5:53 a.m.6 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
Cvelist
Cvelist
added 2026/08/15 5:53 a.m.22 views

CVE-2026-72146 dmaengine: sh: rz-dmac: Move interrupt request after everything is set up

In the Linux kernel, the following vulnerability has been resolved: dmaengine: sh: rz-dmac: Move interrupt request after everything is set up Once the interrupt is requested, the interrupt handler may run immediately. Since the IRQ handler can access channel-chbase, which is initialized only afte...

8.4CVSS0.0018EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/15 5:53 a.m.3 views

CVE-2026-72146 dmaengine: sh: rz-dmac: Move interrupt request after everything is set up

In the Linux kernel, the following vulnerability has been resolved: dmaengine: sh: rz-dmac: Move interrupt request after everything is set up Once the interrupt is requested, the interrupt handler may run immediately. Since the IRQ handler can access channel-chbase, which is initialized only afte...

8.4CVSS5.5AI score
SaveExploits0References10
Cvelist
Cvelist
added 2026/08/15 5:53 a.m.25 views

CVE-2026-72122 can: bcm: fix lockless bound/ifindex race and silent RX_SETUP failure

In the Linux kernel, the following vulnerability has been resolved: can: bcm: fix lockless bound/ifindex race and silent RXSETUP failure bcmsendmsg reads bo-ifindex and checks bo-bound before taking locksock, while bcmnotify, bcmconnect and bcmrelease all mutate both fields under that same lock...

7.3CVSS0.0016EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:52 a.m.5 views

EUVD-2026-58879

In the Linux kernel, the following vulnerability has been resolved: can: bcm: add locking when updating filter and timer values KCSAN detected a simultaneous access to timer values that can be overwritten in bcmrxsetup when updating timer and filter content while bcmrxhandler, bcmrxtimeouthandler...

5.8AI score0.00345EPSS
SaveExploits0References5
Rows per page
Query Builder