- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:44:07
- Zuletzt bearbeitet 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: driver core: fix resource leak in device_add() When calling kobject_add() failed in device_add(), it will call cleanup_glue_dir() to free resource. But in kobject_add(), dev->kobj....
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:44:06
- Zuletzt bearbeitet 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: cifs: Release folio lock on fscache read hit. Under the current code, when cifs_readpage_worker is called, the call contract is that the callee should unlock the page. This is docu...
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:44:06
- Zuletzt bearbeitet 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: gpio: sifive: Fix refcount leak in sifive_gpio_probe of_irq_find_parent() returns a node pointer with refcount incremented, We should use of_node_put() on it when not needed anymor...
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:44:05
- Zuletzt bearbeitet 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix deadlock in tc route query code Cited commit causes ABBA deadlock[0] when peer flows are created while holding the devcom rw semaphore. Due to peer flows offload imp...
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:44:04
- Zuletzt bearbeitet 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: sctp: add a refcnt in sctp_stream_priorities to avoid a nested loop With this refcnt added in sctp_stream_priorities, we don't need to traverse all streams to check if the prio is ...
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:44:04
- Zuletzt bearbeitet 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: don't trust firmware n_channels If the firmware sends us a corrupted MCC response with n_channels much larger than the command response can be, we might copy fa...
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:44:03
- Zuletzt bearbeitet 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: check for station first in client probe When probing a client, first check if we have it, and then check for the channel context, otherwise you can trigger the warn...
- EPSS 0.03%
- Veröffentlicht 04.10.2025 15:44:02
- Zuletzt bearbeitet 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Sync IRQ works before buffer destruction If something was written to the buffer just before destruction, it may be possible (maybe not in a real system, but it did hap...
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:44:01
- Zuletzt bearbeitet 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: scsi: target: Fix multiple LUN_RESET handling This fixes a bug where an initiator thinks a LUN_RESET has cleaned up running commands when it hasn't. The bug was added in commit 51e...
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:44:01
- Zuletzt bearbeitet 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: bpf: reject unhashed sockets in bpf_sk_assign The semantics for bpf_sk_assign are as follows: sk = some_lookup_func() bpf_sk_assign(skb, sk) bpf_sk_release(sk) That i...