- EPSS 0.02%
- Veröffentlicht 30.12.2025 12:23:22
- Zuletzt bearbeitet 31.12.2025 20:42:43
In the Linux kernel, the following vulnerability has been resolved: cifs: fix potential race when tree connecting ipc Protect access of TCP_Server_Info::hostname when building the ipc tree name as it might get freed in cifsd thread and thus causing...
- EPSS 0.03%
- Veröffentlicht 30.12.2025 12:23:21
- Zuletzt bearbeitet 31.12.2025 20:43:05
In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Fix memory leak in uvc_gpio_parse Previously the unit buffer was allocated before checking the IRQ for privacy GPIO. In case of error, the unit buffer was leaked. ...
- EPSS 0.02%
- Veröffentlicht 30.12.2025 12:23:21
- Zuletzt bearbeitet 02.01.2026 15:15:56
In the Linux kernel, the following vulnerability has been resolved: bpf: Prevent decl_tag from being referenced in func_proto arg Syzkaller managed to hit another decl_tag issue: btf_func_proto_check kernel/bpf/btf.c:4506 [inline] btf_check_al...
- EPSS 0.03%
- Veröffentlicht 30.12.2025 12:23:20
- Zuletzt bearbeitet 31.12.2025 20:43:05
In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: Fix use-after-free in ath9k_hif_usb_disconnect() This patch fixes a use-after-free in ath9k that occurs in ath9k_hif_usb_disconnect() when ath9k_destroy_wmi() is tryin...
- EPSS 0.05%
- Veröffentlicht 30.12.2025 12:23:19
- Zuletzt bearbeitet 31.12.2025 20:43:05
In the Linux kernel, the following vulnerability has been resolved: wifi: ath10k: add peer map clean up for peer delete in ath10k_sta_state() When peer delete failed in a disconnect operation, use-after-free detected by KFENCE in below log. It is b...
- EPSS 0.03%
- Veröffentlicht 30.12.2025 12:23:18
- Zuletzt bearbeitet 31.12.2025 20:43:05
In the Linux kernel, the following vulnerability has been resolved: gpu: lontium-lt9611: Fix NULL pointer dereference in lt9611_connector_init() A NULL check for bridge->encoder shows that it may be NULL, but it already been dereferenced on all pat...
- EPSS 0.04%
- Veröffentlicht 30.12.2025 12:23:18
- Zuletzt bearbeitet 31.12.2025 20:43:05
In the Linux kernel, the following vulnerability has been resolved: objtool: Fix SEGFAULT find_insn() will return NULL in case of failure. Check insn in order to avoid a kernel Oops for NULL pointer dereference.
- EPSS 0.02%
- Veröffentlicht 30.12.2025 12:23:17
- Zuletzt bearbeitet 31.12.2025 20:43:05
In the Linux kernel, the following vulnerability has been resolved: net: broadcom: bcm4908_enet: update TX stats after actual transmission Queueing packets doesn't guarantee their transmission. Update TX stats after hardware confirms consuming subm...
- EPSS 0.05%
- Veröffentlicht 30.12.2025 12:23:16
- Zuletzt bearbeitet 31.12.2025 20:43:05
In the Linux kernel, the following vulnerability has been resolved: of: overlay: fix null pointer dereferencing in find_dup_cset_node_entry() and find_dup_cset_prop() When kmalloc() fail to allocate memory in kasprintf(), fn_1 or fn_2 will be NULL,...
- EPSS 0.05%
- Veröffentlicht 30.12.2025 12:23:16
- Zuletzt bearbeitet 31.12.2025 20:43:05
In the Linux kernel, the following vulnerability has been resolved: usb: musb: Fix musb_gadget.c rxstate overflow bug The usb function device call musb_gadget_queue() adds the passed request to musb_ep::req_list,If the (request->length > musb_ep->p...