Lucene search
+L

1530 matches found

CVE
CVE
•added 2026/08/10 12:04 p.m.•85 views

CVE-2026-68424

CVE-2026-68424 affects the Linux kernel MTD virt_concat code. The root cause is a use-after-free: mtd_concat_destroy() frees item->concat, so calling mtd_virt_concat_put_mtd_devices(item->concat) can use freed memory. The fix migrates the call to mtd_virt_concat_put_mtd_devices() to occur b...

5.3AI score0.00198EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/08/10 12:04 p.m.•10 views

EUVD-2026-55610

In the Linux kernel, the following vulnerability has been resolved: mtd: virtconcat: fix use-after-free in mtdvirtconcatdestroyjoins mtdconcatdestroy frees item-concat so calling mtdvirtconcatputmtddevicesitem-concat leads to a use after free. Fix this by moving mtdvirtconcatputmtddevices before...

5.3AI score0.00198EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/08/10 12:04 p.m.•38 views

CVE-2026-68423 mtd: virt_concat: fix use-after-free in mtd_virt_concat_destroy()

In the Linux kernel, the following vulnerability has been resolved: mtd: virtconcat: fix use-after-free in mtdvirtconcatdestroy mtdconcatdestroy frees item-concat so calling mtdvirtconcatputmtddevicesitem-concat after that leads to a use-after-free. Fix it by moving mtdvirtconcatputmtddevices...

0.00198EPSS
SaveExploits0References2
CVE
CVE
•added 2026/08/10 12:04 p.m.•46 views

CVE-2026-68423

The vulnerability CVE-2026-68423 concerns the Linux kernel’s MTD subsystem, specifically the virt_concat code path. A use-after-free occurs in mtd_virt_concat_destroy() because mtd_concat_destroy() frees item->concat, after which mtd_virt_concat_put_mtd_devices(item->concat) may be invoked,...

5.3AI score0.00198EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/08/10 12:04 p.m.•14 views

EUVD-2026-55568

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Hold device ref until queue teardown completes GuC exec queue destruction can run asynchronously. If the final device put happens from a destroy worker, drmm cleanup can end up draining the same workqueue and deadlock...

5.3AI score0.00165EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/08/10 12:04 p.m.•45 views

CVE-2026-68382 drm/xe/guc: Hold device ref until queue teardown completes

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Hold device ref until queue teardown completes GuC exec queue destruction can run asynchronously. If the final device put happens from a destroy worker, drmm cleanup can end up draining the same workqueue and deadlock...

7.8CVSS0.00165EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/08/10 12:03 p.m.•11 views

EUVD-2026-55446

In the Linux kernel, the following vulnerability has been resolved: armmpam: guard MBWU state before adding it to garbage destroycomponentcfg adds each RIS mbwustate object to the MPAM garbage list when destroying component configuration. However, mbwustate is allocated per RIS and only for RISes...

5.3AI score0.00198EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/08/10 12:02 p.m.•41 views

CVE-2026-68318 pds_core: fix use-after-free on workqueue during remove

In the Linux kernel, the following vulnerability has been resolved: pdscore: fix use-after-free on workqueue during remove In pdscremove, the workqueue is destroyed before pdscteardown is called. This ordering allows two paths to queue work on the destroyed workqueue: 1. If pdscteardown -...

0.00209EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/08/10 12:01 p.m.•43 views

CVE-2026-68263 drm/imagination: Fix double call to drm_sched_entity_fini()

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Fix double call to drmschedentityfini Call sequence of double call: pvrcontextdestroy pvrcontextkillqueues pvrqueuekill drmschedentitydestroy drmschedentityfini // here pvrcontextput...

7.8CVSS0.0017EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/08/10 12:00 p.m.•13 views

EUVD-2026-55292

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix NULL pointer dereference in rhash table destroy When unbinding the ath12k driver, kernel NULL pointer dereferences occur in irqworksync called from rhashtabledestroy. Two hash tables are affected: 1. ath12klinks...

5.3AI score0.00198EPSS
SaveExploits0References2
OSV
OSV
•added 2026/08/10 12:00 p.m.•20 views

