VYPR

apk package

chainguard/linux-qemu-melange

pkg:apk/chainguard/linux-qemu-melange

Vulnerabilities (262)

  • CVE-2026-53238MedJun 25, 2026
    affected < 6.18.38-r0fixed 6.18.38-r0

    In the Linux kernel, the following vulnerability has been resolved: netlabel: validate unlabeled address and mask attribute lengths netlbl_unlabel_addrinfo_get() used the address attribute length to determine whether the attribute data could be read as an IPv4 or IPv6 address,

  • CVE-2026-53237MedJun 25, 2026
    affected < 6.18.38-r0fixed 6.18.38-r0

    In the Linux kernel, the following vulnerability has been resolved: gpio: mvebu: fix NULL pointer dereference in suspend/resume mvebu_pwm_suspend() and mvebu_pwm_resume() are called for all GPIO banks during suspend/resume, but not all banks have PWM functionality. GPIO banks w

  • CVE-2026-53236MedJun 25, 2026
    affected < 6.18.38-r0fixed 6.18.38-r0

    In the Linux kernel, the following vulnerability has been resolved: tcp: restrict SO_ATTACH_FILTER to priv users This patch restricts the use of SO_ATTACH_FILTER (cBPF) on TCP sockets to users with CAP_NET_ADMIN capability. This blocks potential side-channel attack where an un

  • CVE-2026-53235HigJun 25, 2026
    affected < 6.18.38-r0fixed 6.18.38-r0

    In the Linux kernel, the following vulnerability has been resolved: net: add pskb_may_pull() to skb_gro_receive_list() skb_gro_receive_list() calls skb_pull(skb, skb_gro_offset(skb)) without first ensuring the data is in the linear area via pskb_may_pull(). When the skb arrives

  • CVE-2026-53234HigJun 25, 2026
    affected < 6.18.38-r0fixed 6.18.38-r0

    In the Linux kernel, the following vulnerability has been resolved: net: ibm: emac: Fix use-after-free during device removal The driver was using devm_register_netdev() which causes unregister_netdev() to be deferred until the devres cleanup phase, which runs after emac_remove(

  • CVE-2026-53233HigJun 25, 2026
    affected < 6.18.38-r0fixed 6.18.38-r0

    In the Linux kernel, the following vulnerability has been resolved: netdev: fix double-free in netdev_nl_bind_rx_doit() Sashiko flags that genlmsg_reply() always consumes the skb. The error path calls nlmsg_free(rsp) so we can't jump directly to it. Let's not unbind, just propa

  • CVE-2026-53230HigJun 25, 2026
    affected < 6.18.38-r0fixed 6.18.38-r0

    In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix slab-out-of-bounds in mlx5_query_nic_vport_mac_list mlx5_query_nic_vport_mac_list() sizes its firmware command buffer using the PF's log_max_current_uc/mc_list capabilities. When querying a VF vpo

  • CVE-2026-53229HigJun 25, 2026
    affected < 6.18.38-r0fixed 6.18.38-r0

    In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: xsk: Fix DMA and xdp_frame leak on XDP_TX xmit failure In the XSK branch of mlx5e_xmit_xdp_buff(), when sq->xmit_xdp_frame() returns false (e.g. XDPSQ is full), the function returns without unmapping

  • CVE-2026-53228CriJun 25, 2026
    affected < 6.18.36-r0fixed 6.18.36-r0

    In the Linux kernel, the following vulnerability has been resolved: ipv6: sit: reload inner IPv6 header after GSO offloads ipip6_tunnel_xmit() caches the inner IPv6 header pointer at function entry and continues using it after iptunnel_handle_offloads(). For GSO skbs, iptunnel

  • CVE-2026-53227MedJun 25, 2026
    affected < 6.18.38-r0fixed 6.18.38-r0

    In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: fix possible kfree_skb of ERR_PTR After the patch in the "Fixes" tag, the allocation of the "reply" skb can happen either before or after locking the ovs_mutex. However, error cleanups still

  • CVE-2026-53226MedJun 25, 2026
    affected < 6.18.38-r0fixed 6.18.38-r0

    In the Linux kernel, the following vulnerability has been resolved: gpio: rockchip: fix generic IRQ chip leak on remove The driver allocates domain generic chips using irq_alloc_domain_generic_chips() during probe. However, on driver remove/teardown, the generic chips are not a

  • CVE-2026-53225CriJun 25, 2026
    affected < 6.18.36-r0fixed 6.18.36-r0

    In the Linux kernel, the following vulnerability has been resolved: sctp: fix uninit-value in __sctp_rcv_asconf_lookup() __sctp_rcv_asconf_lookup() in net/sctp/input.c only checks that the ASCONF chunk can hold the ADDIP header and a parameter header, then calls af->from_addr_p

  • CVE-2026-53224CriJun 25, 2026
    affected < 6.18.36-r0fixed 6.18.36-r0

    In the Linux kernel, the following vulnerability has been resolved: sctp: validate embedded INIT chunk and address list lengths in cookie sctp_unpack_cookie() only checked that the embedded INIT chunk length did not exceed the remaining cookie payload, but did not ensure that t

  • CVE-2026-53223HigJun 25, 2026
    affected < 6.18.38-r0fixed 6.18.38-r0

    In the Linux kernel, the following vulnerability has been resolved: net: guard timestamp cmsgs to real error queue skbs skb_is_err_queue() treats PACKET_OUTGOING as the sole marker for an skb from sk_error_queue. That assumption is not true for AF_PACKET sockets: outgoing packe

  • CVE-2026-53222MedJun 25, 2026
    affected < 0fixed 0

    In the Linux kernel, the following vulnerability has been resolved: ptp: ocp: fix resource freeing order Commit a60fc3294a37 ("ptp: rework ptp_clock_unregister() to disable events") added a call to ptp_disable_all_events() which changes the configuration of pins if they support

  • CVE-2026-53221CriJun 25, 2026
    affected < 6.18.36-r0fixed 6.18.36-r0

    In the Linux kernel, the following vulnerability has been resolved: ip6_vti: fix incorrect tunnel matching in vti6_tnl_lookup() In vti6_tnl_lookup(), when an exact match for a tunnel fails, the code falls back to searching for wildcard tunnels: - Tunnels matching the packet's

  • CVE-2026-53220MedJun 25, 2026
    affected < 6.18.38-r0fixed 6.18.38-r0

    In the Linux kernel, the following vulnerability has been resolved: netfilter: revalidate bridge ports ebt_redirect_tg() dereferences br_port_get_rcu() return without a NULL check, causing a kernel panic when the bridge port has been removed between the original hook invocation

  • CVE-2026-53219MedJun 25, 2026
    affected < 6.18.38-r0fixed 6.18.38-r0

    In the Linux kernel, the following vulnerability has been resolved: netfilter: x_tables: avoid leaking percpu counter pointers The native and compat get-entries paths copy the fixed rule entry header from the kernelized rule blob to userspace before overwriting the entry's coun

  • CVE-2026-53218MedJun 25, 2026
    affected < 6.18.38-r0fixed 6.18.38-r0

    In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_exthdr: fix register tracking for F_PRESENT flag nft_exthdr_init() passes user-controlled priv->len to nft_parse_register_store(), which marks that many bytes in the register bitmap as initialize

  • CVE-2026-53217HigJun 25, 2026
    affected < 6.18.38-r0fixed 6.18.38-r0

    In the Linux kernel, the following vulnerability has been resolved: net: mvpp2: sync RX data at the hardware packet offset mvpp2 programs the RX queue packet offset, so hardware writes received data at dma_addr + MVPP2_SKB_HEADROOM. The current CPU sync starts at dma_addr and o

Page 3 of 14