Lucene search
+L

248646 matches found

NVD
NVD
added 2026/08/15 6:21 a.m.4 views

CVE-2026-72098

In the Linux kernel, the following vulnerability has been resolved: dm-verity: fix buffer overflow in FEC calculation There's a buffer overflow in dm-verity-fec: if neras && neras fec-roots fio-erasuresneras++ = i; This allows neras to reach roots + 1 the post-increment pushes it past roots. This...

9.8CVSS0.00646EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/15 6:21 a.m.7 views

CVE-2026-72085

In the Linux kernel, the following vulnerability has been resolved: scsi: xen: scsiback: Free unsubmitted command instead of double-putting it scsibackgetpendreq obtains a command tag and returns a vscsibkpend whose embedded secmd has only been memset to 0, so its cmdkref is 0; the secmd is...

9.3CVSS0.00177EPSS
SaveExploits0References7
NVD
NVD
added 2026/08/15 6:21 a.m.6 views

CVE-2026-72086

In the Linux kernel, the following vulnerability has been resolved: scsi: xen: scsiback: Free the command tag on the TMR submit-failure path scsibackdeviceaction obtains a command tag in scsibackgetpendreq and submits a task-management request with targetsubmittmr. When targetsubmittmr fails it...

0.00205EPSS
SaveExploits0References7
NVD
NVD
added 2026/08/15 6:21 a.m.6 views

CVE-2026-72088

In the Linux kernel, the following vulnerability has been resolved: scsi: hpsa: Fix DMA mapping leak on IOACCEL2 reset path If physdisk-inreset is set, the function returns directly without undoing the resources acquired for the command. Add the missing error cleanup by unmapping the IOACCEL2 SG...

0.0021EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/15 6:21 a.m.8 views

CVE-2026-72084

In the Linux kernel, the following vulnerability has been resolved: scsi: target: Bound PR-OUT TransportID parsing to the received buffer corescsi3decodespeciport and corescsi3emulateregisterandmove hand the raw PERSISTENT RESERVE OUT parameter buffer to targetparseprouttransportid without tellin...

9.8CVSS0.00728EPSS
SaveExploits0References7
NVD
NVD
added 2026/08/15 6:21 a.m.5 views

CVE-2026-72087

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix memory leak in lpfcsli4driverresourcesetup The memory allocated for mboxq using mempoolalloc is not freed in some of the early exit error paths. Fix that by moving the mempoolfree call to an earlier point after la...

0.00215EPSS
SaveExploits0References6
NVD
NVD
added 2026/08/15 6:21 a.m.5 views

CVE-2026-72089

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Reject firmware log with size smaller than header fwlogfrombo validates the tracing buffer headersize and that the log fits within the BO, but never checks that log-size is at least log-headersize. fwlogprintbuffer th...

7.1CVSS0.00166EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/15 6:21 a.m.6 views

CVE-2026-72082

In the Linux kernel, the following vulnerability has been resolved: scsi: elx: efct: Fix refcount leak in efcthwioabort When efcthwreqtagalloc fails in efcthwioabort, the error path returns -ENOSPC without releasing the reference obtained via krefgetunlesszero earlier in the function. All other...

0.00215EPSS
SaveExploits0References7
NVD
NVD
added 2026/08/15 6:21 a.m.5 views

CVE-2026-72080

In the Linux kernel, the following vulnerability has been resolved: fs/resctrl: Fix use-after-free during unmount During unmount or failure teardown all mondata structures that contain monitoring event file private data are freed after which kernfs nodes are removed. However, the RDTDELETED flag ...

7.8CVSS0.00168EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/15 6:21 a.m.5 views

CVE-2026-72081

In the Linux kernel, the following vulnerability has been resolved: scsi: elx: efct: Fix I/O leak on unsupported additional CDB efctdispatchfcpcmd allocates an efctio before dispatching an unsolicited FCP command. If the command has an unsupported additional CDB, the function returns -EIO before...

0.00215EPSS
SaveExploits0References7
NVD
NVD
added 2026/08/15 6:21 a.m.8 views

CVE-2026-72077

In the Linux kernel, the following vulnerability has been resolved: Input: ims-pcu - fix firmware leak in async update The firmware object was not being released if validation failed. Use freefirmware to ensure the firmware is always released...

0.00209EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/15 6:21 a.m.5 views

CVE-2026-72079

In the Linux kernel, the following vulnerability has been resolved: Input: ims-pcu - fix use-after-free and double-free in disconnect imspcudisconnect only intended to perform cleanup when the primary control interface is unbound. However, it currently relies on the interface class to distinguish...

0.0022EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/15 6:21 a.m.7 views

CVE-2026-72076

In the Linux kernel, the following vulnerability has been resolved: Input: ims-pcu - fix out-of-bounds read in imspcuirq debug logging The debug logging in imspcuirq unconditionally prints data from pcu-urbinbuf. However, if the interrupt fired for pcu-urbctrl, the actual data resides in...

0.0022EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/15 6:21 a.m.5 views

CVE-2026-72075

In the Linux kernel, the following vulnerability has been resolved: Input: ims-pcu - fix race condition in resetdevice sysfs callback The imspcuresetdevice sysfs callback calls imspcuexecutecommand without acquiring pcu-cmdmutex. This can lead to data races and corruption of the shared command...

0.00215EPSS
SaveExploits0References6
NVD
NVD
added 2026/08/15 6:21 a.m.5 views

CVE-2026-72073

In the Linux kernel, the following vulnerability has been resolved: mmc: vub300: fix use-after-free on probe failure The vub300 driver lifetime-manages its controller state using vub300-kref, with vub300delete freeing the mmc host when the last reference is dropped. The probe error path after the...

0.00219EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/15 6:21 a.m.4 views

CVE-2026-72078

In the Linux kernel, the following vulnerability has been resolved: Input: ims-pcu - validate control endpoint type The driver currently assumes that the first endpoint of the control interface is an interrupt IN endpoint without verifying it. A malicious device could provide a different endpoint...

0.0022EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/15 6:21 a.m.10 views

CVE-2026-72069

In the Linux kernel, the following vulnerability has been resolved: locking/rt: Fix the incorrect RCU protection in rtspinunlock rtspinunlock releases the RCU protection before unlocking the lock. That opens the door for the following UAF scenario: T1 T2 spinlock&p-lock; rcureadlock; invalidatep;...

9.8CVSS0.00663EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/15 6:21 a.m.5 views

CVE-2026-72072

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: macsec: fix use-after-free of metadatadst on RX SC delete When an offloaded MACsec RX SC is deleted, macsecdelrxscctx freed the per-SC metadatadst with metadatadstfree, which kfrees the object unconditionally and ignor...

7.8CVSS0.00171EPSS
SaveExploits0References6
NVD
NVD
added 2026/08/15 6:21 a.m.7 views

CVE-2026-72071

In the Linux kernel, the following vulnerability has been resolved: tracing/userevents: Fix use-after-free in usereventmmdup usereventmmdup walks the parent mm's enabler list locklessly under rcureadlock during fork from copyprocess; it does not take eventmutex: rcureadlock;...

7.8CVSS0.0017EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/15 6:21 a.m.6 views

CVE-2026-72067

In the Linux kernel, the following vulnerability has been resolved: cpu: hotplug: Preserve per instance callback errors cpuhpinvokecallback unwinds earlier callbacks for the same hotplug state when one instance fails. The rollback path currently reuses ret, so a successful rollback can hide the...

7.8CVSS0.00176EPSS
SaveExploits0References8
Rows per page
Query Builder