CVE-2025-21916
- EPSS 0.03%
- Veröffentlicht 01.04.2025 16:15:22
- Zuletzt bearbeitet 03.11.2025 20:17:27
In the Linux kernel, the following vulnerability has been resolved: usb: atm: cxacru: fix a flaw in existing endpoint checks Syzbot once again identified a flaw in usb endpoint checking, see [1]. This time the issue stems from a commit authored by ...
CVE-2025-21917
- EPSS 0.04%
- Veröffentlicht 01.04.2025 16:15:22
- Zuletzt bearbeitet 03.11.2025 20:17:27
In the Linux kernel, the following vulnerability has been resolved: usb: renesas_usbhs: Flush the notify_hotplug_work When performing continuous unbind/bind operations on the USB drivers available on the Renesas RZ/G2L SoC, a kernel crash with the ...
CVE-2025-21920
- EPSS 0.01%
- Veröffentlicht 01.04.2025 16:15:22
- Zuletzt bearbeitet 03.11.2025 20:17:28
In the Linux kernel, the following vulnerability has been resolved: vlan: enforce underlying device type Currently, VLAN devices can be created on top of non-ethernet devices. Besides the fact that it doesn't make much sense, this also causes a bu...
CVE-2025-21922
- EPSS 0.02%
- Veröffentlicht 01.04.2025 16:15:22
- Zuletzt bearbeitet 03.11.2025 20:17:28
In the Linux kernel, the following vulnerability has been resolved: ppp: Fix KMSAN uninit-value warning with bpf Syzbot caught an "KMSAN: uninit-value" warning [1], which is caused by the ppp driver not initializing a 2-byte header when using socke...
CVE-2025-21909
- EPSS 0.07%
- Veröffentlicht 01.04.2025 16:15:21
- Zuletzt bearbeitet 03.11.2025 20:17:26
In the Linux kernel, the following vulnerability has been resolved: wifi: nl80211: reject cooked mode if it is set along with other flags It is possible to set both MONITOR_FLAG_COOK_FRAMES and MONITOR_FLAG_ACTIVE flags simultaneously on the same m...
CVE-2025-21910
- EPSS 0.03%
- Veröffentlicht 01.04.2025 16:15:21
- Zuletzt bearbeitet 03.11.2025 20:17:26
In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: regulatory: improve invalid hints checking Syzbot keeps reporting an issue [1] that occurs when erroneous symbols sent from userspace get through into user_alpha2[]...
CVE-2025-21914
- EPSS 0.01%
- Veröffentlicht 01.04.2025 16:15:21
- Zuletzt bearbeitet 03.11.2025 20:17:27
In the Linux kernel, the following vulnerability has been resolved: slimbus: messaging: Free transaction ID in delayed interrupt scenario In case of interrupt delay for any reason, slim_do_transfer() returns timeout error but the transaction ID (TI...
CVE-2025-21898
- EPSS 0.03%
- Veröffentlicht 01.04.2025 16:15:20
- Zuletzt bearbeitet 03.11.2025 20:17:25
In the Linux kernel, the following vulnerability has been resolved: ftrace: Avoid potential division by zero in function_stat_show() Check whether denominator expression x * (x - 1) * 1000 mod {2^32, 2^64} produce zero and skip stddev computation i...
CVE-2025-21904
- EPSS 0.03%
- Veröffentlicht 01.04.2025 16:15:20
- Zuletzt bearbeitet 03.11.2025 20:17:25
In the Linux kernel, the following vulnerability has been resolved: caif_virtio: fix wrong pointer check in cfv_probe() del_vqs() frees virtqueues, therefore cfv->vq_tx pointer should be checked for NULL before calling it, not cfv->vdev. Also the c...
CVE-2025-21905
- EPSS 0.01%
- Veröffentlicht 01.04.2025 16:15:20
- Zuletzt bearbeitet 03.11.2025 20:17:26
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: limit printed string from FW file There's no guarantee here that the file is always with a NUL-termination, so reading the string may read beyond the end of the TLV....