VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,027)

  • CVE-2023-52735CriMay 21, 2024
    affected < 5.15.95fixed 5.15.95

    In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itself sock_map proto callbacks should never call themselves by design. Protect against bugs like [1] and break out of the recursive loop to avoid a

  • CVE-2023-52732CriMay 21, 2024
    affected >= 2.6.34, < 6.1.13fixed 6.1.13

    In the Linux kernel, the following vulnerability has been resolved: ceph: blocklist the kclient when receiving corrupted snap trace When received corrupted snap trace we don't know what exactly has happened in MDS side. And we shouldn't continue IOs and metadatas access to MDS,

  • CVE-2023-52731HigMay 21, 2024
    affected >= 5.19.0, < 6.1.13fixed 6.1.13

    In the Linux kernel, the following vulnerability has been resolved: fbdev: Fix invalid page access after closing deferred I/O devices When a fbdev with deferred I/O is once opened and closed, the dirty pages still remain queued in the pageref list, and eventually later those ma

  • CVE-2023-52730MedMay 21, 2024
    affected >= 2.6.33, < 4.14.306fixed 4.14.306

    In the Linux kernel, the following vulnerability has been resolved: mmc: sdio: fix possible resource leaks in some error paths If sdio_add_func() or sdio_init_func() fails, sdio_remove_func() can not release the resources, because the sdio function is not presented in these two

  • CVE-2023-52708MedMay 21, 2024
    affected >= 2.6.24, < 5.4.232fixed 5.4.232

    In the Linux kernel, the following vulnerability has been resolved: mmc: mmc_spi: fix error handling in mmc_spi_probe() If mmc_add_host() fails, it doesn't need to call mmc_remove_host(), or it will cause null-ptr-deref, because of deleting a not added device in mmc_remove_host

  • CVE-2023-52707HigMay 21, 2024
    affected >= 5.2.0, < 5.4.232fixed 5.4.232

    In the Linux kernel, the following vulnerability has been resolved: sched/psi: Fix use-after-free in ep_remove_wait_queue() If a non-root cgroup gets removed when there is a thread that registered trigger and is polling on a pressure file within the cgroup, the polling waitqueu

  • CVE-2023-52706MedMay 21, 2024
    affected >= 5.17.0, < 6.1.13fixed 6.1.13

    In the Linux kernel, the following vulnerability has been resolved: gpio: sim: fix a memory leak Fix an inverted logic bug in gpio_sim_remove_hogs() that leads to GPIO hog structures never being freed.

  • CVE-2023-52705MedMay 21, 2024
    affected >= 2.6.30, < 4.14.306fixed 4.14.306

    In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix underflow in second superblock position calculations Macro NILFS_SB2_OFFSET_BYTES, which computes the position of the second superblock, underflows when the argument device size is less than 4096 by

  • CVE-2023-52704HigMay 21, 2024
    affected >= 6.1.0, < 6.1.13fixed 6.1.13

    In the Linux kernel, the following vulnerability has been resolved: freezer,umh: Fix call_usermode_helper_exec() vs SIGKILL Tetsuo-San noted that commit f5d39b020809 ("freezer,sched: Rewrite core freezer logic") broke call_usermodehelper_exec() for the KILLABLE case. Specifica

  • CVE-2023-52703MedMay 21, 2024
    affected >= 3.0.0, < 4.14.306fixed 4.14.306

    In the Linux kernel, the following vulnerability has been resolved: net/usb: kalmia: Don't pass act_len in usb_bulk_msg error path syzbot reported that act_len in kalmia_send_init_packet() is uninitialized when passing it to the first usb_bulk_msg error path. Jiri Pirko noted t

  • CVE-2023-52702MedMay 21, 2024
    affected >= 5.8.0, < 5.10.169fixed 5.10.169

    In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: fix possible memory leak in ovs_meter_cmd_set() old_meter needs to be free after it is detached regardless of whether the new meter is successfully attached.

  • CVE-2023-52701HigMay 21, 2024
    affected >= 5.19.0, < 6.1.13fixed 6.1.13

    In the Linux kernel, the following vulnerability has been resolved: net: use a bounce buffer for copying skb->mark syzbot found arm64 builds would crash in sock_recv_mark() when CONFIG_HARDENED_USERCOPY=y x86 and powerpc are not detecting the issue because they define user_acc

  • CVE-2023-52700MedMay 21, 2024
    affected >= 4.0.0, < 6.1.13fixed 6.1.13

    In the Linux kernel, the following vulnerability has been resolved: tipc: fix kernel warning when sending SYN message When sending a SYN message, this kernel stack trace is observed: ... [ 13.396352] RIP: 0010:_copy_from_iter+0xb4/0x550 ... [ 13.398494] Call Trace: [ 13.

  • CVE-2022-48710MedMay 21, 2024
    affected >= 2.6.31, < 4.9.318fixed 4.9.318

    In the Linux kernel, the following vulnerability has been resolved: drm/radeon: fix a possible null pointer dereference In radeon_fp_native_mode(), the return value of drm_mode_duplicate() is assigned to mode, which will lead to a NULL pointer dereference on failure of drm_mode

  • CVE-2022-48709MedMay 21, 2024
    affected >= 5.16.0, < 6.1.12fixed 6.1.12

    In the Linux kernel, the following vulnerability has been resolved: ice: switch: fix potential memleak in ice_add_adv_recipe() When ice_add_special_words() fails, the 'rm' is not released, which will lead to a memory leak. Fix this up by going to 'err_unroll' label. Compile te

  • CVE-2022-48708MedMay 21, 2024
    affected >= 4.11.0, < 4.14.306fixed 4.14.306

    In the Linux kernel, the following vulnerability has been resolved: pinctrl: single: fix potential NULL dereference Added checking of pointer "function" in pcs_set_mux(). pinmux_generic_get_function() can return NULL and the pointer "function" was dereferenced without checking

  • CVE-2022-48707MedMay 21, 2024
    affected >= 6.0.0, < 6.1.12fixed 6.1.12

    In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fix null pointer dereference for resetting decoder Not all decoders have a reset callback. The CXL specification allows a host bridge with a single root port to have no explicit HDM decoders. Curre

  • CVE-2022-48706MedMay 21, 2024
    affected >= 6.0.0, < 6.1.13fixed 6.1.13

    In the Linux kernel, the following vulnerability has been resolved: vdpa: ifcvf: Do proper cleanup if IFCVF init fails ifcvf_mgmt_dev leaks memory if it is not freed before returning. Call is made to correct return statement so memory does not leak. ifcvf_init_hw does not take

  • CVE-2024-36009HigMay 20, 2024
    affected >= 5.17.0, < 6.1.90fixed 6.1.90

    In the Linux kernel, the following vulnerability has been resolved: ax25: Fix netdev refcount issue The dev_tracker is added to ax25_cb in ax25_bind(). When the ax25 device is detaching, the dev_tracker of ax25_cb should be deallocated in ax25_kill_by_device() instead of the de

  • CVE-2024-36008MedMay 20, 2024
    affected >= 5.5.0, < 5.10.216fixed 5.10.216

    In the Linux kernel, the following vulnerability has been resolved: ipv4: check for NULL idev in ip_route_use_hint() syzbot was able to trigger a NULL deref in fib_validate_source() in an old tree [1]. It appears the bug exists in latest trees. All calls to __in_dev_get_rcu()

Page 650 of 702