VYPR

rpm package

opensuse/kernel-source&distro=openSUSE Tumbleweed

pkg:rpm/opensuse/kernel-source&distro=openSUSE%20Tumbleweed

Vulnerabilities (1,862)

  • CVE-2026-64544Jul 27, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: crypto: asymmetric_keys - fix OOB read in pefile_digest_pe_contents pefile_digest_pe_contents() computes the trailing-data hash length as pelen - (hashed_bytes + certs_size). A crafted PE can make the addition

  • CVE-2026-64543HigJul 27, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: tipc: fix use-after-free of the discoverer in tipc_disc_rcv() bearer_disable() frees b->disc with tipc_disc_delete()'s plain kfree(), but tipc_disc_rcv() still dereferences b->disc in RX softirq under rcu_read_

  • CVE-2026-64542Jul 27, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: ipv6: ndisc: fix NULL deref in accept_untracked_na() accept_untracked_na() re-fetches the inet6_dev with __in6_dev_get(dev) and dereferences idev->cnf.accept_untracked_na without a NULL check, even though its o

  • CVE-2026-64541CriJul 27, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: net/smc: fix UAF in smc_cdc_rx_handler() by pinning the socket smc_cdc_rx_handler() looks up the connection by token under the link group's conns_lock, drops the lock, and then dereferences conn and the smc_soc

  • CVE-2026-64540HigJul 27, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: usbnet: gl620a: fix out-of-bounds read in genelink_rx_fixup() genelink_rx_fixup() splits an aggregated RX frame into its individual packets, using a per-packet length taken from device-supplied data. That lengt

  • CVE-2026-64539HigJul 27, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: Bluetooth: eir: Fix stack OOB write when prepending the Flags AD eir_create_adv_data() builds the advertising data into a fixed-size buffer ("size", 31 for the legacy path). It may prepend a 3-byte "Flags" AD s

  • CVE-2026-64538Jul 27, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix null-ptr-deref in fib6_nh_mtu_change(). fib6_nh_mtu_change() re-fetches idev via __in6_dev_get(arg->dev) and dereferences idev->cnf.mtu6 without a NULL check. addrconf_ifdown() clears dev->ip6_ptr wit

  • CVE-2026-64537Jul 27, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: bridge: cfm: reject invalid CCM interval at configuration time ccm_tx_work_expired() re-arms itself via queue_delayed_work() using the configured exp_interval converted by interval_to_us(). When exp_interval is

  • CVE-2026-64536HigJul 27, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB reads in is_ap_in_tkip() IE loop The loop in is_ap_in_tkip() iterates over IEs without verifying that enough bytes remain before dereferencing the IE header or its payload: - pIE->e

  • CVE-2026-64533HigJul 27, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: validate lcns_follow in log_replay conversion log_replay() converts DIR_PAGE_ENTRY_32 records into DIR_PAGE_ENTRY records when replaying version 0 restart tables. During this conversion, the memmove(

  • CVE-2026-64532HigJul 27, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: bound NTFS_DE view.data_off in UpdateRecordData{Root,Allocation} In do_action()'s UpdateRecordDataRoot (fslog.c:3489) and UpdateRecordDataAllocation (fslog.c:3697) cases, the memmove destination is `A

  • CVE-2026-64531HigJul 27, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: reject oversized nested action attrs Open vSwitch stores generated flow actions as nlattrs, whose nla_len field is u16. Commit a1e64addf3ff ("net: openvswitch: remove misbehaving actions lengt

  • CVE-2026-64530CriJul 26, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: net/sched: cls_api: Handle TC_ACT_CONSUMED in tcf_qevent_handle tcf_classify() can return TC_ACT_CONSUMED while the skb is held by the defragmentation engine (e.g. act_ct on out-of-order fragments). When that h

  • CVE-2026-64529HigJul 25, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: crypto: qat - remove unused character device and IOCTLs The QAT driver exposes a character device (qat_adf_ctl) with IOCTLs for device configuration, start, stop, status query and enumeration. These IOCTLs are

  • CVE-2026-64514Jul 25, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: userfaultfd: gate must_wait writability check on pte_present() userfaultfd_must_wait() and userfaultfd_huge_must_wait() read the PTE without taking the page table lock and then apply pte_write() / huge_pte_writ

  • CVE-2026-64513Jul 25, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Unconditionally recompute CR8 intercept on PPR update The TPR_THRESHOLD field in the VMCS is used by VMX to induce VM exits when the guest's virtual TPR falls under the specified threshold, allowing K

  • CVE-2026-64512Jul 25, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: ACPI: CPPC: Suppress UBSAN warning caused by field misuse The definition of reg->access_width changes depending on the reg->space_id type. Type ACPI_ADR_SPACE_PLATFORM_COMM uses access_width to indicate the PC

  • CVE-2026-64511Jul 25, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: ACPI: NFIT: core: Fix possible NULL pointer dereference After commit 9b311b7313d6 ("ACPI: NFIT: Install Notify() handler before getting NFIT table"), acpi_nfit_probe() installs an ACPI notify handler for the NF

  • CVE-2026-64510HigJul 25, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: ACPI: NFIT: core: Fix acpi_nfit_init() error cleanup If acpi_nfit_init() fails after adding the acpi_desc object to the acpi_descs list, that object is never removed from that list because the acpi_nfit_shutdow

  • CVE-2026-64509Jul 25, 2026
    affected < 7.1.7-1.1fixed 7.1.7-1.1

    In the Linux kernel, the following vulnerability has been resolved: rust: block: fix GenDisk cleanup paths GenDiskBuilder::build() still has fallible work after __blk_mq_alloc_disk(), but its error path only recovers the foreign queue data. That leaks the temporary gendisk and

Page 4 of 94