VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,027)

  • CVE-2026-74293HigAug 15, 2026
    affected >= 5.2.0, < 5.10.261fixed 5.10.261

    In the Linux kernel, the following vulnerability has been resolved: ASoC: fsl: fsl_audmix: Validate written enum values fsl_audmix_put_mix_clk_src() and fsl_audmix_put_out_src() convert the user-provided enum item with snd_soc_enum_item_to_val() before checking whether the item

  • CVE-2026-74292HigAug 15, 2026
    affected >= 5.9.0, < 5.10.261fixed 5.10.261

    In the Linux kernel, the following vulnerability has been resolved: ASoC: tegra: tegra210_ahub: Validate written enum value tegra_ahub_put_value_enum() reads e->values[item[0]] before checking whether item[0] is within the enum item range. The existing check therefore happens t

  • CVE-2026-74291Aug 15, 2026
    affected >= 4.6.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: ASoC: topology: Check PCM and DAI name strings before use Topology objects store several PCM and DAI names in fixed-size UAPI arrays. Other topology parser paths validate these fields with bounded strnlen() che

  • CVE-2026-74290Aug 15, 2026
    affected >= 2.6.25, < 6.1.178fixed 6.1.178

    In the Linux kernel, the following vulnerability has been resolved: net/sched: cls_flow: Dont expose folded kernel pointers The flow classifier falls back to addr_fold() for fields that are missing from packet headers. In map mode, userspace controls mask, xor, rshift, addend a

  • CVE-2026-74289HigAug 15, 2026
    affected >= 4.10.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: ipv4: fib: Don't dump dying fib_info in fib_leaf_notify(). syzbot reported use-after-free in nsim_fib4_prepare_event(). [0] The problem is that the following functions call fib_info_hold() / refcount_inc() whi

  • CVE-2026-74288HigAug 15, 2026
    affected >= 4.12.0, < 5.10.261fixed 5.10.261

    In the Linux kernel, the following vulnerability has been resolved: net: fib_rules: Don't dump dying fib_rule in fib_rules_dump(). rocker_router_fib_event() calls fib_rule_get() during RCU dump. If the fib_rule is dying, refcount_inc() will complain about it. Let's call refco

  • CVE-2026-74287CriAug 15, 2026
    affected >= 2.6.12, < 5.10.261fixed 5.10.261

    In the Linux kernel, the following vulnerability has been resolved: sctp: validate embedded address parameter length sctp_verify_asconf() and sctp_verify_param() only validate ADD_IP, DEL_IP, and SET_PRIMARY parameters against a fixed minimum size of sizeof(struct sctp_addip_pa

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

    In the Linux kernel, the following vulnerability has been resolved: net: pfcp: allocate per-cpu tstats for PFCP netdevs PFCP uses dev_get_tstats64() as its ndo_get_stats64 callback, but pfcp_link_setup() does not request NETDEV_PCPU_STAT_TSTATS. The net core therefore leaves d

  • CVE-2026-74285HigAug 15, 2026
    affected >= 7.1.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: net: Stop leased rxq before uninstalling its memory provider netif_rxq_cleanup_unlease() tears down the memory provider that was installed on a physical RX queue through a netkit queue lease. It currently revok

  • CVE-2026-74284Aug 15, 2026
    affected < 5.10.261fixed 5.10.261

    In the Linux kernel, the following vulnerability has been resolved: net/sched: sch_hfsc: Don't make class passive twice update_vf() is called from two places for the same class during a single dequeue when the class's child qdisc (e.g. codel/fq_codel) drops its last packets whi

  • CVE-2026-74283HigAug 15, 2026
    affected >= 3.19.0, < 5.10.261fixed 5.10.261

    In the Linux kernel, the following vulnerability has been resolved: tipc: require net admin for TIPCv2 netlink mutators TIPCv2 registers mutating generic-netlink operations without admin permission flags. Generic netlink only checks CAP_NET_ADMIN when an operation sets GENL_ADM

  • CVE-2026-74282HigAug 15, 2026
    affected >= 4.7.0, < 5.10.261fixed 5.10.261

    In the Linux kernel, the following vulnerability has been resolved: tipc: prevent snt_unacked underflow on CONN_ACK tipc_sk_conn_proto_rcv() subtracts the peer-supplied connection ack count from the unsigned 16-bit send counter snt_unacked without checking that it does not exce

  • CVE-2026-74281HigAug 15, 2026
    affected >= 4.17.0, < 5.15.212fixed 5.15.212

    In the Linux kernel, the following vulnerability has been resolved: tipc: reject inverted service ranges from peer bindings tipc_update_nametbl() inserts a binding advertised by a peer node using the lower and upper service-range bounds taken directly from the wire, without che

  • CVE-2026-74280CriAug 15, 2026
    affected >= 5.7.0, < 5.10.261fixed 5.10.261

    In the Linux kernel, the following vulnerability has been resolved: crypto: marvell/octeontx - fix DMA cleanup using wrong loop index The sg_cleanup path used list[i] instead of list[j] when unmapping DMA buffers, leaking successfully mapped entries and repeatedly unmapping the

  • CVE-2026-74279CriAug 15, 2026
    affected >= 4.11.0, < 5.10.261fixed 5.10.261

    In the Linux kernel, the following vulnerability has been resolved: crypto: cavium/cpt - fix DMA cleanup using wrong loop index The sg_cleanup error path used list[i] instead of list[j] when unmapping DMA buffers, leaking successfully mapped entries and repeatedly unmapping the

  • CVE-2026-74278Aug 15, 2026
    affected >= 2.6.12, < 6.12.97fixed 6.12.97

    In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: Fix kernel heap address leak in bounce_error_event() The comment above bounce_error_event() documents that user clients should receive SNDRV_SEQ_EVENT_BOUNCE with the original event embedded as varia

  • CVE-2026-74277HigAug 15, 2026
    affected >= 6.16.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: iommu/dma-iommu: Fix wrong scatterlist length assignment in P2PDMA path In iommu_dma_map_sg(), when handling PCI P2PDMA cases, the DMA length of the current scatterlist segment `s` is incorrectly assigned from

  • CVE-2026-74276Aug 15, 2026
    affected >= 4.0.0, < 5.10.261fixed 5.10.261

    In the Linux kernel, the following vulnerability has been resolved: spi: xilinx: use FIFO occupancy register to determine buffer size The method the driver uses to determine the size of the FIFO has a problem. What it currently does is this: It stops the SPI hardware and writes

  • CVE-2026-74275HigAug 15, 2026
    affected >= 7.1.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fix out-of-bounds access in cxl_cancel_auto_attach() In cxl_cancel_auto_attach(), it assumes cxled->pos is a valid index for accessing p->targets[]. However, cxled->pos can be set to negative errno

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

    In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fill first free targets[] slot during auto-discovery Any invalid endpoint decoder pointer in the target array of an active region is not allowed by cxl driver. This means cxl driver always assumes t

Page 23 of 702