Lucene search
+L

327226 matches found

EUVD
EUVD
added 5 days ago6 views

EUVD-2026-55339

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.3AI score0.00166EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 5 days ago8 views

CVE-2026-68237

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/userq: fix indefinite fence wait during GPU reset prereset only force-completes fences of MAPPED queues. A queue in any other state e.g. mid-eviction keeps its lastfence pending; after a GPU reset that fence never...

5.3AI score0.00155EPSS
SaveExploits0
OSV
OSV
added 5 days ago4 views

CVE-2026-68236 drm/amd/display: set new_stream to NULL after release

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: set newstream to NULL after release In dmupdatecrtcstate, the skipmodeset path releases newstream via dcstreamrelease but does not set the pointer to NULL. If a later error e.g., color management failure triggers...

7.8CVSS5.3AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 5 days ago6 views

CVE-2026-68236

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: set newstream to NULL after release In dmupdatecrtcstate, the skipmodeset path releases newstream via dcstreamrelease but does not set the pointer to NULL. If a later error e.g., color management failure triggers...

7.8CVSS5.2AI score0.00125EPSS
SaveExploits0
Debian CVE
Debian CVE
added 5 days ago6 views

CVE-2026-68235

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: dce100: skip non-DP stream encoders for DP MST On DCE8-class ASICs e.g. Bonaire, the resource pool contains digital DIG stream encoders plus one analog DAC encoder. When assigning a stream encoder for a second...

5.3AI score0.00209EPSS
SaveExploits0
Debian CVE
Debian CVE
added 5 days ago6 views

CVE-2026-68234

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix bo-pin leaking in amdgpubocreatereserved amdgpubocreatereserved only allocates a new BO when boptr struct amdgpubo boptr as input parameter is NULL, it simply skips creation when boptr is non-NULL. But it...

5.3AI score0.00168EPSS
SaveExploits0
OSV
OSV
added 5 days ago6 views

CVE-2026-68233 drm/vc4: Shut down BO cache timer before teardown

In the Linux kernel, the following vulnerability has been resolved: drm/vc4: Shut down BO cache timer before teardown The BO cache timer callback schedules timework, and timework can rearm the timer through vc4bocachefreeold. vc4bocachedestroy deletes the timer and then cancels the work, which do...

5.3AI score
SaveExploits0References6
CVE
CVE
added 5 days ago27 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
Debian CVE
Debian CVE
added 5 days ago10 views

CVE-2026-68232

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.2AI score0.00198EPSS
SaveExploits0
EUVD
EUVD
added 5 days ago7 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 5 days ago6 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
Debian CVE
Debian CVE
added 5 days ago10 views

CVE-2026-68231

In the Linux kernel, the following vulnerability has been resolved: media: airspy: Return queued buffers on startstreaming failure The vb2 framework hands buffers to the driver via bufqueue before calling startstreaming. If startstreaming returns an error without first returning those buffers via...

5.2AI score0.00209EPSS
SaveExploits0
CVE
CVE
added 5 days ago24 views

CVE-2026-68230

CVE-2026-68230 affects the Linux kernel media: amlogic-c3 driver. The vulnerability stems from improper validation of AWB/AE configuration, failing to ensure zones_num does not exceed allocated memory for zone weights, leading to potential invalid memory access and buffer overflow. Multiple sourc...

7.3CVSS5.5AI score0.0017EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 5 days ago8 views

CVE-2026-68230

In the Linux kernel, the following vulnerability has been resolved: media: amlogic-c3: Add validations for ae and awb config Avoid invalid memory access if the zonesnum is bigger than zoneweight. This patch fixes the following smatch errors: drivers/media/platform/amlogic/c3/isp/c3-isp-params.c:1...

7.3CVSS5.5AI score0.0017EPSS
SaveExploits0
EUVD
EUVD
added 5 days ago6 views

EUVD-2026-55331

In the Linux kernel, the following vulnerability has been resolved: media: amlogic-c3: Add validations for ae and awb config Avoid invalid memory access if the zonesnum is bigger than zoneweight. This patch fixes the following smatch errors: drivers/media/platform/amlogic/c3/isp/c3-isp-params.c:1...

5.5AI score0.0017EPSS
SaveExploits0References3
Cvelist
Cvelist
added 5 days ago33 views

CVE-2026-68230 media: amlogic-c3: Add validations for ae and awb config

In the Linux kernel, the following vulnerability has been resolved: media: amlogic-c3: Add validations for ae and awb config Avoid invalid memory access if the zonesnum is bigger than zoneweight. This patch fixes the following smatch errors: drivers/media/platform/amlogic/c3/isp/c3-isp-params.c:1...

7.3CVSS0.0017EPSS
SaveExploits0References3
OSV
OSV
added 5 days ago5 views

CVE-2026-68230 media: amlogic-c3: Add validations for ae and awb config

In the Linux kernel, the following vulnerability has been resolved: media: amlogic-c3: Add validations for ae and awb config Avoid invalid memory access if the zonesnum is bigger than zoneweight. This patch fixes the following smatch errors: drivers/media/platform/amlogic/c3/isp/c3-isp-params.c:1...

7.3CVSS5.6AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 5 days ago8 views

CVE-2026-68229

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.1AI score0.00159EPSS
SaveExploits0
Debian CVE
Debian CVE
added 5 days ago8 views

CVE-2026-68228

In the Linux kernel, the following vulnerability has been resolved: media: chips-media: wave5: Move srcbuf Removal to finishencode During encoder processing, there is a case where the IRQ response could return the buffer back to userspace via v4l2m2mbufdone call. In this time, userspace could que...

7.8CVSS5.4AI score0.00163EPSS
SaveExploits0
CVE
CVE
added 5 days ago23 views

CVE-2026-68227

The vulnerability CVE-2026-68227 affects the Linux kernel media: cx231xx USB video driver. The issue was that device-managed resources could outlive the USB interface, risking memory leaks when drivers are unbound (e.g., probe deferral or configuration changes) despite the device remaining connec...

5.3AI score0.00209EPSS
SaveExploits0References5
Rows per page
Query Builder