VYPR

rpm package

opensuse/kernel-source&distro=openSUSE Tumbleweed

pkg:rpm/opensuse/kernel-source&distro=openSUSE%20Tumbleweed

Vulnerabilities (1,862)

  • CVE-2026-64488Jul 25, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: ALSA: aoa: check snd_ctl_new1() return value snd_ctl_new1() can return NULL when memory allocation fails. In layout.c, the function does not check the return value before dereferencing ctl->id.name or passing t

  • CVE-2026-64487Jul 25, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: ALSA: caiaq: fix out-of-bounds read in the Traktor Kontrol S4 input parser snd_usb_caiaq_tks4_dispatch() decodes the Traktor Kontrol S4 input stream in fixed 16-byte (TKS4_MSGBLOCK_SIZE) message blocks. On ever

  • CVE-2026-64486Jul 25, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: ALSA: cmipci: check snd_ctl_new1() return value snd_ctl_new1() can return NULL when memory allocation fails. snd_cmipci_spdif_controls() does not check the return value before dereferencing kctl->id.device, whi

  • CVE-2026-64485HigJul 25, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: ALSA: compress: Fix task creation error unwind snd_compr_task_new() allocates the driver task before validating the returned DMA buffers and reserving file descriptors. When either of those later steps fails, t

  • CVE-2026-64484Jul 25, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: ALSA: es1938: check snd_ctl_new1() return value snd_ctl_new1() can return NULL when memory allocation fails. snd_es1938_mixer() does not check the return value before dereferencing the pointer, which can lead t

  • CVE-2026-64483Jul 25, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: ALSA: firewire: isight: bound the sample count to the packet payload isight_packet() takes the frame count from the device iso packet and checks it only against the device claimed iso length. count = be32_to_

  • CVE-2026-64482Jul 25, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: ALSA: gus: check snd_ctl_new1() return value snd_ctl_new1() can return NULL when memory allocation fails. snd_gf1_pcm_volume_control() does not check the return value before dereferencing kctl->id.index, which

  • CVE-2026-64481HigJul 25, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/cs35l41: Fix firmware load work teardown cs35l41_hda creates ALSA controls whose private data points at the cs35l41_hda object. The firmware load control can also queue fw_load_work. Those controls a

  • CVE-2026-64480Jul 25, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: ALSA: ice1712: check snd_ctl_new1() return value snd_ctl_new1() can return NULL when memory allocation fails. The ice1712 driver calls snd_ctl_new1() without checking the return value before dereferencing the p

  • CVE-2026-64479Jul 25, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: Fix uninitialised heap leak in snd_seq_event_dup() snd_seq_event_dup() copies an incoming event into a pool cell and, in the UMP-enabled build, clears the trailing cell->ump.raw.extra word that the m

  • CVE-2026-64478Jul 25, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: avoid kobject path lookup in DualSense match The DualSense jack-detection input handler verifies that a matching input device belongs to the same physical controller by building kobject path st

  • CVE-2026-64477Jul 25, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: x86,fs/resctrl: Prevent out-of-bounds access while offlining CPU when SNC enabled The architecture updates the cpu_mask in a domain's header to track which online CPUs are associated with the domain. When this

  • CVE-2026-64476Jul 25, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: vfio/pci: Latch disable_idle_d3 per device When disable_idle_d3 was introduced in vfio-pci, it directly manipulated the device power state with pci_set_power_state(). There were no refcounts to maintain or bal

  • CVE-2026-64475HigJul 25, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: vfio/pci: Release the VGA arbiter client on register_device() failure The re-order in the Fixes commit below displaced vfio_pci_vga_init() as the last failure point of what is now vfio_pci_core_register_device(

  • CVE-2026-64474Jul 25, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: vfio: prevent infinite loop in vfio_mig_get_next_state() on blocked arc vfio_mig_get_next_state() walks vfio_from_fsm_table[] one step at a time, looping to skip optional states the device does not support unti

  • CVE-2026-64473Jul 25, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: vfio: Remove device debugfs before releasing devres VFIO device debugfs files created with debugfs_create_devm_seqfile() store a devres allocated debugfs_devm_entry as inode private data. vfio_unregister_group_

  • CVE-2026-64472Jul 25, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: vfio/mlx5: Fix racy bitfields and tighten struct layout Bitfield operations are not atomic, they use a read-modify-write pattern, therefore we should be careful not to pack bitfields that can be concurrently up

  • CVE-2026-64471Jul 25, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: fix use-after-free on registration failure Make sure to release the sibling interfaces in case controller registration fails to avoid use-after-free and double-free when they are eventually di

  • CVE-2026-64470Jul 25, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: fix use-after-free on marvell probe failure Make sure to stop any TX URBs submitted during Marvell OOB wakeup configuration on later probe failures to avoid use-after-free in the completion ca

  • CVE-2026-64469HigJul 25, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF in binder_thread_release() When a thread exits, binder_thread_release() walks its transaction stack to clear the t->from and t->to_proc that correspond with the exiting thread. However, a proces

Page 6 of 94