CVE-2022-49310
- EPSS 0.08%
- Veröffentlicht 26.02.2025 07:01:07
- Zuletzt bearbeitet 01.10.2025 20:16:04
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-49311
- EPSS 0.1%
- Veröffentlicht 26.02.2025 07:01:07
- Zuletzt bearbeitet 01.10.2025 20:16:04
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) ...
CVE-2022-49312
- EPSS 0.09%
- Veröffentlicht 26.02.2025 07:01:07
- Zuletzt bearbeitet 01.10.2025 20:16:05
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_...
CVE-2022-49292
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:06
- Zuletzt bearbeitet 22.09.2025 19:44:21
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 a...
CVE-2022-49294
- EPSS 0.1%
- Veröffentlicht 26.02.2025 07:01:06
- Zuletzt bearbeitet 01.10.2025 20:16:02
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-49296
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:06
- Zuletzt bearbeitet 01.10.2025 20:16:02
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()--> ...
CVE-2022-49301
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:01:06
- Zuletzt bearbeitet 01.10.2025 20:16:03
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: uni...
CVE-2022-49285
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:05
- Zuletzt bearbeitet 22.09.2025 20:45:01
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 de...
CVE-2022-49286
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:05
- Zuletzt bearbeitet 22.09.2025 19:35:01
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/20190205224723.19671-1-jarkko.sakkinen@linux.in...
CVE-2022-49289
- EPSS 0.12%
- Veröffentlicht 26.02.2025 07:01:05
- Zuletzt bearbeitet 22.09.2025 19:37:19
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...