VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,027)

  • CVE-2026-68356Aug 10, 2026
    affected >= 6.13.0, < 6.18.42fixed 6.18.42

    In the Linux kernel, the following vulnerability has been resolved: watchdog: airoha: Prevent division by zero when clock frequency is zero clk_get_rate() can return 0 when the clock provider is not properly configured or the clock is unmanaged. The driver uses wdt_freq as a di

  • CVE-2026-68355Aug 10, 2026
    affected >= 5.6.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix potential buffer underflow in ath11k_hal_rx_msdu_list_get() When the first entry in msdu_details has a zero buffer address, the code accesses msdu_details[i - 1] with i == 0, causing a buffer

  • CVE-2026-68354HigAug 10, 2026
    affected >= 2.6.31, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: firewire: net: Fix fragmented datagram reassembly fwnet_frag_new() keeps a sorted list of received fragments for a partial datagram. When a new fragment is adjacent to an existing fragment, the code checks whet

  • CVE-2026-68353HigAug 10, 2026
    affected >= 3.2.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: wifi: ath6kl: fix OOB read from firmware num_msg in TX complete handler The firmware-controlled num_msg field (u8, 0-255) drives the loop in ath6kl_wmi_tx_complete_event_rx() without validation against the buff

  • CVE-2026-68352HigAug 10, 2026
    affected >= 3.2.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: wifi: ath6kl: fix OOB read from firmware IE lengths in connect event The firmware-controlled beacon_ie_len, assoc_req_len, and assoc_resp_len fields in ath6kl_wmi_connect_event_rx() are not validated against th

  • CVE-2026-68351Aug 10, 2026
    affected >= 2.6.37, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: wifi: carl9170: bound memcpy length in cmd callback to prevent OOB read When the firmware sends a command response with a length mismatch, carl9170_cmd_callback() logs the mismatch and calls carl9170_restart()

  • CVE-2026-68350Aug 10, 2026
    affected >= 2.6.37, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: wifi: carl9170: fix OOB read from off-by-two in TX status handler The bounds check in carl9170_tx_process_status() uses `i > ((cmd->hdr.len / 2) + 1)` which is off by two, allowing 2 extra iterations past valid

  • CVE-2026-68349Aug 10, 2026
    affected >= 2.6.37, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: wifi: carl9170: fix buffer overflow in rx_stream failover path The failover continuation in carl9170_rx_stream() copies the full tlen from the second USB transfer instead of capping at rx_failover_missing bytes

  • 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

Page 56 of 702