VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,255)

  • CVE-2022-49321HigFeb 26, 2025
    affected >= 4.4.0, < 4.14.283fixed 4.14.283

    In the Linux kernel, the following vulnerability has been resolved: xprtrdma: treat all calls not a bcall when bc_serv is NULL When a rdma server returns a fault format reply, nfs v3 client may treats it as a bcall when bc service is not exist. The debug message at rpcrdma_bc_

  • CVE-2022-49320MedFeb 26, 2025
    affected >= 4.8.0, < 5.4.198fixed 5.4.198

    In the Linux kernel, the following vulnerability has been resolved: dmaengine: zynqmp_dma: In struct zynqmp_dma_chan fix desc_size data type In zynqmp_dma_alloc/free_chan_resources functions there is a potential overflow in the below expressions. dma_alloc_coherent(chan->dev,

  • CVE-2022-49319MedFeb 26, 2025
    affected >= 4.2.0, < 5.10.122fixed 5.10.122

    In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu-v3: check return value after calling platform_get_resource() It will cause null-ptr-deref if platform_get_resource() returns NULL, we need check the return value.

  • CVE-2022-49318MedFeb 26, 2025
    affected >= 4.19.0, < 5.4.198fixed 5.4.198

    In the Linux kernel, the following vulnerability has been resolved: f2fs: remove WARN_ON in f2fs_is_valid_blkaddr Syzbot triggers two WARNs in f2fs_is_valid_blkaddr and __is_bitmap_valid. For example, in f2fs_is_valid_blkaddr, if type is DATA_GENERIC_ENHANCE or DATA_GENERIC_ENH

  • CVE-2022-49317MedFeb 26, 2025
    affected >= 3.8.0, < 5.18.4fixed 5.18.4

    In the Linux kernel, the following vulnerability has been resolved: f2fs: avoid infinite loop to flush node pages xfstests/generic/475 can give EIO all the time which give an infinite loop to flush node page like below. Let's avoid it. [16418.518551] Call Trace: [16418.518553]

  • CVE-2022-49316MedFeb 26, 2025
    affected >= 4.18.0, < 4.19.247fixed 4.19.247

    In the Linux kernel, the following vulnerability has been resolved: NFSv4: Don't hold the layoutget locks across multiple RPC calls When doing layoutget as part of the open() compound, we have to be careful to release the layout locks before we can call any further RPC calls, s

  • CVE-2022-49315MedFeb 26, 2025
    affected >= 3.2.0, < 4.9.318fixed 4.9.318

    In the Linux kernel, the following vulnerability has been resolved: drivers: staging: rtl8192e: Fix deadlock in rtllib_beacons_stop() There is a deadlock in rtllib_beacons_stop(), which is shown below: (Thread 1) | (Thread 2) | r

  • CVE-2022-49314MedFeb 26, 2025
    affected >= 2.6.12, < 4.9.318fixed 4.9.318

    In the Linux kernel, the following vulnerability has been resolved: tty: Fix a possible resource leak in icom_probe When pci_read_config_dword failed, call pci_release_regions() and pci_disable_device() to recycle the resource previously allocated.

  • CVE-2022-49313MedFeb 26, 2025
    affected >= 2.6.29, < 4.9.318fixed 4.9.318

    In the Linux kernel, the following vulnerability has been resolved: drivers: usb: host: Fix deadlock in oxu_bus_suspend() There is a deadlock in oxu_bus_suspend(), which is shown below: (Thread 1) | (Thread 2) | timer_action() ox

  • CVE-2022-49312MedFeb 26, 2025
    affected >= 2.6.37, < 5.10.122fixed 5.10.122

    In the Linux kernel, the following vulnerability has been resolved: staging: rtl8712: fix a potential memory leak in r871xu_drv_init() In r871xu_drv_init(), if r8712_init_drv_sw() fails, then the memory allocated by r8712_alloc_io_queue() in r8712_usb_dvobj_init() is not proper

  • CVE-2022-49311MedFeb 26, 2025
    affected >= 4.12.0, < 5.15.47fixed 5.15.47

    In the Linux kernel, the following vulnerability has been resolved: drivers: staging: rtl8192bs: Fix deadlock in rtw_joinbss_event_prehandle() There is a deadlock in rtw_joinbss_event_prehandle(), which is shown below: (Thread 1) | (Thread 2)

  • CVE-2022-49310MedFeb 26, 2025
    affected >= 5.14.0, < 5.15.47fixed 5.15.47

    In the Linux kernel, the following vulnerability has been resolved: char: xillybus: fix a refcount leak in cleanup_dev() usb_get_dev is called in xillyusb_probe. So it is better to call usb_put_dev before xdev is released.

  • CVE-2022-49309MedFeb 26, 2025
    affected >= 5.10.0, < 5.10.237fixed 5.10.237

    In the Linux kernel, the following vulnerability has been resolved: drivers: staging: rtl8723bs: Fix deadlock in rtw_surveydone_event_callback() There is a deadlock in rtw_surveydone_event_callback(), which is shown below: (Thread 1) | (Thread 2)

  • CVE-2022-49308MedFeb 26, 2025
    affected >= 3.5.0, < 4.14.283fixed 4.14.283

    In the Linux kernel, the following vulnerability has been resolved: extcon: Modify extcon device to be created after driver data is set Currently, someone can invoke the sysfs such as state_show() intermittently before dev_set_drvdata() is done. And it can be a cause of kernel

  • CVE-2022-49307MedFeb 26, 2025
    affected >= 2.6.16, < 4.9.318fixed 4.9.318

    In the Linux kernel, the following vulnerability has been resolved: tty: synclink_gt: Fix null-pointer-dereference in slgt_clean() When the driver fails at alloc_hdlcdev(), and then we remove the driver module, we will get the following splat: [ 25.065966] general protection

  • CVE-2022-49306MedFeb 26, 2025
    affected >= 5.7.0, < 5.17.15fixed 5.17.15

    In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: host: Stop setting the ACPI companion It is no longer needed. The sysdev pointer is now used when assigning the ACPI companions to the xHCI ports and USB devices. Assigning the ACPI companion here r

  • CVE-2022-49305MedFeb 26, 2025
    affected >= 2.6.33, < 4.19.247fixed 4.19.247

    In the Linux kernel, the following vulnerability has been resolved: drivers: staging: rtl8192u: Fix deadlock in ieee80211_beacons_stop() There is a deadlock in ieee80211_beacons_stop(), which is shown below: (Thread 1) | (Thread 2)

  • CVE-2022-49304MedFeb 26, 2025
    affected >= 2.6.12, < 4.9.318fixed 4.9.318

    In the Linux kernel, the following vulnerability has been resolved: drivers: tty: serial: Fix deadlock in sa1100_set_termios() There is a deadlock in sa1100_set_termios(), which is shown below: (Thread 1) | (Thread 2) | sa1100_en

  • CVE-2022-49303MedFeb 26, 2025
    affected >= 5.15.0, < 5.18.4fixed 5.18.4

    In the Linux kernel, the following vulnerability has been resolved: drivers: staging: rtl8192eu: Fix deadlock in rtw_joinbss_event_prehandle There is a deadlock in rtw_joinbss_event_prehandle(), which is shown below: (Thread 1) | (Thread 2)

  • CVE-2022-49302MedFeb 26, 2025
    affected >= 2.6.13, < 4.9.318fixed 4.9.318

    In the Linux kernel, the following vulnerability has been resolved: USB: host: isp116x: check return value after calling platform_get_resource() It will cause null-ptr-deref if platform_get_resource() returns NULL, we need check the return value.

Page 509 of 713