CVE-2022-49952
- EPSS 0.08%
- Veröffentlicht 18.06.2025 11:00:15
- Zuletzt bearbeitet 14.11.2025 18:58:25
In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: fix memory corruption on probe Add the missing sanity check on the probed-session count to avoid corrupting memory beyond the fixed-size slab-allocated session array...
CVE-2022-49950
- EPSS 0.08%
- Veröffentlicht 18.06.2025 11:00:13
- Zuletzt bearbeitet 31.12.2025 00:56:16
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.03%
- 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-49945
- EPSS 0.09%
- 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-49942
- EPSS 0.06%
- 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 ...
- EPSS 0.04%
- Veröffentlicht 18.06.2025 10:54:40
- Zuletzt bearbeitet 14.11.2025 19:39:44
In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF of ref->proc caused by race condition A transaction of type BINDER_TYPE_WEAK_HANDLE can fail to increment the reference for a node. In this case, the target proc no...
CVE-2022-49937
- EPSS 0.05%
- Veröffentlicht 18.06.2025 10:54:38
- Zuletzt bearbeitet 14.11.2025 20:25:11
In the Linux kernel, the following vulnerability has been resolved: media: mceusb: Use new usb_control_msg_*() routines Automatic kernel fuzzing led to a WARN about invalid pipe direction in the mceusb driver: ------------[ cut here ]------------ ...
CVE-2022-49936
- EPSS 0.05%
- Veröffentlicht 18.06.2025 10:54:37
- Zuletzt bearbeitet 14.11.2025 20:24:47
In the Linux kernel, the following vulnerability has been resolved: USB: core: Prevent nested device-reset calls Automatic kernel fuzzing revealed a recursive locking violation in usb-storage: ============================================ WARNING: ...
CVE-2022-49934
- EPSS 0.06%
- Veröffentlicht 18.06.2025 10:54:36
- Zuletzt bearbeitet 14.11.2025 20:24:12
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: Fix UAF in ieee80211_scan_rx() ieee80211_scan_rx() tries to access scan_req->flags after a null check, but a UAF is observed when the scan is completed and __ieee80...
CVE-2023-53146
- EPSS 0.06%
- Veröffentlicht 14.05.2025 12:43:59
- Zuletzt bearbeitet 12.11.2025 20:37:33
In the Linux kernel, the following vulnerability has been resolved: media: dw2102: Fix null-ptr-deref in dw2102_i2c_transfer() In dw2102_i2c_transfer, msg is controlled by user. When msg[i].buf is null and msg[i].len is zero, former checks on msg[i...