CVE-2025-38023
- EPSS 0.12%
- 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.09%
- 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.09%
- 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.09%
- 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-38014
- EPSS 0.07%
- Veröffentlicht 18.06.2025 09:28:23
- Zuletzt bearbeitet 14.11.2025 19:02:05
In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Refactor remove call with idxd_cleanup() helper The idxd_cleanup() helper cleans up perfmon, interrupts, internals and so on. Refactor remove call with the idxd_cl...
CVE-2025-38009
- EPSS 0.12%
- 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.16%
- 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.11%
- 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-38006
- EPSS 0.06%
- Veröffentlicht 18.06.2025 09:28:17
- Zuletzt bearbeitet 18.04.2026 09:16:10
In the Linux kernel, the following vulnerability has been resolved: net: mctp: Don't access ifa_index when missing In mctp_dump_addrinfo, ifa_index can be used to filter interfaces, but only when the struct ifaddrmsg is provided. Otherwise it will ...
CVE-2025-38004
- EPSS 0.09%
- 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 ...