VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,027)

  • CVE-2026-72401Aug 15, 2026
    affected >= 6.19.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: bpf: Fix insn_aux_data leak on verifier err_free_env path When bpf_check() allocates env->insn_aux_data successfully but later fails to allocate env->succ, it jumps directly to err_free_env. The existing vfree

  • CVE-2026-72400HigAug 15, 2026
    affected >= 4.18.0, < 5.10.261fixed 5.10.261

    In the Linux kernel, the following vulnerability has been resolved: seg6: validate SRH length before reading fixed fields seg6_validate_srh() reads fixed SRH fields such as srh->type and srh->hdrlen before checking that the supplied length covers the fixed struct ipv6_sr_hdr fi

  • CVE-2026-72399CriAug 15, 2026
    affected >= 5.13.0, < 6.1.178fixed 6.1.178

    In the Linux kernel, the following vulnerability has been resolved: net: enetc: check the number of BDs needed for xdp_frame The size of xdp_redirect_arr array is ENETC_MAX_SKB_FRAGS. However, the number of fragments contained in xdp_frame may be greater than or equal to ENETC_

  • CVE-2026-72398CriAug 15, 2026
    affected >= 2.6.12, < 6.18.40fixed 6.18.40

    In the Linux kernel, the following vulnerability has been resolved: sctp: add INIT verification after cookie unpacking In SCTP handshake, the INIT chunk is initially processed by the server and embedded into the cookie carried in INIT-ACK. The client then returns this cookie vi

  • CVE-2026-72397HigAug 15, 2026
    affected >= 4.3.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: hwmon: (pmbus/core) honor vrm_version in pmbus_data2reg_vid() pmbus_data2reg_vid() hardcoded the VR11 encoding regardless of the vrm_version configured by the driver, while pmbus_reg2data_vid() already switched

  • CVE-2026-72396Aug 15, 2026
    affected >= 3.3.0, < 5.10.261fixed 5.10.261

    In the Linux kernel, the following vulnerability has been resolved: hwmon: adm1275: Prevent reading uninitialized stack While adding support for the ROHM BD127X0 hot-swap controllers, sashiko reported an error in device-name comparison, which can lead to reading uninitialized s

  • CVE-2026-72395HigAug 15, 2026
    affected < 6.6.145fixed 6.6.145

    In the Linux kernel, the following vulnerability has been resolved: hwmon: (pmbus) Fix passing events to regulator core Sashiko reports: Commit 754bd2b4a084 ("hwmon: (pmbus/core) Protect regulator operations with mutex") introduced a worker to batch regulator events over time

  • CVE-2026-72394Aug 15, 2026
    affected >= 6.9.0, < 6.12.97fixed 6.12.97

    In the Linux kernel, the following vulnerability has been resolved: hwmon: (aspeed-g6-pwm-tach) Guard fan RPM calculation against divide-by-zero Sashiko reports: In the aspeed-g6-pwm-tacho driver, the aspeed_tach_val_to_rpm() function calculates the fan RPM using the tachomete

  • CVE-2026-72393CriAug 15, 2026
    affected >= 6.15.0, < 6.18.40fixed 6.18.40

    In the Linux kernel, the following vulnerability has been resolved: eth: fbnic: don't cache shinfo across skb realloc fbnic_tx_lso() calls skb_cow_head() which may reallocate the skb including the shared info. We can't use the pointer calculated before the call. BUG: KASAN

  • CVE-2026-72392Aug 15, 2026
    affected >= 2.6.19, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: ipv6: fib6: fix NULL deref in fib6_walk_continue() on multi-batch dump inet6_dump_fib() saves its progress in cb->args[1] as a positional index within the current hash chain. Between batches, a concurrent fib6

  • CVE-2026-72391Aug 15, 2026
    affected >= 6.1.0, < 6.1.178fixed 6.1.178

    In the Linux kernel, the following vulnerability has been resolved: net: phy: sfp: free mii_bus in sfp_i2c_mdiobus_destroy sfp_i2c_mdiobus_create() allocates the I2C MDIO bus with mdio_i2c_alloc(), a plain (non-devm) allocation, and registers it. sfp_i2c_mdiobus_destroy() only

  • CVE-2026-72390HigAug 15, 2026
    affected >= 2.6.12, < 6.1.178fixed 6.1.178

    In the Linux kernel, the following vulnerability has been resolved: net/sched: sch_teql: Introduce slaves_lock to avoid race condition and UAF The teql master->slaves singly linked list is not protected against multiple writes. It can be mod'ed concurently from teql_master_xmit

  • CVE-2026-72389HigAug 15, 2026
    affected >= 2.6.12, < 5.15.212fixed 5.15.212

    In the Linux kernel, the following vulnerability has been resolved: bridge: stp: Fix a potential use-after-free when deleting a bridge The three STP timers are not supposed to be armed while the bridge is administratively down. They are synchronously deactivated when the bridge

  • CVE-2026-72388Aug 15, 2026
    affected >= 6.10.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Always use the IRQ-safe variant when acquiring the fence lock Since dma_fence objects can be shared with other subsystems, they may be accessed from hardirq context in those drivers, and we have to

  • CVE-2026-72387Aug 15, 2026
    affected >= 6.10.0, < 6.12.97fixed 6.12.97

    In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix potential invalid pointer deref in group_process_tiler_oom() If heaps is an ERR_PTR(), panthor_heap_pool_put() will deref an invalid pointer. Make sure we set it to NULL in that case.

  • CVE-2026-72386Aug 15, 2026
    affected >= 6.10.0, < 6.12.97fixed 6.12.97

    In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix a leak when a group is evicted before the tiler OOM is serviced A group ref is tied to the pending tiler_oom_work, so we need to release it if the cancel was effective.

  • CVE-2026-72385Aug 15, 2026
    affected >= 6.14.0, < 6.18.40fixed 6.18.40

    In the Linux kernel, the following vulnerability has been resolved: tracing/fprobe: Fix NULL pointer dereference in fprobe_fgraph_entry() fprobe_fgraph_entry() sizes a shadow-stack reservation in one walk of the per-ip fprobe list and fills it in a second walk, both under rcu_r

  • CVE-2026-72384Aug 15, 2026
    affected >= 4.5.0, < 6.1.178fixed 6.1.178

    In the Linux kernel, the following vulnerability has been resolved: irqchip/ts4800: Fix missing chained handler cleanup on remove The driver installs a chained handler for the parent interrupt during probe using irq_set_chained_handler_and_data(), but the remove function does n

  • CVE-2026-72383HigAug 15, 2026
    affected >= 3.7.0, < 6.18.40fixed 6.18.40

    In the Linux kernel, the following vulnerability has been resolved: sctp: fix addr_wq_timer race in sctp_free_addr_wq() sctp_free_addr_wq() previously removed addr_wq_timer using timer_delete() while holding addr_wq_lock. However, timer_delete() does not guarantee that a curren

  • CVE-2026-72382HigAug 15, 2026
    affected >= 5.15.0, < 6.6.145fixed 6.6.145

    In the Linux kernel, the following vulnerability has been resolved: ksmbd: reject undersized DACLs before parsing ACEs parse_dacl() limits the attacker-controlled ACE count by comparing it with the number of minimal ACEs that fit in the DACL size. The DACL size field is 16 bits

Page 30 of 702