VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,119)

  • CVE-2026-68108HigAug 10, 2026
    affected >= 4.2.0, < 6.1.183fixed 6.1.183

    In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vce: fix integer overflow in image size Fix a security vulnerability where malicious VCE command streams with oversized dimensions (e.g. 65536×65536) cause 32-bit integer overflow, wrapping the calcu

  • CVE-2026-68107HigAug 10, 2026
    affected < 6.6.148fixed 6.6.148

    In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn4: avoid rereading IB param length Reuse the parameter length returned by vcn_v4_0_enc_find_ib_param() instead of rereading it from the IB. This avoids a potential TOCTOU issue if the IB contents

  • CVE-2026-68106HigAug 10, 2026
    affected >= 4.2.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix division by zero with invalid uvd dimensions When width or height is less than 16, width_in_mb or height_in_mb becomes 0, leading to fs_in_mb being 0. This causes a division by zero when calcula

  • CVE-2026-68105Aug 10, 2026
    affected >= 6.11.0, < 7.1.6fixed 7.1.6

    In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix kernel panic during driver load failure Avoid kernel panic if MES init fails during driver load. The KIQ ring is falsely marked as ready as ASICs that use MES, KIQ is owned by MES. BUG: kernel

  • CVE-2026-68104HigAug 10, 2026
    affected >= 4.6.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: invoke pm_genpd_remove() before freeing genpd Call pm_genpd_remove() to unregister from global list prior to releasing acp_genpd memory, and clear the pointer after free. (cherry picked from commit

  • CVE-2026-68103HigAug 10, 2026
    affected >= 6.16.0, < 7.1.6fixed 7.1.6

    In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: reject mapping a reserved doorbell to a new queue When creating an user-queue, the user space provides a doorbell BO handle and an offset within the bo to obtain a doorbell. However current impleme

  • CVE-2026-68102Aug 10, 2026
    affected >= 5.13.0, < 6.6.148fixed 6.6.148

    In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix aperture mapping leak amdgpu_pci_remove() calls drm_dev_unplug() before invoking the driver fini routines. This causes drm_dev_enter() in amdgpu_ttm_fini() to always return false, so iounmap(ape

  • CVE-2026-68100HigAug 10, 2026
    affected >= 5.15.0, < 6.1.184fixed 6.1.184

    In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate num_subauth when copying ACE in set_ntacl_dacl set_ntacl_dacl() copies each ACE from the attacker-controlled stored security descriptor verbatim into the response DACL without checking sid.num_s

  • CVE-2026-68099Aug 10, 2026
    affected < 6.1.184fixed 6.1.184

    In the Linux kernel, the following vulnerability has been resolved: ksmbd: restore DACL size on check_add_overflow() to avoid malformed ACL check_add_overflow() unconditionally writes the truncated sum into *d even on overflow, per its contract in include/linux/overflow.h. The

  • CVE-2026-68098HigAug 10, 2026
    affected >= 5.15.0, < 6.6.148fixed 6.6.148

    In the Linux kernel, the following vulnerability has been resolved: ksmbd: bound DACL dedup walk to copied ACEs set_ntacl_dacl() can stop copying ACEs before consuming the full input DACL when size accounting overflows. When that happens, num_aces reflects only the ACEs that w

  • CVE-2026-68097HigAug 10, 2026
    affected >= 5.15.0, < 6.6.148fixed 6.6.148

    In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate ACE size against SID sub-authorities set_ntacl_dacl() validates sid.num_subauth before copying an ACE, but does not verify that the declared ACE size contains all sub-authorities described by th

  • CVE-2026-68096HigAug 10, 2026
    affected >= 4.3.0, < 5.10.266fixed 5.10.266

    In the Linux kernel, the following vulnerability has been resolved: audit: fix recursive locking deadlock in audit_dupe_exe() A deadlock occurs in the audit subsystem when duplicating executable-related rules. When a file is moved (e.g., via do_renameat2()), the VFS layer lock

  • CVE-2026-68095Aug 10, 2026
    affected >= 6.14.0, < 6.18.42fixed 6.18.42

    In the Linux kernel, the following vulnerability has been resolved: fuse-uring: fix race between registration and connection abortion This fixes this race: - thread a: io_uring_enter -> register sqe -> fuse_uring_create_ring_ent -> allocate ent but doesn't grab queue_ref ye

  • CVE-2026-68094Aug 10, 2026
    affected >= 7.1.0, < 7.1.6fixed 7.1.6

    In the Linux kernel, the following vulnerability has been resolved: sched_ext: Preserve rq tracking across local DSQ dispatch dispatch_to_local_dsq() can run from scx_bpf_dsq_move_to_local() while ops.dispatch() has recorded the current rq. Moving a task to a local DSQ may swit

  • CVE-2026-68093Aug 10, 2026
    affected >= 2.6.21, < 6.1.183fixed 6.1.183

    In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Bump asid_generation on CPU online to avoid ASID collision after hotplug If a vCPU stays scheduled out (or blocked) while the last pCPU it ran on goes through a hotplug cycle (online->offline->online)

  • CVE-2026-68092Aug 10, 2026
    affected < 6.12.97fixed 6.12.97

    In the Linux kernel, the following vulnerability has been resolved: time/jiffies: Register jiffies clocksource before usage Teddy reported that a XEN HVM has a long boot delay, which was bisected to the recent enhancements to the negative motion detection. It turned out that th

  • CVE-2026-68091HigAug 10, 2026
    affected < 5.10.261fixed 5.10.261

    In the Linux kernel, the following vulnerability has been resolved: HID: wacom: stop hardware after post-start probe failures wacom_parse_and_register() starts HID hardware before registering inputs and initializing pad LEDs/remotes. Those later steps can fail, but their error

  • CVE-2026-68090Aug 10, 2026
    affected >= 3.3.0, < 5.10.261fixed 5.10.261

    In the Linux kernel, the following vulnerability has been resolved: debugobjects: Plug race against a concurrent OOM disable syzbot reported a puzzling splat: WARNING: kernel/time/hrtimer.c:443 at stub_timer+0xa/0x20 stub_timer() is installed as timer callback function in

  • CVE-2026-68089Aug 10, 2026
    affected >= 6.15.0, < 6.18.39fixed 6.18.39

    In the Linux kernel, the following vulnerability has been resolved: iio: core: fix uninitialized data in debugfs If *ppos is non-zero then simple_write_to_buffer() will not initialize the start of buf[]. Non zero values for *ppos aren't going to work anyway. Test for them at

  • CVE-2026-68088Aug 10, 2026
    affected >= 2.6.13, < 5.10.261fixed 5.10.261

    In the Linux kernel, the following vulnerability has been resolved: usb: gadget: function: rndis: add length check to response query Add variable representations for BufLength and BufOffset in rndis_query_response(), and perform a length check on them. This is identical to how

Page 73 of 706