CVE-2025-38023
- EPSS 0.04%
- Veröffentlicht 18.06.2025 09:28:29
- Zuletzt bearbeitet 17.12.2025 19:48:11
In the Linux kernel, the following vulnerability has been resolved: nfs: handle failure of nfs_get_lock_context in unlock path When memory is insufficient, the allocation of nfs_lock_context in nfs_get_lock_context() fails and returns -ENOMEM. If w...
CVE-2025-38020
- EPSS 0.03%
- Veröffentlicht 18.06.2025 09:28:27
- Zuletzt bearbeitet 17.12.2025 19:48:31
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Disable MACsec offload for uplink representor profile MACsec offload is not supported in switchdev mode for uplink representors. When switching to the uplink representor...
CVE-2025-38018
- EPSS 0.03%
- Veröffentlicht 18.06.2025 09:28:26
- Zuletzt bearbeitet 17.12.2025 19:54:10
In the Linux kernel, the following vulnerability has been resolved: net/tls: fix kernel panic when alloc_page failed We cannot set frag_list to NULL pointer when alloc_page failed. It will be used in tls_strp_check_queue_ok when the next time tls_s...
CVE-2025-38015
- EPSS 0.04%
- Veröffentlicht 18.06.2025 09:28:24
- Zuletzt bearbeitet 17.12.2025 19:54:17
In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: fix memory leak in error handling path of idxd_alloc Memory allocated for idxd is not freed if an error occurs during idxd_alloc(). To fix it, free the allocated m...
CVE-2025-38009
- EPSS 0.04%
- Veröffentlicht 18.06.2025 09:28:20
- Zuletzt bearbeitet 17.12.2025 19:55:20
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: disable napi on driver removal A warning on driver removal started occurring after commit 9dd05df8403b ("net: warn if NAPI instance wasn't shut down"). Disable tx napi ...
CVE-2025-38007
- EPSS 0.07%
- Veröffentlicht 18.06.2025 09:28:18
- Zuletzt bearbeitet 17.03.2026 13:15:18
In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: Add NULL check in uclogic_input_configured() devm_kasprintf() returns NULL when memory allocation fails. Currently, uclogic_input_configured() does not check for this...
CVE-2025-38005
- EPSS 0.04%
- Veröffentlicht 18.06.2025 09:28:17
- Zuletzt bearbeitet 17.12.2025 20:03:23
In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: k3-udma: Add missing locking Recent kernels complain about a missing lock in k3-udma.c when the lock validator is enabled: [ 4.128073] WARNING: CPU: 0 PID: 746 a...
CVE-2025-38004
- EPSS 0.03%
- Veröffentlicht 08.06.2025 10:34:56
- Zuletzt bearbeitet 17.12.2025 20:03:40
In the Linux kernel, the following vulnerability has been resolved: can: bcm: add locking for bcm_op runtime updates The CAN broadcast manager (CAN BCM) can send a sequence of CAN frames via hrtimer. The content and also the length of the sequence ...
CVE-2025-38003
- EPSS 0.05%
- Veröffentlicht 08.06.2025 10:34:55
- Zuletzt bearbeitet 17.12.2025 20:04:26
In the Linux kernel, the following vulnerability has been resolved: can: bcm: add missing rcu read protection for procfs content When the procfs content is generated for a bcm_op which is in the process to be removed the procfs output might show un...
CVE-2025-38001
- EPSS 0.01%
- Veröffentlicht 06.06.2025 13:41:45
- Zuletzt bearbeitet 07.03.2026 12:15:53
In the Linux kernel, the following vulnerability has been resolved: net_sched: hfsc: Address reentrant enqueue adding class to eltree twice Savino says: "We are writing to report that this recent patch (141d34391abbb315d68556b7c67ad97885407...