CVE-2022-49297
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:06
- Zuletzt bearbeitet 21.10.2025 11:45:48
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-...
CVE-2022-49298
- EPSS 0.01%
- 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: 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-valu...
CVE-2022-49299
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:06
- Zuletzt bearbeitet 19.06.2025 14:15:34
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2022-49300
- EPSS 0.04%
- 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: 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_mod...
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-49282
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:05
- Zuletzt bearbeitet 01.10.2025 20:16:01
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, t...
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-49287
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:05
- Zuletzt bearbeitet 25.03.2025 15:24:24
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. Wri...
CVE-2022-49288
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:05
- Zuletzt bearbeitet 25.03.2025 15:24:36
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 ...
CVE-2022-49290
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:05
- Zuletzt bearbeitet 01.10.2025 20:16:01
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 introd...