Lucene search
+L

24664 matches found

CVE
CVE
added 2026/08/10 12:03 p.m.29 views

CVE-2026-68371

The CVE concerns the Linux kernel USB MUSB OMAP2430 driver. In omap2430_probe(), pdev->dev.of_node is stored in a local np variable as a borrowed pointer and the code later calls of_node_put(np). This drops a reference owned by the platform device, potentially leaving pdev->dev.of_node with...

8.4CVSS5.3AI score0.00182EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/10 12:03 p.m.34 views

CVE-2026-68333 dpaa2-switch: put MAC endpoint device on disconnect

In the Linux kernel, the following vulnerability has been resolved: dpaa2-switch: put MAC endpoint device on disconnect fslmcgetendpoint returns the MAC endpoint device with a reference taken through devicefindchild. The switch port connect path stores that device in mac-mcdev and keeps it for th...

0.0018EPSS
SaveExploits0References7
CVE
CVE
added 2026/08/10 12:03 p.m.40 views

CVE-2026-68333

The CVE-2026-68333 issue affects the Linux kernel’s dpaa2-switch path. fsl_mc_get_endpoint() returns the MAC endpoint device with a reference taken via device_find_child(), and the switch port connect path stores this device in mac->mc_dev for the MAC’s lifetime. On disconnect, only the dpaa2_...

5.3AI score0.0018EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/08/10 12:03 p.m.9 views

EUVD-2026-55434

In the Linux kernel, the following vulnerability has been resolved: dpaa2-switch: put MAC endpoint device on disconnect fslmcgetendpoint returns the MAC endpoint device with a reference taken through devicefindchild. The switch port connect path stores that device in mac-mcdev and keeps it for th...

5.3AI score0.0018EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/10 12:03 p.m.10 views

CVE-2026-68333 dpaa2-switch: put MAC endpoint device on disconnect

In the Linux kernel, the following vulnerability has been resolved: dpaa2-switch: put MAC endpoint device on disconnect fslmcgetendpoint returns the MAC endpoint device with a reference taken through devicefindchild. The switch port connect path stores that device in mac-mcdev and keeps it for th...

5.4AI score
SaveExploits0References10
Cvelist
Cvelist
added 2026/08/10 12:03 p.m.35 views

CVE-2026-68331 dpaa2-eth: put MAC endpoint device on disconnect

In the Linux kernel, the following vulnerability has been resolved: dpaa2-eth: put MAC endpoint device on disconnect fslmcgetendpoint returns the MAC endpoint device with a reference taken through devicefindchild. The Ethernet connect path stores that device in mac-mcdev and keeps it for the...

0.00172EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/08/10 12:03 p.m.7 views

EUVD-2026-55432

In the Linux kernel, the following vulnerability has been resolved: dpaa2-eth: put MAC endpoint device on disconnect fslmcgetendpoint returns the MAC endpoint device with a reference taken through devicefindchild. The Ethernet connect path stores that device in mac-mcdev and keeps it for the...

5.3AI score0.00172EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:03 p.m.39 views

CVE-2026-68331

CVE-2026-68331 - Linux kernel dpaa2-eth vulnerability: the endpoint MAC device reference stored in mac->mc_dev is not dropped during disconnect, causing a device reference leak when the MAC is disconnected. Root cause: fsl_mc_get_endpoint() holds a reference to the MAC endpoint device via devi...

5.3AI score0.00172EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/10 12:03 p.m.42 views

CVE-2026-68331 dpaa2-eth: put MAC endpoint device on disconnect

In the Linux kernel, the following vulnerability has been resolved: dpaa2-eth: put MAC endpoint device on disconnect fslmcgetendpoint returns the MAC endpoint device with a reference taken through devicefindchild. The Ethernet connect path stores that device in mac-mcdev and keeps it for the...

5.4AI score
SaveExploits0References10
OSV
OSV
added 2026/08/10 12:01 p.m.6 views

CVE-2026-68256 drm/amd/display: detect_link_and_local_sink: DP alt mode timeout path leaks prev_sink reference

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: detectlinkandlocalsink: DP alt mode timeout path leaks prevsink reference prevsink is unconditionally retained via dcsinkretain at function entry, but the DP alt mode timeout path inside SIGNALTYPEDISPLAYPORT...

