VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,027)

  • CVE-2024-26736HigApr 3, 2024
    affected >= 4.15.0, < 5.4.270fixed 5.4.270

    In the Linux kernel, the following vulnerability has been resolved: afs: Increase buffer size in afs_update_volume_status() The max length of volume->vid value is 20 characters. So increase idbuf[] size up to 24 to avoid overflow. Found by Linux Verification Center (linuxtesti

  • CVE-2024-26735MedApr 3, 2024
    affected >= 4.10.0, < 4.19.308fixed 4.19.308

    In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix possible use-after-free and null-ptr-deref The pernet operations structure for the subsystem must be registered before registering the generic netlink family.

  • CVE-2024-26734HigApr 3, 2024
    affected >= 6.3.0, < 6.6.19fixed 6.6.19

    In the Linux kernel, the following vulnerability has been resolved: devlink: fix possible use-after-free and memory leaks in devlink_init() The pernet operations structure for the subsystem must be registered before registering the generic netlink family. Make an unregister in

  • CVE-2024-26733MedApr 3, 2024
    affected >= 2.6.12, < 5.10.211fixed 5.10.211

    In the Linux kernel, the following vulnerability has been resolved: arp: Prevent overflow in arp_req_get(). syzkaller reported an overflown write in arp_req_get(). [0] When ioctl(SIOCGARP) is issued, arp_req_get() looks up an neighbour entry and copies neigh->ha to struct arpr

  • CVE-2024-26732MedApr 3, 2024
    affected >= 6.7.0, < 6.7.7fixed 6.7.7

    In the Linux kernel, the following vulnerability has been resolved: net: implement lockless setsockopt(SO_PEEK_OFF) syzbot reported a lockdep violation [1] involving af_unix support of SO_PEEK_OFF. Since SO_PEEK_OFF is inherently not thread safe (it uses a per-socket sk_peek_o

  • CVE-2024-26731MedApr 3, 2024
    affected < 6.1.80fixed 6.1.80

    In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix NULL pointer dereference in sk_psock_verdict_data_ready() syzbot reported the following NULL pointer dereference issue [1]: BUG: kernel NULL pointer dereference, address: 0000000000000000

  • CVE-2024-26730HigApr 3, 2024
    affected >= 6.6.0, < 6.6.19fixed 6.6.19

    In the Linux kernel, the following vulnerability has been resolved: hwmon: (nct6775) Fix access to temperature configuration registers The number of temperature configuration registers does not always match the total number of temperature registers. This can result in access er

  • CVE-2024-26729MedApr 3, 2024
    affected >= 6.7.0, < 6.7.7fixed 6.7.7

    In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential null pointer dereference in dc_dmub_srv Fixes potential null pointer dereference warnings in the dc_dmub_srv_cmd_list_queue_execute() and dc_dmub_srv_is_hw_pwr_up() functions. In

  • CVE-2024-26728HigApr 3, 2024
    affected >= 6.7.0, < 6.7.7fixed 6.7.7

    In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix null-pointer dereference on edid reading Use i2c adapter when there isn't aux_mode in dc_link to fix a null-pointer derefence that happens when running igt@kms_force_connector_basic in a sy

  • CVE-2023-52641MedApr 3, 2024
    affected >= 5.15.0, < 5.15.150fixed 5.15.150

    In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add NULL ptr dereference checking at the end of attr_allocate_frame() It is preferable to exit through the out: label because internal debugging functions are located there.

  • CVE-2023-52640HigApr 3, 2024
    affected >= 5.15.0, < 5.15.150fixed 5.15.150

    In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix oob in ntfs_listxattr The length of name cannot exceed the space occupied by ea.

  • CVE-2024-26727MedApr 3, 2024
    affected >= 5.9.0, < 5.10.210fixed 5.10.210

    In the Linux kernel, the following vulnerability has been resolved: btrfs: do not ASSERT() if the newly created subvolume already got read [BUG] There is a syzbot crash, triggered by the ASSERT() during subvolume creation: assertion failed: !anon_dev, in fs/btrfs/disk-io.c:13

  • CVE-2024-26726MedApr 3, 2024
    affected >= 3.12.0, < 5.15.187fixed 5.15.187

    In the Linux kernel, the following vulnerability has been resolved: btrfs: don't drop extent_map for free space inode on write error While running the CI for an unrelated change I hit the following panic with generic/648 on btrfs_holes_spacecache. assertion failed: block_start

  • CVE-2024-26725MedApr 3, 2024
    affected >= 6.7.0, < 6.7.6fixed 6.7.6

    In the Linux kernel, the following vulnerability has been resolved: dpll: fix possible deadlock during netlink dump operation Recently, I've been hitting following deadlock warning during dpll pin dump: [52804.637962] ====================================================== [528

  • CVE-2024-26724HigApr 3, 2024
    affected >= 6.7.0, < 6.7.6fixed 6.7.6

    In the Linux kernel, the following vulnerability has been resolved: net/mlx5: DPLL, Fix possible use after free after delayed work timer triggers I managed to hit following use after free warning recently: [ 2169.711665] ========================================================

  • CVE-2024-26723HigApr 3, 2024
    affected >= 6.1.0, < 6.1.79fixed 6.1.79

    In the Linux kernel, the following vulnerability has been resolved: lan966x: Fix crash when adding interface under a lag There is a crash when adding one of the lan966x interfaces under a lag interface. The issue can be reproduced like this: ip link add name bond0 type bond mii

  • CVE-2024-26722MedApr 3, 2024
    affected < 4.19.307fixed 4.19.307

    In the Linux kernel, the following vulnerability has been resolved: ASoC: rt5645: Fix deadlock in rt5645_jack_detect_work() There is a path in rt5645_jack_detect_work(), where rt5645->jd_mutex is left locked forever. That may lead to deadlock when rt5645_jack_detect_work() is c

  • CVE-2024-26721MedApr 3, 2024
    affected >= 6.7.0, < 6.7.6fixed 6.7.6

    In the Linux kernel, the following vulnerability has been resolved: drm/i915/dsc: Fix the macro that calculates DSCC_/DSCA_ PPS reg address Commit bd077259d0a9 ("drm/i915/vdsc: Add function to read any PPS register") defines a new macro to calculate the DSC PPS register address

  • CVE-2024-26719MedApr 3, 2024
    affected >= 6.2.0, < 6.6.18fixed 6.6.18

    In the Linux kernel, the following vulnerability has been resolved: nouveau: offload fence uevents work to workqueue This should break the deadlock between the fctx lock and the irq lock. This offloads the processing off the work from the irq into a workqueue.

  • CVE-2024-26718HigApr 3, 2024
    affected >= 5.9.0, < 5.15.169fixed 5.15.169

    In the Linux kernel, the following vulnerability has been resolved: dm-crypt, dm-verity: disable tasklets Tasklets have an inherent problem with memory corruption. The function tasklet_action_common calls tasklet_trylock, then it calls the tasklet callback and then it calls tas

Page 686 of 702