CVE-2026-68191 wifi: ath12k: fix NULL pointer dereference in rhash table destroy

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix NULL pointer dereference in rhash table destroy When unbinding the ath12k driver, kernel NULL pointer dereferences occur in irqworksync called from rhashtabledestroy. Two hash tables are affected: 1. ath12klinks...

5.4AI score
SaveExploits0References5
CVE
CVE
•added 2026/08/10 12:00 p.m.•42 views

CVE-2026-68191

The CVE reports a NULL pointer dereference in the Linux kernel’s ath12k wifi driver during unbind, when irq_work_sync() from rhashtable_destroy() runs if hash tables were never fully initialized. Two affected hash tables are ath12k_link_sta (ath12k_base) and ath12k_dp_link_peer (ath12k_dp). The r...

5.3AI score0.00198EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/08/10 12:00 p.m.•36 views

CVE-2026-68191 wifi: ath12k: fix NULL pointer dereference in rhash table destroy

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix NULL pointer dereference in rhash table destroy When unbinding the ath12k driver, kernel NULL pointer dereferences occur in irqworksync called from rhashtabledestroy. Two hash tables are affected: 1. ath12klinks...

0.00198EPSS
SaveExploits0References2
OSV
OSV
•added 2026/08/10 11:59 a.m.•26 views

CVE-2026-68169 mptcp: pm: userspace: fix use-after-free in get_local_id

In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: userspace: fix use-after-free in getlocalid In mptcppmuserspacegetlocalid, the address entry is looked up under spinlock, but its id is read after dropping the lock. A concurrent deletion can free the entry between the...

5.5AI score
SaveExploits0References9
EUVD
EUVD
•added 2026/08/10 11:59 a.m.•13 views

EUVD-2026-55539

In the Linux kernel, the following vulnerability has been resolved: libceph: remove debugfs files before client teardown cephdestroyclient tears down the monitor client before removing the per-client debugfs files. A concurrent read of the monmap debugfs file can enter monmapshow after cephmoncst...

5.3AI score0.00126EPSS
SaveExploits0References5
CVE
CVE
•added 2026/08/10 11:59 a.m.•45 views

CVE-2026-68153

CVE-2026-68153 (libceph - Linux kernel) : A race during client teardown allows a concurrent read of the monmap debugfs file to access freed memory, causing a use-after-free. The fix drains and removes per-client debugfs files before stopping the OSD/monitor clients, preventing new accesses during...

7.8CVSS5.3AI score0.00126EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
•added 2026/08/10 12:00 a.m.•11 views

PT-2026-69828

Name of the Vulnerable Software and Affected Versions Linux kernel version 7.1.3 Description A slab use-after-free issue exists in the KVM x86 MMU. The mmu destroy caches function destroys pte list desc cache and mmu page header cache but fails to clear the associated pointers. Because these...

6AI score0.0022EPSS
SaveExploits0
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/08/10 12:00 a.m.•1 views

CVE-2026-68382: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Hold device ref until queue teardown completes GuC exec queue destruction can run asynchronously. If the final device put happens from a destroy worker, drmm cleanup can end up draining the same workqueue and deadlock...

7.8CVSS5.8AI score0.00165EPSS
SaveExploits0References1
attackerkb
attackerkb
•added 2026/08/06 7:13 a.m.•17 views

CVE-2026-64599

In the Linux kernel, the following vulnerability has been resolved: crypto: amlogic - avoid double cleanup in mesoncryptoprobe When mesonallocatechanlist fails after a partial allocation, it already unwinds the allocated chanlist state through its local error path. mesoncryptoprobe then jump to...

5.3AI score0.00171EPSS
SaveExploits0References9Affected Software1
Tenable Nessus
Tenable Nessus
•added 2026/08/06 12:00 a.m.•19 views

Linux Distros Unpatched Vulnerability : CVE-2026-64599

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - crypto: amlogic - avoid double cleanup in mesoncryptoprobe When mesonallocatechanlist fails after a partial allocation, it already unwinds the allocated chanlis...

7.8CVSS6.3AI score0.00171EPSS
SaveExploits0References2
Rows per page
Query Builder