5.4AI score
SaveExploits0References8
OSV
OSV
added 2026/08/10 12:01 p.m.19 views

CVE-2026-68238 drm/amdgpu: Release VFCT ACPI table reference

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Release VFCT ACPI table reference amdgpuacpivfctbios fetches the VFCT table with acpigettable but never releases it. acpigettable takes a reference on the table incrementing its validationcount and mapping it on the 0...

5.4AI score
SaveExploits0References6
CVE
CVE
added 2026/08/10 12:00 p.m.41 views

CVE-2026-68232

CVE-2026-68232 affects the Linux kernel DRM/GPU virtualization path (drm_gpusvm). The issue is a MM reference leak in drm_gpusvm_range_evict when kvmalloc_array() fails, leaving a previously acquired MM reference unreleased. The documented remediation is to drop the MM reference on the kvmalloc_a...

5.3AI score0.00198EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/10 12:00 p.m.34 views

CVE-2026-68232 drm/gpusvm: Fix MM reference leak in drm_gpusvm_range_evict

In the Linux kernel, the following vulnerability has been resolved: drm/gpusvm: Fix MM reference leak in drmgpusvmrangeevict If kvmallocarray fails in drmgpusvmrangeevict, the MM reference acquired earlier is not released, resulting in a reference leak. Fix this by dropping the MM reference on th...

0.00198EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/10 12:00 p.m.8 views

EUVD-2026-55333

In the Linux kernel, the following vulnerability has been resolved: drm/gpusvm: Fix MM reference leak in drmgpusvmrangeevict If kvmallocarray fails in drmgpusvmrangeevict, the MM reference acquired earlier is not released, resulting in a reference leak. Fix this by dropping the MM reference on th...

5.3AI score0.00198EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/10 12:00 p.m.9 views

CVE-2026-68232 drm/gpusvm: Fix MM reference leak in drm_gpusvm_range_evict

In the Linux kernel, the following vulnerability has been resolved: drm/gpusvm: Fix MM reference leak in drmgpusvmrangeevict If kvmallocarray fails in drmgpusvmrangeevict, the MM reference acquired earlier is not released, resulting in a reference leak. Fix this by dropping the MM reference on th...

5.4AI score
SaveExploits0References6
OSV
OSV
added 2026/08/10 12:00 p.m.11 views

CVE-2026-68229 media: cedrus: skip invalid H.264 reference list entries

In the Linux kernel, the following vulnerability has been resolved: media: cedrus: skip invalid H.264 reference list entries Cedrus consumes H.264 refpiclist0/refpiclist1 entries from the stateless slice control and later uses their indices to look up decode-dpb in cedruswritereflist. Rejecting...

7.1CVSS5.2AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/08/10 12:00 p.m.34 views

CVE-2026-68229 media: cedrus: skip invalid H.264 reference list entries

In the Linux kernel, the following vulnerability has been resolved: media: cedrus: skip invalid H.264 reference list entries Cedrus consumes H.264 refpiclist0/refpiclist1 entries from the stateless slice control and later uses their indices to look up decode-dpb in cedruswritereflist. Rejecting...

7.1CVSS0.00159EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/10 12:00 p.m.35 views

CVE-2026-68229

Summary of CVE-2026-68229 : In the Linux kernel, the Cedrus media driver is vulnerable to an out-of-bounds read caused by invalid H.264 reference list entries. The driver previously used indices from stateless reference lists to access decode->dpb[] in _cedrus_write_ref_list(), which could rea...

7.1CVSS5.1AI score0.00159EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/10 12:00 p.m.7 views

EUVD-2026-55330

In the Linux kernel, the following vulnerability has been resolved: media: cedrus: skip invalid H.264 reference list entries Cedrus consumes H.264 refpiclist0/refpiclist1 entries from the stateless slice control and later uses their indices to look up decode-dpb in cedruswritereflist. Rejecting...

5.1AI score0.00159EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:00 p.m.37 views

CVE-2026-68215

CVE-2026-68215 concerns the Linux kernel media subsystem for the si476x radio. The issue arises in si476x_radio_probe(): it registers v4l2dev before allocating V4L2 controls and before video device registration. If subsequent steps fail, the probe exits via the error path after freeing only the c...

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