CVE-2024-57908
- EPSS 0.06%
- Veröffentlicht 19.01.2025 12:15:24
- Zuletzt bearbeitet 03.11.2025 21:18:42
In the Linux kernel, the following vulnerability has been resolved: iio: imu: kmx61: fix information leak in triggered buffer The 'buffer' local array is used to push data to user space from a triggered buffer, but it does not set values for inacti...
CVE-2024-57904
- EPSS 0.04%
- Veröffentlicht 19.01.2025 12:15:23
- Zuletzt bearbeitet 03.11.2025 21:18:41
In the Linux kernel, the following vulnerability has been resolved: iio: adc: at91: call input_free_device() on allocated iio_dev Current implementation of at91_ts_register() calls input_free_deivce() on st->ts_input, however, the err label can be ...
CVE-2025-21654
- EPSS 0.02%
- Veröffentlicht 19.01.2025 11:15:11
- Zuletzt bearbeitet 26.09.2025 19:48:53
In the Linux kernel, the following vulnerability has been resolved: ovl: support encoding fid from inode with no alias Dmitry Safonov reported that a WARN_ON() assertion can be trigered by userspace when calling inotify_show_fdinfo() for an overlay...
CVE-2025-21645
- EPSS 0.05%
- Veröffentlicht 19.01.2025 11:15:10
- Zuletzt bearbeitet 03.11.2025 20:17:08
In the Linux kernel, the following vulnerability has been resolved: platform/x86/amd/pmc: Only disable IRQ1 wakeup where i8042 actually enabled it Wakeup for IRQ1 should be disabled only in cases where i8042 had actually enabled it, otherwise "wake...
CVE-2025-21646
- EPSS 0.06%
- Veröffentlicht 19.01.2025 11:15:10
- Zuletzt bearbeitet 03.11.2025 21:19:00
In the Linux kernel, the following vulnerability has been resolved: afs: Fix the maximum cell name length The kafs filesystem limits the maximum length of a cell to 256 bytes, but a problem occurs if someone actually does that: kafs tries to create...
CVE-2025-21647
- EPSS 0.06%
- Veröffentlicht 19.01.2025 11:15:10
- Zuletzt bearbeitet 03.11.2025 21:19:00
In the Linux kernel, the following vulnerability has been resolved: sched: sch_cake: add bounds checks to host bulk flow fairness counts Even though we fixed a logic error in the commit cited below, syzbot still managed to trigger an underflow of t...
CVE-2025-21648
- EPSS 0.06%
- Veröffentlicht 19.01.2025 11:15:10
- Zuletzt bearbeitet 03.11.2025 21:19:01
In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: clamp maximum hashtable size to INT_MAX Use INT_MAX as maximum size for the conntrack hashtable. Otherwise, it is possible to hit WARN_ON_ONCE in __kvmalloc_n...
CVE-2025-21649
- EPSS 0.04%
- Veröffentlicht 19.01.2025 11:15:10
- Zuletzt bearbeitet 01.10.2025 20:18:16
In the Linux kernel, the following vulnerability has been resolved: net: hns3: fix kernel crash when 1588 is sent on HIP08 devices Currently, HIP08 devices does not register the ptp devices, so the hdev->ptp is NULL. But the tx process would still ...
CVE-2025-21650
- EPSS 0.04%
- Veröffentlicht 19.01.2025 11:15:10
- Zuletzt bearbeitet 01.10.2025 20:18:16
In the Linux kernel, the following vulnerability has been resolved: net: hns3: fixed hclge_fetch_pf_reg accesses bar space out of bounds issue The TQP BAR space is divided into two segments. TQPs 0-1023 and TQPs 1024-1279 are in different BAR space...
CVE-2025-21651
- EPSS 0.02%
- Veröffentlicht 19.01.2025 11:15:10
- Zuletzt bearbeitet 16.10.2025 19:22:28
In the Linux kernel, the following vulnerability has been resolved: net: hns3: don't auto enable misc vector Currently, there is a time window between misc irq enabled and service task inited. If an interrupte is reported at this time, it will caus...