CVE-2025-38530
- EPSS 0.16%
- Veröffentlicht 16.08.2025 11:12:23
- Zuletzt bearbeitet 07.01.2026 18:57:51
In the Linux kernel, the following vulnerability has been resolved: comedi: pcl812: Fix bit shift out of bounds When checking for a supported IRQ number, the following test is used: if ((1 << it->options[1]) & board->irq_bits) { However, `it->op...
CVE-2025-38514
- EPSS 0.15%
- Veröffentlicht 16.08.2025 10:55:01
- Zuletzt bearbeitet 22.01.2026 18:38:45
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix oops due to non-existence of prealloc backlog struct If an AF_RXRPC service socket is opened and bound, but calls are preallocated, then rxrpc_alloc_incoming_call() will...
CVE-2025-38513
- EPSS 0.15%
- Veröffentlicht 16.08.2025 10:55:00
- Zuletzt bearbeitet 07.01.2026 17:47:21
In the Linux kernel, the following vulnerability has been resolved: wifi: zd1211rw: Fix potential NULL pointer dereference in zd_mac_tx_to_dev() There is a potential NULL pointer dereference in zd_mac_tx_to_dev(). For example, the following is poss...
CVE-2025-38512
- EPSS 0.15%
- Veröffentlicht 16.08.2025 10:54:54
- Zuletzt bearbeitet 07.01.2026 17:58:51
In the Linux kernel, the following vulnerability has been resolved: wifi: prevent A-MSDU attacks in mesh networks This patch is a mitigation to prevent the A-MSDU spoofing vulnerability for mesh networks. The initial update to the IEEE 802.11 stand...
CVE-2025-38507
- EPSS 0.14%
- Veröffentlicht 16.08.2025 10:54:44
- Zuletzt bearbeitet 19.11.2025 17:22:00
In the Linux kernel, the following vulnerability has been resolved: HID: nintendo: avoid bluetooth suspend/resume stalls Ensure we don't stall or panic the kernel when using bluetooth-connected controllers. This was reported as an issue on android ...
CVE-2025-38503
- EPSS 0.14%
- Veröffentlicht 16.08.2025 10:54:41
- Zuletzt bearbeitet 22.01.2026 18:37:38
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix assertion when building free space tree When building the free space tree with the block group tree feature enabled, we can hit an assertion failure like this: BTRFS ...
CVE-2025-38501
- EPSS 2.11%
- Veröffentlicht 16.08.2025 05:30:09
- Zuletzt bearbeitet 17.03.2026 16:04:50
In the Linux kernel, the following vulnerability has been resolved: ksmbd: limit repeated connections from clients with the same IP Repeated connections from clients with the same IP address may exhaust the max connections and prevent other normal ...
CVE-2024-58238
- EPSS 0.13%
- Veröffentlicht 09.08.2025 14:31:47
- Zuletzt bearbeitet 19.11.2025 17:20:58
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btnxpuart: Resolve TX timeout error in power save stress test This fixes the tx timeout issue seen while running a stress test on btnxpuart for couple of hours, such tha...
CVE-2023-32253
- EPSS 0.3%
- Veröffentlicht 02.08.2025 22:26:05
- Zuletzt bearbeitet 30.06.2026 00:16:46
A flaw was found in the Linux kernel's ksmbd component. A deadlock is triggered by sending multiple concurrent session setup requests, possibly leading to a denial of service.
CVE-2023-32255
- EPSS 0.47%
- Veröffentlicht 02.08.2025 22:25:45
- Zuletzt bearbeitet 30.06.2026 00:16:47
A flaw was found in the Linux kernel's ksmbd component. A memory leak can occur if a client sends a session setup request with an unknown NTLMSSP message type, potentially leading to resource exhaustion.