CVE-2022-49951
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:00:14
- Zuletzt bearbeitet 14.11.2025 18:58:19
In the Linux kernel, the following vulnerability has been resolved: firmware_loader: Fix use-after-free during unregister In the following code within firmware_upload_unregister(), the call to device_unregister() could result in the dev_release fun...
CVE-2022-49949
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:00:13
- Zuletzt bearbeitet 14.11.2025 18:57:44
In the Linux kernel, the following vulnerability has been resolved: firmware_loader: Fix memory leak in firmware upload In the case of firmware-upload, an instance of struct fw_upload is allocated in firmware_upload_register(). This data needs to b...
CVE-2022-49950
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:00:13
- Zuletzt bearbeitet 14.11.2025 18:58:07
In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: fix memory corruption on open The probe session-duplication overflow check incremented the session count also when there were no more available sessions so that memo...
CVE-2022-49948
- EPSS 0.01%
- Veröffentlicht 18.06.2025 11:00:12
- Zuletzt bearbeitet 14.11.2025 19:49:17
In the Linux kernel, the following vulnerability has been resolved: vt: Clear selection before changing the font When changing the console font with ioctl(KDFONTOP) the new font size can be bigger than the previous font. A previous selection may th...
CVE-2022-49947
- EPSS 0.01%
- Veröffentlicht 18.06.2025 11:00:11
- Zuletzt bearbeitet 14.11.2025 19:49:08
In the Linux kernel, the following vulnerability has been resolved: binder: fix alloc->vma_vm_mm null-ptr dereference Syzbot reported a couple issues introduced by commit 44e602b4e52f ("binder_alloc: add missing mmap_lock calls when using the VMA")...
CVE-2022-49946
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:00:07
- Zuletzt bearbeitet 14.11.2025 19:43:26
In the Linux kernel, the following vulnerability has been resolved: clk: bcm: rpi: Prevent out-of-bounds access The while loop in raspberrypi_discover_clocks() relies on the assumption that the id of the last clock element is zero. Because this dat...
CVE-2022-49945
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:00:01
- Zuletzt bearbeitet 14.11.2025 19:43:16
In the Linux kernel, the following vulnerability has been resolved: hwmon: (gpio-fan) Fix array out of bounds access The driver does not check if the cooling state passed to gpio_fan_set_cur_state() exceeds the maximum cooling state as stored in fa...
CVE-2022-49944
- EPSS 0.02%
- Veröffentlicht 18.06.2025 10:59:59
- Zuletzt bearbeitet 14.11.2025 19:43:04
In the Linux kernel, the following vulnerability has been resolved: Revert "usb: typec: ucsi: add a common function ucsi_unregister_connectors()" The recent commit 87d0e2f41b8c ("usb: typec: ucsi: add a common function ucsi_unregister_connectors()"...
CVE-2022-49943
- EPSS 0.01%
- Veröffentlicht 18.06.2025 10:59:58
- Zuletzt bearbeitet 14.11.2025 19:41:15
In the Linux kernel, the following vulnerability has been resolved: USB: gadget: Fix obscure lockdep violation for udc_mutex A recent commit expanding the scope of the udc_lock mutex in the gadget core managed to cause an obscure and slightly bizar...
CVE-2022-49942
- EPSS 0.02%
- Veröffentlicht 18.06.2025 10:59:57
- Zuletzt bearbeitet 14.11.2025 19:40:07
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: Don't finalize CSA in IBSS mode if state is disconnected When we are not connected to a channel, sending channel "switch" announcement doesn't make any sense. The ...