VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,119)

  • CVE-2026-68348HigAug 10, 2026
    affected >= 6.5.0, < 6.6.148fixed 6.6.148

    In the Linux kernel, the following vulnerability has been resolved: ASoC: tas2781: bound firmware description string parsing The TAS2781 firmware parser reads several variable-length description strings with strlen() before checking that the string terminator is present inside

  • CVE-2026-68347Aug 10, 2026
    affected >= 7.0.0, < 7.1.6fixed 7.1.6

    In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix IRQ unsafe locking in gdom allocation Lockdep complains: [ 259.410489] ===================================================== [ 259.417287] WARNING: HARDIRQ-safe -> HARDIRQ-unsafe lock orde

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

    In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: cs35l41: validate and free ACPI mute object cs35l41_get_acpi_mute_state() evaluates a _DSM method to get the ACPI mute state and reads the first byte from the returned object. However, the returned

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

    In the Linux kernel, the following vulnerability has been resolved: arm_mpam: guard MBWU state before adding it to garbage __destroy_component_cfg() adds each RIS mbwu_state object to the MPAM garbage list when destroying component configuration. However, mbwu_state is allocat

  • CVE-2026-68344Aug 10, 2026
    affected >= 5.10.261, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: usb: atm: ueagle-atm: reject descriptors that confuse probe and disconnect uea_probe() distinguishes a pre-firmware device from a post-firmware one using the USB id (UEA_IS_PREFIRM()), and stores a different ob

  • CVE-2026-68343CriAug 10, 2026
    affected >= 4.11.0, < 6.1.183fixed 6.1.183

    In the Linux kernel, the following vulnerability has been resolved: smb: client: validate DFS referral PathConsumed parse_dfs_referrals() validates that the response contains the fixed referral entry array and, on for-next, the per-referral string offsets. However, the response

  • CVE-2026-68342Aug 10, 2026
    affected >= 6.16.0, < 6.18.42fixed 6.18.42

    In the Linux kernel, the following vulnerability has been resolved: ovpn: avoid putting unrelated P2P peer on socket release ovpn_peer_release_p2p() is called when an OVPN UDP socket is being destroyed. It checks the currently published P2P peer and releases it only if that pee

  • CVE-2026-68341HigAug 10, 2026
    affected >= 6.16.0, < 6.18.42fixed 6.18.42

    In the Linux kernel, the following vulnerability has been resolved: ovpn: fix use after free in unlock_ovpn() unlock_ovpn() iterates over the release_list using llist_for_each_entry() and drops the peer reference inside the loop body via ovpn_peer_put(). If this drops the last

  • CVE-2026-68340HigAug 10, 2026
    affected >= 5.0.0, < 5.15.216fixed 5.15.216

    In the Linux kernel, the following vulnerability has been resolved: hwmon: occ: validate poll response sensor blocks The OCC poll response parser walks a counted list of sensor data blocks. It used the static backing-array capacity as the parse boundary, but a transport respons

  • CVE-2026-68339Aug 10, 2026
    affected >= 6.6.0, < 6.6.148fixed 6.6.148

    In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: validate Realtek vendor event length btusb_recv_event_realtek() reads the event code at data[0] and the Realtek subevent code at data[2] before deciding whether to consume a vendor event as a

  • CVE-2026-68338HigAug 10, 2026
    affected >= 3.1.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: net/packet: avoid fanout hook re-registration after unregister packet_set_ring() temporarily detaches a socket from packet delivery while reconfiguring its ring. It records the previous running state, clears po

  • CVE-2026-68337Aug 10, 2026
    affected >= 5.9.0, < 7.1.6fixed 7.1.6

    In the Linux kernel, the following vulnerability has been resolved: bpf: Reject redirect helpers without a bpf_net_context The bpf_redirect*() helpers and skb_do_redirect() obtain the per-task bpf_redirect_info via bpf_net_ctx_get_ri(), which dereferences the current->bpf_net_c

  • CVE-2026-68336Aug 10, 2026
    affected >= 5.18.0, < 6.1.183fixed 6.1.183

    In the Linux kernel, the following vulnerability has been resolved: bonding: fix devconf_all NULL dereference when IPv6 is disabled When booting with the 'ipv6.disable=1' parameter, the devconf_all is never initialized because inet6_init() exits before addrconf_init() is called

  • CVE-2026-68335HigAug 10, 2026
    affected >= 4.18.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: rds: drop incoming messages that cross network namespace boundaries rds_find_bound() looks up the destination socket using a global rhashtable keyed solely on (addr, port, scope_id). Network namespaces are not

  • CVE-2026-68334Aug 10, 2026
    affected >= 6.16.0, < 6.18.42fixed 6.18.42

    In the Linux kernel, the following vulnerability has been resolved: rxrpc: fix io_thread race in rxrpc_wake_up_io_thread() rxrpc_wake_up_io_thread() checks local->io_thread before waking it, but then reloads the pointer for wake_up_process(). local->io_thread is cleared with W

  • CVE-2026-68333Aug 10, 2026
    affected >= 5.15.0, < 5.15.216fixed 5.15.216

    In the Linux kernel, the following vulnerability has been resolved: dpaa2-switch: put MAC endpoint device on disconnect fsl_mc_get_endpoint() returns the MAC endpoint device with a reference taken through device_find_child(). The switch port connect path stores that device in m

  • CVE-2026-68332Aug 10, 2026
    affected < 6.18.42fixed 6.18.42

    In the Linux kernel, the following vulnerability has been resolved: net: airoha: Fix potential use-after-free in airoha_ppe_deinit() airoha_ppe_deinit() replaces the NPU pointer with NULL via rcu_replace_pointer() but does not wait for existing RCU readers to exit before callin

  • CVE-2026-68331Aug 10, 2026
    affected >= 5.5.0, < 5.15.216fixed 5.15.216

    In the Linux kernel, the following vulnerability has been resolved: dpaa2-eth: put MAC endpoint device on disconnect fsl_mc_get_endpoint() returns the MAC endpoint device with a reference taken through device_find_child(). The Ethernet connect path stores that device in mac->mc

  • CVE-2026-68330HigAug 10, 2026
    affected >= 6.16.0, < 6.18.42fixed 6.18.42

    In the Linux kernel, the following vulnerability has been resolved: net: airoha: Fix DMA direction for NPU mailbox buffer airoha_npu_send_msg() always maps the mailbox buffer with DMA_TO_DEVICE, but some callers expect the NPU to write response data back into the same buffer:

  • CVE-2026-68329HigAug 10, 2026
    affected >= 3.0.0, < 6.6.148fixed 6.6.148

    In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Wait for completion instead of returning early in iommu_completion_wait() need_sync is a per-IOMMU flag shared by all domains and devices behind that IOMMU. It is set whenever a command is queued wit

Page 61 of 706