VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,119)

  • CVE-2024-43845HigAug 17, 2024
    affected >= 6.3.0, < 6.6.44fixed 6.6.44

    In the Linux kernel, the following vulnerability has been resolved: udf: Fix bogus checksum computation in udf_rename() Syzbot reports uninitialized memory access in udf_rename() when updating checksum of '..' directory entry of a moved directory. This is indeed true as we pass

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

    In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: wow: fix GTK offload H2C skbuff issue We mistakenly put skb too large and that may exceed skb->end. Therefore, we fix it. skbuff: skb_over_panic: text:ffffffffc09e9a9d len:416 put:204 head:ffff8fb

  • CVE-2024-43843HigAug 17, 2024
    affected >= 6.8.0, < 6.10.3fixed 6.10.3

    In the Linux kernel, the following vulnerability has been resolved: riscv, bpf: Fix out-of-bounds issue when preparing trampoline image We get the size of the trampoline image during the dry run phase and allocate memory based on that size. The allocated image will then be popu

  • CVE-2024-43842HigAug 17, 2024
    affected >= 5.16.0, < 6.1.103fixed 6.1.103

    In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: Fix array index mistake in rtw89_sta_info_get_iter() In rtw89_sta_info_get_iter() 'status->he_gi' is compared to array size. But then 'rate->he_gi' is used as array index instead of 'status->he_gi'

  • CVE-2024-43841LowAug 17, 2024
    affected >= 5.0.0, < 5.4.282fixed 5.4.282

    In the Linux kernel, the following vulnerability has been resolved: wifi: virt_wifi: avoid reporting connection success with wrong SSID When user issues a connection with a different SSID than the one virt_wifi has advertised, the __cfg80211_connect_result() will trigger the wa

  • CVE-2024-43840HigAug 17, 2024
    affected >= 6.0.0, < 6.1.140fixed 6.1.140

    In the Linux kernel, the following vulnerability has been resolved: bpf, arm64: Fix trampoline for BPF_TRAMP_F_CALL_ORIG When BPF_TRAMP_F_CALL_ORIG is set, the trampoline calls __bpf_tramp_enter() and __bpf_tramp_exit() functions, passing them the struct bpf_tramp_image *im poi

  • CVE-2024-43839HigAug 17, 2024
    affected >= 2.6.37, < 4.19.320fixed 4.19.320

    In the Linux kernel, the following vulnerability has been resolved: bna: adjust 'name' buf size of bna_tcb and bna_ccb structures To have enough space to write all possible sprintf() args. Currently 'name' size is 16, but the first '%s' specifier may already need at least 16 ch

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

    In the Linux kernel, the following vulnerability has been resolved: bpf: fix overflow check in adjust_jmp_off() adjust_jmp_off() incorrectly used the insn->imm field for all overflow check, which is incorrect as that should only be done or the BPF_JMP32 | BPF_JA case, not the g

  • CVE-2024-43837MedAug 17, 2024
    affected >= 5.18.0, < 6.1.103fixed 6.1.103

    In the Linux kernel, the following vulnerability has been resolved: bpf: Fix null pointer dereference in resolve_prog_type() for BPF_PROG_TYPE_EXT When loading a EXT program without specifying `attr->attach_prog_fd`, the `prog->aux->dst_prog` will be null. At this time, calling

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

    In the Linux kernel, the following vulnerability has been resolved: net: ethtool: pse-pd: Fix possible null-deref Fix a possible null dereference when a PSE supports both c33 and PoDL, but only one of the netlink attributes is specified. The c33 or PoDL PSE capabilities are alr

  • CVE-2024-43835MedAug 17, 2024
    affected >= 5.0.0, < 5.4.284fixed 5.4.284

    In the Linux kernel, the following vulnerability has been resolved: virtio_net: Fix napi_skb_cache_put warning After the commit bdacf3e34945 ("net: Use nested-BH locking for napi_alloc_cache.") was merged, the following warning began to appear: WARNING: CPU: 5 PID: 1 at net/

  • CVE-2024-43834MedAug 17, 2024
    affected >= 5.5.0, < 5.10.224fixed 5.10.224

    In the Linux kernel, the following vulnerability has been resolved: xdp: fix invalid wait context of page_pool_destroy() If the driver uses a page pool, it creates a page pool with page_pool_create(). The reference count of page pool is 1 as default. A page pool will be destroy

  • CVE-2024-43833MedAug 17, 2024
    affected >= 5.19.0, < 6.1.103fixed 6.1.103

    In the Linux kernel, the following vulnerability has been resolved: media: v4l: async: Fix NULL pointer dereference in adding ancillary links In v4l2_async_create_ancillary_links(), ancillary links are created for lens and flash sub-devices. These are sub-device to sub-device l

  • CVE-2024-43832HigAug 17, 2024
    affected >= 5.7.0, < 6.1.103fixed 6.1.103

    In the Linux kernel, the following vulnerability has been resolved: s390/uv: Don't call folio_wait_writeback() without a folio reference folio_wait_writeback() requires that no spinlocks are held and that a folio reference is held, as documented. After we dropped the PTL, the f

  • CVE-2024-43831MedAug 17, 2024
    affected >= 4.10.0, < 6.1.131fixed 6.1.131

    In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: Handle invalid decoder vsi Handle an invalid decoder vsi in vpu_dec_init to ensure the decoder vsi is valid for future use.

  • CVE-2024-43830HigAug 17, 2024
    affected >= 4.19.0, < 4.19.320fixed 4.19.320

    In the Linux kernel, the following vulnerability has been resolved: leds: trigger: Unregister sysfs attributes before calling deactivate() Triggers which have trigger specific sysfs attributes typically store related data in trigger-data allocated by the activate() callback and

  • CVE-2024-43829MedAug 17, 2024
    affected >= 5.1.0, < 5.4.282fixed 5.4.282

    In the Linux kernel, the following vulnerability has been resolved: drm/qxl: Add check for drm_cvt_mode Add check for the return value of drm_cvt_mode() and return the error if it fails in order to avoid NULL pointer dereference.

  • CVE-2024-43828MedAug 17, 2024
    affected >= 5.10.0, < 5.10.224fixed 5.10.224

    In the Linux kernel, the following vulnerability has been resolved: ext4: fix infinite loop when replaying fast_commit When doing fast_commit replay an infinite loop may occur due to an uninitialized extent_status struct. ext4_ext_determine_insert_hole() does not detect the re

  • CVE-2024-43827MedAug 17, 2024
    affected >= 6.8.0, < 6.10.3fixed 6.10.3

    In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check before access structs In enable_phantom_plane, we should better check null pointer before accessing various structs.

  • CVE-2024-43826MedAug 17, 2024
    affected >= 6.3.0, < 6.6.130fixed 6.6.130

    In the Linux kernel, the following vulnerability has been resolved: nfs: pass explicit offset/count to trace events nfs_folio_length is unsafe to use without having the folio locked and a check for a NULL ->f_mapping that protects against truncations and can lead to kernel cras

Page 603 of 706