21000 matches found
CVE-2026-68366
The CVE concerns the Linux kernel USB gadget UVC path. In uvc_send_response, the code builds a control response from a user-supplied uvc_request_data and sets req->length = min(uvc->event_length, data->length). The operation then memcpy(req->buf, data->data, req->length). Since ...
CVE-2026-68265
The CVE-2026-68265 entry concerns the Linux kernel DRM XE VM: a prefetch of a BO region (DRM_XE_CONSULT_MEM_ADVISE_PREF_LOC) could be treated as an index into region_to_mem_type[], with the value -1 causing an out-of-bounds access. The fix resolves the preferred BO VMAs location directly: local V...
CVE-2026-68238
In the Linux kernel, the drm/amdgpu path released the VFCT ACPI table reference via acpi_get_table() without a matching acpi_put_table(), causing a leak on each call. The fix routes all exit paths through a common acpi_put_table() after copying the VBIOS image with kmemdup(), ensuring the VFCT ta...
CVE-2026-68233
In the Linux kernel DRM/VC4 subsystem, CVE-2026-68233 addresses a use-after-free-like race where a timer callback (BO cache timer) can be rearmed by time_work during teardown. vc4_bo_cache_destroy() deletes the timer and cancels the work, but the cancelled work can rearm the timer and queue work ...
CVE-2026-68228
The CVE-2026-68228 issue affects the Linux kernel media/chips-media wave5 encoder path. During encoder processing, IRQ responses could return a buffer to userspace via v4l2_m2m_buf_done, allowing the same buffer to be queued before start_encode removes its index from the ready queue. This could c...
CVE-2026-68222
The CVE concerns the Linux kernel media: msi2500 driver. It fixes a leak of vb2 buffers when start_streaming() errors occur before buffers are returned with vb2_buffer_done(). The root cause was five error paths in msi2500_start_streaming() that overwrote or skipped error handling, causing queued...
CVE-2026-68221
The CVE-2026-68221 entry concerns the Linux kernel component media: nuvoton: npcm-video. The issue is memory leaks in npc m_video_probe() where the structure allocated with kzalloc_obj() is not freed on probe error paths or in npcm_video_remove(), leaking on failed probes and normal unbind. It al...
CVE-2026-68216
The CVE affects the Linux kernel media pwc driver. The vulnerability occurs when start_streaming() returns an error without freeing queued buffers already handed to the vb2 framework via buf_queue(), causing a leak when vb2_start_streaming() runs. The pwc driver had two early error paths (-ENODEV...
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...
CVE-2026-68213
The CVE-2026-68213 entry concerns the Linux kernel media/rtl2832_sdr driver. The fix ensures that, if start_streaming() fails after vb2 has queued buffers via buf_queue(), those buffers are returned before the function exits to prevent leaks. The patch introduces a successful exit path and adds r...
CVE-2026-68212
The CVE affects the Linux kernel driver media: saa7134, specifically saa7134_video_init1. The issue is a memory leak risk caused by missing return-value checks on two saa7134_pgtable_alloc() calls and incomplete error handling when vb2_queue_init() for the VBI queue fails. If a pgtable allocation...
CVE-2026-68208
The CVE concerns the Linux kernel code in media: TI: VPE. In vip_probe_slice(), the error handling for devm_kzalloc() used PTR_ERR_OR_ZERO(), which incorrectly returns 0 on NULL and fails to signal allocation failure. The vulnerability is addressed by returning -ENOMEM when devm_kzalloc() fails. ...
CVE-2026-68206
The CVE concerns the Linux kernel media stack (v4l2-ctrls) where HEVC slice parameters are exposed as stateless V4L2 controls. Root cause: the common HEVC slice control validation did not verify the active L0/L1 reference counts before driver-specific code consumed them, potentially allowing out-...
CVE-2026-68205
The CVE-2026-68205 details a Linux kernel issue in media: v4l2-fwnode where v4l2_async_register_subdev_sensor() could overwrite the sensor driver’s owner with NULL due to THIS_MODULE resolving to the v4l2-fwnode module (or NULL when built-in). This prevented the sensor module’s reference count fr...
CVE-2026-72571
The CVE-2026-72571 entry concerns mustafaakin/cast-localvideo (all versions). A path traversal vulnerability exists where app.js reads req.body.dir and passes it to res.sendFile() without sanitization (lines 151–153), enabling an unauthenticated remote attacker to read arbitrary server files via ...
EUVD-2026-55097
Improper input validation in VC1 codec in libsavsvc.so prior to SMR Aug-2026 Release 1 allows local attackers to write out-of-bounds memory...
Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1
In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Set DMA segment size to avoid debug warnings When using V3D rendering with CONFIGDMAAPIDEBUG enabled, the kernel occasionally reports a segment size mismatch. This is because 'maxsegsize' is not set. The kernel defaults ...
Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1
In the Linux kernel, the following vulnerability has been resolved: media: i2c/tw9906: A potential memory leak was fixed in tw9906probe. In one of the error paths in tw9906probe, the memory allocated in v4l2ctrlhandlerinit and v4l2ctrlnewstd is not freed. This issue was addressed by calling...
EUVD-2026-54999
All-in-One Video Gallery registers a public, unauthenticated file-download handler triggered by ?vdl= on any aiovgvideos post public/video.php, AIOVGPublicVideo::downloadvideo, which reads the post's mp4 meta value and streams that URL's response back to the requester...
CVE-2026-19075
All-in-One Video Gallery (affected: versions prior to 4.9.2) contains an unauthenticated file-download handler accessible via the vdl parameter on aiovg_videos posts. The underlying code path in AIOVG_Public_Video::download_video() reads the post’s mp4 meta value and streams that URL’s response b...