VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,119)

  • CVE-2024-43825HigAug 17, 2024
    affected >= 6.4.0, < 6.6.44fixed 6.6.44

    In the Linux kernel, the following vulnerability has been resolved: iio: Fix the sorting functionality in iio_gts_build_avail_time_table The sorting in iio_gts_build_avail_time_table is not working as intended. It could result in an out-of-bounds access when the time is zero.

  • CVE-2024-43824MedAug 17, 2024
    affected >= 5.7.0, < 6.10.3fixed 6.10.3

    In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: pci-epf-test: Make use of cached 'epc_features' in pci_epf_test_core_init() Instead of getting the epc_features from pci_epc_get_features() API, use the cached pci_epf_test::epc_features value to

  • CVE-2024-43823MedAug 17, 2024
    affected >= 5.10.0, < 6.1.103fixed 6.1.103

    In the Linux kernel, the following vulnerability has been resolved: PCI: keystone: Fix NULL pointer dereference in case of DT error in ks_pcie_setup_rc_app_regs() If IORESOURCE_MEM is not provided in Device Tree due to any error, resource_list_first_type() will return NULL and

  • CVE-2024-43822MedAug 17, 2024
    affected >= 6.10.0, < 6.10.3fixed 6.10.3

    In the Linux kernel, the following vulnerability has been resolved: ASoc: PCM6240: Return directly after a failed devm_kzalloc() in pcmdevice_i2c_probe() The value “-ENOMEM” was assigned to the local variable “ret” in one if branch after a devm_kzalloc() call failed at the begi

  • CVE-2024-43821MedAug 17, 2024
    affected >= 6.2.0, < 6.6.44fixed 6.6.44

    In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix a possible null pointer dereference In function lpfc_xcvr_data_show, the memory allocation with kmalloc might fail, thereby making rdp_context a null pointer. In the following context and functi

  • CVE-2024-43820MedAug 17, 2024
    affected >= 6.9.0, < 6.10.3fixed 6.10.3

    In the Linux kernel, the following vulnerability has been resolved: dm-raid: Fix WARN_ON_ONCE check for sync_thread in raid_resume rm-raid devices will occasionally trigger the following warning when being resumed after a table load because DM_RECOVERY_RUNNING is set: WARNING:

  • CVE-2024-43819MedAug 17, 2024
    affected >= 3.4.0, < 6.10.3fixed 6.10.3

    In the Linux kernel, the following vulnerability has been resolved: kvm: s390: Reject memory region operations for ucontrol VMs This change rejects the KVM_SET_USER_MEMORY_REGION and KVM_SET_USER_MEMORY_REGION2 ioctls when called on a ucontrol VM. This is necessary since ucontr

  • CVE-2024-43818MedAug 17, 2024
    affected >= 6.0.0, < 6.1.103fixed 6.1.103

    In the Linux kernel, the following vulnerability has been resolved: ASoC: amd: Adjust error handling in case of absent codec device acpi_get_first_physical_node() can return NULL in several cases (no such device, ACPI table error, reference count drop to 0, etc). Existing check

  • CVE-2024-43817MedAug 17, 2024
    affected >= 5.12.0, < 5.15.165fixed 5.15.165

    In the Linux kernel, the following vulnerability has been resolved: net: missing check virtio Two missing check in virtio_net_hdr_to_skb() allowed syzbot to crash kernels again 1. After the skb_segment function the buffer may become non-linear (nr_frags != 0), but since the SK

  • CVE-2024-43816HigAug 17, 2024
    affected >= 6.10.0, < 6.10.3fixed 6.10.3

    In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Revise lpfc_prep_embed_io routine with proper endian macro usages On big endian architectures, it is possible to run into a memory out of bounds pointer dereference when FCP targets are zoned. In l

  • CVE-2024-43815HigAug 17, 2024
    affected >= 6.10.0, < 6.10.3fixed 6.10.3

    In the Linux kernel, the following vulnerability has been resolved: crypto: mxs-dcp - Ensure payload is zero when using key slot We could leak stack memory through the payload field when running AES with a key from one of the hardware's key slots. Fix this by ensuring the paylo

  • CVE-2024-42322MedAug 17, 2024
    affected >= 4.7.0, < 5.10.237fixed 5.10.237

    In the Linux kernel, the following vulnerability has been resolved: ipvs: properly dereference pe in ip_vs_add_service Use pe directly to resolve sparse warning: net/netfilter/ipvs/ip_vs_ctl.c:1471:27: warning: dereference of noderef expression

  • CVE-2024-42321MedAug 17, 2024
    affected >= 5.2.0, < 6.1.103fixed 6.1.103

    In the Linux kernel, the following vulnerability has been resolved: net: flow_dissector: use DEBUG_NET_WARN_ON_ONCE The following splat is easy to reproduce upstream as well as in -stable kernels. Florian Westphal provided the following commit: d1dab4f71d37 ("net: add and us

  • CVE-2024-42320MedAug 17, 2024
    affected >= 6.1.0, < 6.1.103fixed 6.1.103

    In the Linux kernel, the following vulnerability has been resolved: s390/dasd: fix error checks in dasd_copy_pair_store() dasd_add_busid() can return an error via ERR_PTR() if an allocation fails. However, two callsites in dasd_copy_pair_store() do not check the result, potenti

  • CVE-2024-42319MedAug 17, 2024
    affected >= 4.19.0, < 6.1.120fixed 6.1.120

    In the Linux kernel, the following vulnerability has been resolved: mailbox: mtk-cmdq: Move devm_mbox_controller_register() after devm_pm_runtime_enable() When mtk-cmdq unbinds, a WARN_ON message with condition pm_runtime_get_sync() < 0 occurs. According to the call tracei bel

  • CVE-2024-42318HigAug 17, 2024
    affected >= 5.13.0, < 5.15.165fixed 5.15.165

    In the Linux kernel, the following vulnerability has been resolved: landlock: Don't lose track of restrictions on cred_transfer When a process' cred struct is replaced, this _almost_ always invokes the cred_prepare LSM hook; but in one special case (when KEYCTL_SESSION_TO_PAREN

  • CVE-2024-42317MedAug 17, 2024
    affected >= 5.17.0, < 6.10.3fixed 6.10.3

    In the Linux kernel, the following vulnerability has been resolved: mm/huge_memory: avoid PMD-size page cache if needed xarray can't support arbitrary page cache size. the largest and supported page cache size is defined as MAX_PAGECACHE_ORDER by commit 099d90642a71 ("mm/filem

  • CVE-2024-42316MedAug 17, 2024
    affected >= 6.1.0, < 6.1.103fixed 6.1.103

    In the Linux kernel, the following vulnerability has been resolved: mm/mglru: fix div-by-zero in vmpressure_calc_level() evict_folios() uses a second pass to reclaim folios that have gone through page writeback and become clean before it finishes the first pass, since folio_rot

  • CVE-2024-42315MedAug 17, 2024
    affected < 5.10.232fixed 5.10.232

    In the Linux kernel, the following vulnerability has been resolved: exfat: fix potential deadlock on __exfat_get_dentry_set When accessing a file with more entries than ES_MAX_ENTRY_NUM, the bh-array is allocated in __exfat_get_entry_set. The problem is that the bh-array is all

  • CVE-2024-42314HigAug 17, 2024
    affected >= 5.16.0, < 6.1.108fixed 6.1.108

    In the Linux kernel, the following vulnerability has been resolved: btrfs: fix extent map use-after-free when adding pages to compressed bio At add_ra_bio_pages() we are accessing the extent map to calculate 'add_size' after we dropped our reference on the extent map, resulting

Page 604 of 706