VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,255)

  • CVE-2026-53286HigJun 26, 2026
    affected >= 6.17.0, < 6.18.33fixed 6.18.33

    In the Linux kernel, the following vulnerability has been resolved: idpf: fix double free and use-after-free in aux device error paths When auxiliary_device_add() fails in idpf_plug_vport_aux_dev() or idpf_plug_core_aux_dev(), the err_aux_dev_add label calls auxiliary_device_un

  • CVE-2026-53285MedJun 26, 2026
    affected >= 6.0.0, < 7.0.10fixed 7.0.10

    In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Wrap DCN32 phantom-plane allocation in DC_RUN_WITH_PREEMPTION_ENABLED [Why] dcn32_validate_bandwidth() wraps dcn32_internal_validate_bw() with DC_FP_START()/DC_FP_END(). In x86 non-RT, DC_FP_ST

  • CVE-2026-53284HigJun 26, 2026
    affected >= 3.19.0, < 6.18.33fixed 6.18.33

    In the Linux kernel, the following vulnerability has been resolved: btrfs: only release the dirty pages io tree after successful writes [WARNING] With extra warning on dirty extent buffers at umount (aka, the next patch in the series), test case generic/388 can trigger the foll

  • CVE-2026-53283MedJun 26, 2026
    affected >= 6.16.0, < 6.18.33fixed 6.18.33

    In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Bounds-check devid in __rlookup_amd_iommu() iommu_device_register() walks every device on the PCI bus via bus_for_each_dev() and calls amd_iommu_probe_device() for each. The inlined check_device() pa

  • CVE-2026-53282MedJun 26, 2026
    affected >= 6.14.0, < 6.18.33fixed 6.18.33

    In the Linux kernel, the following vulnerability has been resolved: x86/kexec: Push kjump return address even for non-kjump kexec The version of purgatory code shipped by kexec-tools attempts to look above the top of its stack to find a return address for a kjump, even in a non

  • CVE-2026-53281HigJun 26, 2026
    affected >= 6.14.0, < 6.18.33fixed 6.18.33

    In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Avoid NULL pointer dereference or refcount corruption Commit 60f030f7418d ("iommu/vt-d: Avoid use of NULL after WARN_ON_ONCE") fixed a NULL pointer dereference in an unlikely situation partly. If d

  • CVE-2026-53280MedJun 26, 2026
    affected >= 7.0.0, < 7.0.10fixed 7.0.10

    In the Linux kernel, the following vulnerability has been resolved: iommu: Fix NULL group->domain dereference in pci_dev_reset_iommu_done() Local sashiko review pointed it out that group->domain could be NULL when a default domain fails to allocate during the first probe, which

  • CVE-2026-53279MedJun 26, 2026
    affected >= 6.0.0, < 6.1.175fixed 6.1.175

    In the Linux kernel, the following vulnerability has been resolved: drm/gma500/oaktrail_lvds: fix hang on init failure The LVDS init code looks up an I2C adapter using i2c_get_adapter() and tries to read the EDID before falling back to allocating and registering its own adapter

  • CVE-2026-53278MedJun 26, 2026
    affected >= 6.19.0, < 7.0.10fixed 7.0.10

    In the Linux kernel, the following vulnerability has been resolved: arm_mpam: Check whether the config array is allocated before destroying it __destroy_component_cfg() is called to free the configuration array. It uses the embedded 'garbage' structure, which means the array ha

  • CVE-2026-53277HigJun 25, 2026
    affected >= 6.12.0, < 6.18.36fixed 6.18.36

    In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Take the SRCU lock for page table walks in fault injection and AT emulation walk_s1() and kvm_walk_nested_s2() expect to be called while holding kvm->srcu to guard against memslot changes. While thi

  • CVE-2026-53276HigJun 25, 2026
    affected >= 6.19.0, < 7.0.13fixed 7.0.13

    In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: Fix a use-after-free of the hci_conn pointer In iso_sock_rebind_bc(), the bis pointer is cached, then the socket lock is dropped: bis = iso_pi(sk)->conn->hcon; /* Release the socket before loo

  • CVE-2026-53275HigJun 25, 2026
    affected >= 2.6.15, < 5.15.210fixed 5.15.210

    In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: Fix use-after-free when processing MLD queries When processing an MLD query, a pointer to the multicast group address is retrieved when initially parsing the packet. This pointer is later dereferen

  • CVE-2026-53274MedJun 25, 2026
    affected >= 5.18.0, < 6.1.176fixed 6.1.176

    In the Linux kernel, the following vulnerability has been resolved: net/smc: fix sleep-inside-lock in __smc_setsockopt() causing local DoS A logic flaw in __smc_setsockopt() allows a local unprivileged user to cause a Denial of Service (DoS) by holding the socket lock indefinit

  • CVE-2026-53273HigJun 25, 2026
    affected < 5.10.259fixed 5.10.259

    In the Linux kernel, the following vulnerability has been resolved: tee: optee: prevent use-after-free when the client exits before the supplicant Commit 70b0d6b0a199 ("tee: optee: Fix supplicant wait loop") made the client wait as killable so it can be interrupted during shutd

  • CVE-2026-53272HigJun 25, 2026
    affected >= 5.17.0, < 6.12.94fixed 6.12.94

    In the Linux kernel, the following vulnerability has been resolved: erofs: fix use-after-free on sbi->sync_decompress z_erofs_decompress_kickoff() can race with filesystem unmount, causing a use-after-free on sbi->sync_decompress. When I/O completes, z_erofs_endio() calls z_er

  • CVE-2026-53271MedJun 25, 2026
    affected < 6.6.143fixed 6.6.143

    In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix NULL-deref of opinfo->conn in oplock/lease break notifiers smb2_oplock_break_noti() and smb2_lease_break_noti() read opinfo->conn into a local with neither READ_ONCE() nor a NULL check. Both run fro

  • CVE-2026-53270HigJun 25, 2026
    affected >= 4.2.0, < 5.10.259fixed 5.10.259

    In the Linux kernel, the following vulnerability has been resolved: ipvs: clear the svc scheduler ptr early on edit ip_vs_edit_service() while unbinding the old scheduler clears the svc->scheduler ptr after the scheduler module initiates RCU callbacks. This can cause packets to

  • CVE-2026-53269MedJun 25, 2026
    affected >= 5.3.0, < 5.10.259fixed 5.10.259

    In the Linux kernel, the following vulnerability has been resolved: netfilter: synproxy: add mutex to guard hook reference counting As the synproxy infrastructure register netfilter hooks on-demand when a user adds the first iptables target or nftables expression, if done concu

  • CVE-2026-53268HigJun 25, 2026
    affected >= 2.6.20, < 5.10.259fixed 5.10.259

    In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack_irc: fix possible out-of-bounds read When parsing fails after we've matched the command string we should bail out instead of trying to match a different command. This helper should be depr

  • CVE-2026-53267HigJun 25, 2026
    affected >= 4.1.0, < 6.6.143fixed 6.6.143

    In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_ct: bail out on template ct in get eval I noticed this issue while looking at a historic syzbot report [1]. A rule like the one below is enough to trigger the bug: table ip t { chai

Page 127 of 713