VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,119)

  • CVE-2022-48889MedAug 21, 2024
    affected >= 5.17.0, < 6.1.7fixed 6.1.7

    In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: sof-nau8825: fix module alias overflow The maximum name length for a platform_device_id entry is 20 characters including the trailing NUL byte. The sof_nau8825.c file exceeds that, which causes an

  • CVE-2022-48888MedAug 21, 2024
    affected >= 5.19.0, < 6.1.7fixed 6.1.7

    In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Fix memory leak in msm_mdss_parse_data_bus_icc_path of_icc_get() alloc resources for path1, we should release it when not need anymore. Early return when IS_ERR_OR_NULL(path0) may leak path1. Defer

  • CVE-2022-48887HigAug 21, 2024
    affected >= 4.20.0, < 6.1.7fixed 6.1.7

    In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Remove rcu locks from user resources User resource lookups used rcu to avoid two extra atomics. Unfortunately the rcu paths were buggy and it was easy to make the driver crash by submitting command

  • CVE-2022-48886MedAug 21, 2024
    affected >= 6.0.0, < 6.1.7fixed 6.1.7

    In the Linux kernel, the following vulnerability has been resolved: ice: Add check for kzalloc Add the check for the return value of kzalloc in order to avoid NULL pointer dereference. Moreover, use the goto-label to share the clean code.

  • CVE-2022-48885MedAug 21, 2024
    affected >= 6.0.0, < 6.1.7fixed 6.1.7

    In the Linux kernel, the following vulnerability has been resolved: ice: Fix potential memory leak in ice_gnss_tty_write() The ice_gnss_tty_write() return directly if the write_buf alloc failed, leaking the cmd_buf. Fix by free cmd_buf if write_buf alloc failed.

  • CVE-2022-48884MedAug 21, 2024
    affected >= 5.18.0, < 6.1.7fixed 6.1.7

    In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix command stats access after free Command may fail while driver is reloading and can't accept FW commands till command interface is reinitialized. Such command failure is being logged to command sta

  • CVE-2022-48883HigAug 21, 2024
    affected >= 5.17.0, < 6.1.7fixed 6.1.7

    In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: IPoIB, Block PKEY interfaces with less rx queues than parent A user is able to configure an arbitrary number of rx queues when creating an interface via netlink. This doesn't work for child PKEY inte

  • CVE-2022-48882MedAug 21, 2024
    affected >= 6.1.0, < 6.1.7fixed 6.1.7

    In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix macsec possible null dereference when updating MAC security entity (SecY) Upon updating MAC security entity (SecY) in hw offload path, the macsec security association (SA) initialization routine

  • CVE-2022-48881HigAug 21, 2024
    affected >= 5.18.0, < 6.1.7fixed 6.1.7

    In the Linux kernel, the following vulnerability has been resolved: platform/x86/amd: Fix refcount leak in amd_pmc_probe pci_get_domain_bus_and_slot() takes reference, the caller should release the reference by calling pci_dev_put() after use. Call pci_dev_put() in the error pa

  • CVE-2022-48880MedAug 21, 2024
    affected >= 5.12.0, < 5.15.89fixed 5.15.89

    In the Linux kernel, the following vulnerability has been resolved: platform/surface: aggregator: Add missing call to ssam_request_sync_free() Although rare, ssam_request_sync_init() can fail. In that case, the request should be freed via ssam_request_sync_free(). Currently it

  • CVE-2022-48879MedAug 21, 2024
    affected < 4.19.270fixed 4.19.270

    In the Linux kernel, the following vulnerability has been resolved: efi: fix NULL-deref in init error path In cases where runtime services are not supported or have been disabled, the runtime services workqueue will never have been allocated. Do not try to destroy the workqueu

  • CVE-2022-48878HigAug 21, 2024
    affected >= 5.8.0, < 5.10.165fixed 5.10.165

    In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_qca: Fix driver shutdown on closed serdev The driver shutdown callback (which sends EDL_SOC_RESET to the device over serdev) should not be invoked when HCI device is not open (e.g. if hci_dev_ope

  • CVE-2022-48877Aug 21, 2024
    affected >= 3.8.0, < 4.14.304fixed 4.14.304

    Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.

  • CVE-2022-48876MedAug 21, 2024
    affected >= 6.1.0, < 6.1.8fixed 6.1.8

    In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix initialization of rx->link and rx->link_sta There are some codepaths that do not initialize rx->link_sta properly. This causes a crash in places which assume that rx->link_sta is valid if rx

  • CVE-2022-48875MedAug 21, 2024
    affected >= 2.6.36, < 5.10.165fixed 5.10.165

    In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: sdata can be NULL during AMPDU start ieee80211_tx_ba_session_handle_start() may get NULL for sdata when a deauthentication is ongoing. Here a trace triggering the race with the hostapd test mul

  • CVE-2022-48874HigAug 21, 2024
    affected >= 5.18.0, < 6.1.8fixed 6.1.8

    In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Fix use-after-free and race in fastrpc_map_find Currently, there is a race window between the point when the mutex is unlocked in fastrpc_map_lookup and the reference count increasing (fastrpc_ma

  • CVE-2022-48873HigAug 21, 2024
    affected >= 5.2.0, < 5.4.230fixed 5.4.230

    In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Don't remove map on creater_process and device_release Do not remove the map from the list on error path in fastrpc_init_create_process, instead call fastrpc_map_put, to avoid use-after-free. Do

  • CVE-2022-48872HigAug 21, 2024
    affected >= 5.1.0, < 5.4.230fixed 5.4.230

    In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Fix use-after-free race condition for maps It is possible that in between calling fastrpc_map_get() until map->fl->lock is taken in fastrpc_free_map(), another thread can call fastrpc_map_lookup(

  • CVE-2022-48871HigAug 21, 2024
    affected >= 5.7.0, < 5.10.165fixed 5.10.165

    In the Linux kernel, the following vulnerability has been resolved: tty: serial: qcom-geni-serial: fix slab-out-of-bounds on RX FIFO buffer Driver's probe allocates memory for RX FIFO (port->rx_fifo) based on default RX FIFO depth, e.g. 16. Later during serial startup the qcom

  • CVE-2022-48870MedAug 21, 2024
    affected >= 5.12.0, < 5.15.90fixed 5.15.90

    In the Linux kernel, the following vulnerability has been resolved: tty: fix possible null-ptr-defer in spk_ttyio_release Run the following tests on the qemu platform: syzkaller:~# modprobe speakup_audptr input: Speakup as /devices/virtual/input/input4 initialized device: /d

Page 600 of 706