VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,119)

  • CVE-2026-68228HigAug 10, 2026
    affected >= 6.8.0, < 6.12.101fixed 6.12.101

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

  • CVE-2026-68227Aug 10, 2026
    affected >= 3.17.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: media: cx231xx: fix devres lifetime USB drivers bind to USB interfaces and any device managed resources should have their lifetime tied to the interface rather than parent USB device. This avoids issues like me

  • CVE-2026-68226Aug 10, 2026
    affected >= 2.6.24, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: media: cx23885: add ioremap return check and cleanup Add a check for the return value of pci_ioremap_bar() in cx23885_dev_setup(). If ioremap for BAR0 fails, release the already allocated PCI memory region, dec

  • CVE-2026-68225Aug 10, 2026
    affected >= 6.8.0, < 6.12.101fixed 6.12.101

    In the Linux kernel, the following vulnerability has been resolved: media: i2c: alvium: fix critical pointer access in alvium_ctrl_init The current implementation of alvium_ctrl_init creates several controls in function alvium_ctrl_init and uses the returned pointer without che

  • CVE-2026-68224Aug 10, 2026
    affected >= 6.19.0, < 7.1.6fixed 7.1.6

    In the Linux kernel, the following vulnerability has been resolved: media: mali-c55: Fix possible ERR_PTR in enable_streams The media_pad_remote_pad_unique() function returns either a valid pointer or an ERR_PTR() on failure (-ENOTUNIQ if multiple links are enabled, -ENOLINK if

  • CVE-2026-68223Aug 10, 2026
    affected >= 5.3.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: media: meson: vdec: Fix memory leak in error path of vdec_open The vdec_open() function previously jumped directly to err_m2m_release when vdec_init_ctrls() failed, skipping release of the m2m context. This cau

  • CVE-2026-68222HigAug 10, 2026
    affected >= 3.12.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: media: msi2500: Return queued buffers on start_streaming() failure The vb2 framework hands buffers to the driver via buf_queue() before calling start_streaming(). If start_streaming() returns an error without

  • CVE-2026-68221Aug 10, 2026
    affected >= 6.7.0, < 6.12.101fixed 6.12.101

    In the Linux kernel, the following vulnerability has been resolved: media: nuvoton: npcm-video: fix memory leaks in probe and remove npcm_video_probe() allocates the npcm_video structure with kzalloc_obj() but never frees it on any probe error path or in npcm_video_remove(), le

  • CVE-2026-68220Aug 10, 2026
    affected >= 6.4.0, < 6.6.148fixed 6.6.148

    In the Linux kernel, the following vulnerability has been resolved: media: nxp: imx8-isi: Add missing v4l2_subdev_cleanup() in crossbar and pipe Both mxc_isi_crossbar_init() and mxc_isi_pipe_init() call v4l2_subdev_init_finalize() which allocates the subdev active state, but ne

  • CVE-2026-68219HigAug 10, 2026
    affected >= 6.4.0, < 6.6.148fixed 6.6.148

    In the Linux kernel, the following vulnerability has been resolved: media: nxp: imx8-isi: Fix potential out-of-bounds issues The maximum downscaling factor supported by ISI can be up to 16. Add minimum value constraint before applying the setting to hardware. Otherwise, the pro

  • CVE-2026-68218Aug 10, 2026
    affected >= 2.6.31, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: media: pci: dm1105: Free allocated workqueue Destroy allocated workqueue in remove() callback to free its resources, thus fixing memory leak.

  • CVE-2026-68217Aug 10, 2026
    affected >= 3.1.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: media: pwc: Drain fill_buf on start_streaming() failure pwc_isoc_init() submits its isochronous URBs with usb_submit_urb(.., GFP_KERNEL) in a loop. After the first URB is submitted, its completion handler pwc_i

  • CVE-2026-68216HigAug 10, 2026
    affected >= 3.5.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: media: pwc: Return queued buffers on start_streaming() failure The vb2 framework hands buffers to the driver via buf_queue() before calling start_streaming(). If start_streaming() returns an error without firs

  • CVE-2026-68215Aug 10, 2026
    affected >= 3.10.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: media: radio-si476x: Unregister v4l2_device on probe failure si476x_radio_probe() registers radio->v4l2dev before allocating the V4L2 controls and before registering the video device. If any of those later step

  • CVE-2026-68214Aug 10, 2026
    affected >= 4.7.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: media: rtl2832: fix use-after-free in rtl2832_remove() cancel_delayed_work_sync() is called before i2c_mux_del_adapters() in rtl2832_remove(). While the cancel waits for any running instance of i2c_gate_work to

  • CVE-2026-68213HigAug 10, 2026
    affected >= 3.15.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: media: rtl2832_sdr: Return queued buffers on start_streaming() failure The vb2 framework hands buffers to the driver via buf_queue() before calling start_streaming(). If start_streaming() returns an error with

  • CVE-2026-68212Aug 10, 2026
    affected >= 3.16.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: media: saa7134: Fix a possible memory leak in saa7134_video_init1 In saa7134_video_init1(), the return value of the first saa7134_pgtable_alloc() is not checked. If it fails, the function continues as if succes

  • CVE-2026-68211Aug 10, 2026
    affected >= 6.8.0, < 6.18.42fixed 6.18.42

    In the Linux kernel, the following vulnerability has been resolved: media: stm32-dcmipp: Return queued buffers on start_streaming() failure The vb2 framework hands buffers to the driver via buf_queue() before calling start_streaming(). If start_streaming() returns an error wit

  • CVE-2026-68210HigAug 10, 2026
    affected >= 4.20.0, < 6.1.183fixed 6.1.183

    In the Linux kernel, the following vulnerability has been resolved: media: stm32: dcmi: unregister notifier on probe failure dcmi_graph_init() registers the async notifier before dcmi_probe() toggles the reset line. If reset_control_assert() or reset_control_deassert() fails af

  • CVE-2026-68209HigAug 10, 2026
    affected >= 5.4.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: media: sun4i-csi: Return queued buffers on start_streaming() failure The vb2 framework hands buffers to the driver via buf_queue() before calling start_streaming(). If start_streaming() returns an error withou

Page 67 of 706