VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,255)

  • CVE-2022-49301MedFeb 26, 2025
    affected >= 2.6.37, < 5.4.198fixed 5.4.198

    In the Linux kernel, the following vulnerability has been resolved: staging: rtl8712: fix uninit-value in usb_read8() and friends When r8712_usbctrl_vendorreq() returns negative, 'data' in usb_read{8,16,32} will not be initialized. BUG: KMSAN: uninit-value in string_nocheck li

  • CVE-2022-49300MedFeb 26, 2025
    affected >= 4.12.0, < 4.14.283fixed 4.14.283

    In the Linux kernel, the following vulnerability has been resolved: nbd: fix race between nbd_alloc_config() and module removal When nbd module is being removing, nbd_alloc_config() may be called concurrently by nbd_genl_connect(), although try_module_get() will return false, b

  • CVE-2022-49298MedFeb 26, 2025
    affected >= 2.6.37, < 4.9.318fixed 4.9.318

    In the Linux kernel, the following vulnerability has been resolved: staging: rtl8712: fix uninit-value in r871xu_drv_init() When 'tmpU1b' returns from r8712_read8(padapter, EE_9346CR) is 0, 'mac[6]' will not be initialized. BUG: KMSAN: uninit-value in r871xu_drv_init+0x2d54/0x

  • CVE-2022-49297MedFeb 26, 2025
    affected >= 4.12.0, < 4.14.283fixed 4.14.283

    In the Linux kernel, the following vulnerability has been resolved: nbd: fix io hung while disconnecting device In our tests, "qemu-nbd" triggers a io hung: INFO: task qemu-nbd:11445 blocked for more than 368 seconds. Not tainted 5.18.0-rc3-next-20220422-00003-g217691551

  • CVE-2022-49296MedFeb 26, 2025
    affected >= 5.18.0, < 5.18.4fixed 5.18.4

    In the Linux kernel, the following vulnerability has been resolved: ceph: fix possible deadlock when holding Fwb to get inline_data 1, mount with wsync. 2, create a file with O_RDWR, and the request was sent to mds.0: ceph_atomic_open()--> ceph_mdsc_do_request(openc)

  • CVE-2022-49295HigFeb 26, 2025
    affected >= 4.12.0, < 4.14.283fixed 4.14.283

    In the Linux kernel, the following vulnerability has been resolved: nbd: call genl_unregister_family() first in nbd_cleanup() Otherwise there may be race between module removal and the handling of netlink command, which can lead to the oops as shown below: BUG: kernel NULL p

  • CVE-2022-49294MedFeb 26, 2025
    affected >= 5.13.0, < 5.15.47fixed 5.15.47

    In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check if modulo is 0 before dividing. [How & Why] If a value of 0 is read, then this will cause a divide-by-0 panic.

  • CVE-2022-49293MedFeb 26, 2025
    affected >= 3.13.0, < 4.9.309fixed 4.9.309

    In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: initialize registers in nft_do_chain() Initialize registers to avoid stack leak into userspace.

  • CVE-2022-49292HigFeb 26, 2025
    affected >= 2.6.12, < 4.19.237fixed 4.19.237

    In the Linux kernel, the following vulnerability has been resolved: ALSA: oss: Fix PCM OSS buffer allocation overflow We've got syzbot reports hitting INT_MAX overflow at vmalloc() allocation that is called from snd_pcm_plug_alloc(). Although we apply the restrictions to input

  • CVE-2022-49291HigFeb 26, 2025
    affected >= 2.6.12, < 4.14.279fixed 4.14.279

    In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix races among concurrent hw_params and hw_free calls Currently we have neither proper check nor protection against the concurrent calls of PCM hw_params and hw_free ioctls, which may result in a UA

  • CVE-2022-49290HigFeb 26, 2025
    affected < 4.9.309fixed 4.9.309

    In the Linux kernel, the following vulnerability has been resolved: mac80211: fix potential double free on mesh join While commit 6a01afcf8468 ("mac80211: mesh: Free ie data when leaving mesh") fixed a memory leak on mesh leave / teardown it introduced a potential memory corrup

  • CVE-2022-49289HigFeb 26, 2025
    affected >= 3.2.0, < 5.15.32fixed 5.15.32

    In the Linux kernel, the following vulnerability has been resolved: uaccess: fix integer overflow on access_ok() Three architectures check the end of a user access against the address limit without taking a possible overflow into account. Passing a negative length or another ov

  • CVE-2022-49288HigFeb 26, 2025
    affected >= 2.6.12, < 4.14.279fixed 4.14.279

    In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix races among concurrent prealloc proc writes We have no protection against concurrent PCM buffer preallocation changes via proc files, and it may potentially lead to UAF or some weird problem. Th

  • CVE-2022-49287HigFeb 26, 2025
    affected >= 4.12.0, < 4.14.276fixed 4.14.276

    In the Linux kernel, the following vulnerability has been resolved: tpm: fix reference counting for struct tpm_chip The following sequence of operations results in a refcount warning: 1. Open device /dev/tpmrm. 2. Remove module tpm_tis_spi. 3. Write a TPM command to the file d

  • CVE-2022-49286MedFeb 26, 2025
    affected >= 4.12.0, < 5.4.188fixed 5.4.188

    In the Linux kernel, the following vulnerability has been resolved: tpm: use try_get_ops() in tpm-space.c As part of the series conversion to remove nested TPM operations: https://lore.kernel.org/all/[email protected]/ exposure of the chip

  • CVE-2022-49285MedFeb 26, 2025
    affected >= 4.4.0, < 5.15.54fixed 5.15.54

    In the Linux kernel, the following vulnerability has been resolved: iio: accel: mma8452: use the correct logic to get mma8452_data The original logic to get mma8452_data is wrong, the *dev point to the device belong to iio_dev. we can't use this dev to find the correct i2c_clie

  • CVE-2022-49284MedFeb 26, 2025
    affected >= 5.15.0, < 5.15.33fixed 5.15.33

    In the Linux kernel, the following vulnerability has been resolved: coresight: syscfg: Fix memleak on registration failure in cscfg_create_device device_register() calls device_initialize(), according to doc of device_initialize: Use put_device() to give up your reference

  • CVE-2022-49283MedFeb 26, 2025
    affected >= 5.15.0, < 5.15.33fixed 5.15.33

    In the Linux kernel, the following vulnerability has been resolved: firmware: sysfb: fix platform-device leak in error path Make sure to free the platform device also in the unlikely event that registration fails.

  • CVE-2022-49282MedFeb 26, 2025
    affected < 5.4.189fixed 5.4.189

    In the Linux kernel, the following vulnerability has been resolved: f2fs: quota: fix loop condition at f2fs_quota_sync() cnt should be passed to sb_has_quota_active() instead of type to check active quota properly. Moreover, when the type is -1, the compiler with enough inline

  • CVE-2022-49281MedFeb 26, 2025
    affected >= 5.13.0, < 5.15.33fixed 5.15.33

    In the Linux kernel, the following vulnerability has been resolved: cifs: fix handlecache and multiuser In multiuser each individual user has their own tcon structure for the share and thus their own handle for a cached directory. When we umount such a share we much make sure t

Page 510 of 713