CVE-2024-57948
- EPSS 0.03%
- Veröffentlicht 31.01.2025 12:15:27
- Zuletzt bearbeitet 12.05.2026 13:16:24
In the Linux kernel, the following vulnerability has been resolved: mac802154: check local interfaces before deleting sdata list syzkaller reported a corrupted list in ieee802154_if_remove. [1] Remove an IEEE 802.15.4 network interface after unreg...
CVE-2025-21667
- EPSS 0.01%
- Veröffentlicht 31.01.2025 12:15:27
- Zuletzt bearbeitet 03.11.2025 21:19:04
In the Linux kernel, the following vulnerability has been resolved: iomap: avoid avoid truncating 64-bit offset to 32 bits on 32-bit kernels, iomap_write_delalloc_scan() was inadvertently using a 32-bit position due to folio_next_index() returning ...
CVE-2024-57946
- EPSS 0.01%
- Veröffentlicht 21.01.2025 13:15:09
- Zuletzt bearbeitet 03.11.2025 21:18:46
In the Linux kernel, the following vulnerability has been resolved: virtio-blk: don't keep queue frozen during system suspend Commit 4ce6e2db00de ("virtio-blk: Ensure no requests in virtqueues before deleting vqs.") replaces queue quiesce with queu...
CVE-2024-57938
- EPSS 0.01%
- Veröffentlicht 21.01.2025 12:15:27
- Zuletzt bearbeitet 03.11.2025 21:18:45
In the Linux kernel, the following vulnerability has been resolved: net/sctp: Prevent autoclose integer overflow in sctp_association_init() While by default max_autoclose equals to INT_MAX / HZ, one may set net.sctp.max_autoclose to UINT_MAX. There...
CVE-2024-57929
- EPSS 0.02%
- Veröffentlicht 19.01.2025 12:15:27
- Zuletzt bearbeitet 12.05.2026 13:16:24
In the Linux kernel, the following vulnerability has been resolved: dm array: fix releasing a faulty array block twice in dm_array_cursor_end When dm_bm_read_lock() fails due to locking or checksum errors, it releases the faulty block implicitly wh...
CVE-2024-57922
- EPSS 0.03%
- Veröffentlicht 19.01.2025 12:15:26
- Zuletzt bearbeitet 03.11.2025 21:18:44
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add check for granularity in dml ceil/floor helpers [Why] Wrapper functions for dcn_bw_ceil2() and dcn_bw_floor2() should check for granularity is non zero to avoi...
CVE-2024-57924
- EPSS 0.01%
- Veröffentlicht 19.01.2025 12:15:26
- Zuletzt bearbeitet 12.05.2026 13:16:24
In the Linux kernel, the following vulnerability has been resolved: fs: relax assertions on failure to encode file handles Encoding file handles is usually performed by a filesystem >encode_fh() method that may fail for various reasons. The legacy...
CVE-2024-57913
- EPSS 0.02%
- Veröffentlicht 19.01.2025 12:15:25
- Zuletzt bearbeitet 12.05.2026 13:16:23
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_fs: Remove WARN_ON in functionfs_bind This commit addresses an issue related to below kernel panic where panic_on_warn is enabled. It is caused by the unnecessary us...
- EPSS 0.04%
- Veröffentlicht 19.01.2025 12:15:25
- Zuletzt bearbeitet 13.02.2025 16:16:43
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2025-21653
- EPSS 0.03%
- Veröffentlicht 19.01.2025 11:15:10
- Zuletzt bearbeitet 12.05.2026 13:16:30
In the Linux kernel, the following vulnerability has been resolved: net_sched: cls_flow: validate TCA_FLOW_RSHIFT attribute syzbot found that TCA_FLOW_RSHIFT attribute was not validated. Right shitfing a 32bit integer is undefined for large shift v...