- EPSS 0.03%
- Veröffentlicht 24.12.2025 10:33:13
- Zuletzt bearbeitet 29.12.2025 15:58:34
In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix an integer overflow in aie2_query_ctx_status_array() The unpublished smatch static checker reported a warning. drivers/accel/amdxdna/aie2_pci.c:904 aie2_query_c...
- EPSS 0.02%
- Veröffentlicht 24.12.2025 10:33:12
- Zuletzt bearbeitet 29.12.2025 15:58:34
In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Fix MSDU buffer types handling in RX error path Currently, packets received on the REO exception ring from unassociated peers are of MSDU buffer type, while the drive...
- EPSS 0.04%
- Veröffentlicht 24.12.2025 10:33:11
- Zuletzt bearbeitet 19.01.2026 13:16:11
In the Linux kernel, the following vulnerability has been resolved: ntfs3: Fix uninit buffer allocated by __getname() Fix uninit errors caused after buffer allocation given to 'de'; by initializing the buffer with zeroes. The fix was found by using...
- EPSS 0.04%
- Veröffentlicht 24.12.2025 10:33:11
- Zuletzt bearbeitet 19.01.2026 13:16:11
In the Linux kernel, the following vulnerability has been resolved: ntfs3: fix uninit memory after failed mi_read in mi_format_new Fix a KMSAN un-init bug found by syzkaller. ntfs_get_bh() expects a buffer from sb_getblk(), that buffer may not be ...
- EPSS 0.02%
- Veröffentlicht 24.12.2025 10:33:10
- Zuletzt bearbeitet 29.12.2025 15:58:34
In the Linux kernel, the following vulnerability has been resolved: crypto: aead - Fix reqsize handling Commit afddce13ce81d ("crypto: api - Add reqsize to crypto_alg") introduced cra_reqsize field in crypto_alg struct to replace type specific reqs...
- EPSS 0.03%
- Veröffentlicht 24.12.2025 10:33:09
- Zuletzt bearbeitet 06.02.2026 17:16:18
In the Linux kernel, the following vulnerability has been resolved: bpf: Do not let BPF test infra emit invalid GSO types to stack Yinhao et al. reported that their fuzzer tool was able to trigger a skb_warn_bad_offload() from netif_skb_features() ...
- EPSS 0.04%
- Veröffentlicht 24.12.2025 10:33:08
- Zuletzt bearbeitet 11.01.2026 17:15:56
In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix peer HE MCS assignment In ath11k_wmi_send_peer_assoc_cmd(), peer's transmit MCS is sent to firmware as receive MCS while peer's receive MCS sent as transmit MCS, ...
- EPSS 0.03%
- Veröffentlicht 24.12.2025 10:33:08
- Zuletzt bearbeitet 19.01.2026 13:16:11
In the Linux kernel, the following vulnerability has been resolved: crypto: asymmetric_keys - prevent overflow in asymmetric_key_generate_id Use check_add_overflow() to guard against potential integer overflows when adding the binary blob lengths a...
- EPSS 0.03%
- Veröffentlicht 24.12.2025 10:33:07
- Zuletzt bearbeitet 11.01.2026 17:15:56
In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix null deref on srq->rq.queue after resize failure A NULL pointer dereference can occur in rxe_srq_chk_attr() when ibv_modify_srq() is invoked twice in succession under...
- EPSS 0.03%
- Veröffentlicht 24.12.2025 10:33:06
- Zuletzt bearbeitet 29.12.2025 15:58:34
In the Linux kernel, the following vulnerability has been resolved: ns: initialize ns_list_node for initial namespaces Make sure that the list is always initialized for initial namespaces.