CVE-2025-21910
- EPSS 0.2%
- 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-21911
- EPSS 0.14%
- Veröffentlicht 01.04.2025 16:15:21
- Zuletzt bearbeitet 01.10.2025 20:18:32
In the Linux kernel, the following vulnerability has been resolved: drm/imagination: avoid deadlock on fence release Do scheduler queue fence release processing on a workqueue, rather than in the release function itself. Fixes deadlock issues such...
CVE-2025-21912
- EPSS 0.15%
- 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: gpio: rcar: Use raw_spinlock to protect register access Use raw_spinlock in order to fix spurious messages about invalid context when spinlock debugging is enabled. The lock is onl...
CVE-2025-21913
- EPSS 0.19%
- Veröffentlicht 01.04.2025 16:15:21
- Zuletzt bearbeitet 14.07.2026 13:17:26
In the Linux kernel, the following vulnerability has been resolved: x86/amd_nb: Use rdmsr_safe() in amd_get_mmconfig_range() Xen doesn't offer MSR_FAM10H_MMIO_CONF_BASE to all guests. This results in the following warning: unchecked MSR access ...
CVE-2025-21914
- EPSS 0.21%
- 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.2%
- 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-21899
- EPSS 0.19%
- 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: tracing: Fix bad hist from corrupting named_triggers list The following commands causes a crash: ~# cd /sys/kernel/tracing/events/rcu/rcu_callback ~# echo 'hist:name=bad:keys=co...
CVE-2025-21903
- EPSS 0.19%
- Veröffentlicht 01.04.2025 16:15:20
- Zuletzt bearbeitet 31.10.2025 18:51:59
In the Linux kernel, the following vulnerability has been resolved: mctp i3c: handle NULL header address daddr can be NULL if there is no neighbour table entry present, in that case the tx packet should be dropped. saddr will usually be set by MCT...
CVE-2025-21904
- EPSS 0.2%
- 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.21%
- 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....