CVE-2025-38561
- EPSS 0.42%
- Veröffentlicht 19.08.2025 17:15:32
- Zuletzt bearbeitet 30.07.2026 06:23:26
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix Preauh_HashValue race condition If client send multiple session setup requests to ksmbd, Preauh_HashValue race condition could happen. There is no need to free sess->Pre...
CVE-2025-38562
- EPSS 7.64%
- Veröffentlicht 19.08.2025 17:15:32
- Zuletzt bearbeitet 18.04.2026 09:16:10
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix null pointer dereference error in generate_encryptionkey If client send two session setups with krb5 authenticate to ksmbd, null pointer dereference error in generate_en...
CVE-2025-38563
- EPSS 0.38%
- Veröffentlicht 19.08.2025 17:15:32
- Zuletzt bearbeitet 08.01.2026 21:03:06
In the Linux kernel, the following vulnerability has been resolved: perf/core: Prevent VMA split of buffer mappings The perf mmap code is careful about mmap()'ing the user page with the ringbuffer and additionally the auxiliary buffer, when the eve...
CVE-2025-38555
- EPSS 0.17%
- Veröffentlicht 19.08.2025 17:15:31
- Zuletzt bearbeitet 30.07.2026 06:23:25
In the Linux kernel, the following vulnerability has been resolved: usb: gadget : fix use-after-free in composite_dev_cleanup() 1. In func configfs_composite_bind() -> composite_os_desc_req_prepare(): if kmalloc fails, the pointer cdev->os_desc_req...
CVE-2025-38553
- EPSS 0.02%
- Veröffentlicht 19.08.2025 06:15:33
- Zuletzt bearbeitet 08.01.2026 20:49:12
In the Linux kernel, the following vulnerability has been resolved: net/sched: Restrict conditions for adding duplicating netems to qdisc tree netem_enqueue's duplication prevention logic breaks when a netem resides in a qdisc tree with other netem...
CVE-2025-38552
- EPSS 0.31%
- Veröffentlicht 16.08.2025 11:34:20
- Zuletzt bearbeitet 30.07.2026 06:23:25
In the Linux kernel, the following vulnerability has been resolved: mptcp: plug races between subflow fail and subflow creation We have races similar to the one addressed by the previous patch between subflow failing and additional subflow creation...
CVE-2025-38550
- EPSS 0.15%
- Veröffentlicht 16.08.2025 11:34:18
- Zuletzt bearbeitet 30.07.2026 06:23:25
In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: Delay put pmc->idev in mld_del_delrec() pmc->idev is still used in ip6_mc_clear_src(), so as mld_clear_delrec() does, the reference should be put after ip6_mc_clear_sr...
CVE-2025-38548
- EPSS 0.16%
- Veröffentlicht 16.08.2025 11:34:16
- Zuletzt bearbeitet 07.01.2026 18:33:13
In the Linux kernel, the following vulnerability has been resolved: hwmon: (corsair-cpro) Validate the size of the received input buffer Add buffer_recv_size to store the size of the received bytes. Validate buffer_recv_size in send_usb_cmd().
CVE-2025-38546
- EPSS 0.16%
- Veröffentlicht 16.08.2025 11:22:20
- Zuletzt bearbeitet 07.01.2026 18:33:27
In the Linux kernel, the following vulnerability has been resolved: atm: clip: Fix memory leak of struct clip_vcc. ioctl(ATMARP_MKIP) allocates struct clip_vcc and set it to vcc->user_back. The code assumes that vcc_destroy_socket() passes NULL sk...
CVE-2025-38543
- EPSS 0.15%
- Veröffentlicht 16.08.2025 11:22:17
- Zuletzt bearbeitet 07.01.2026 18:34:28
In the Linux kernel, the following vulnerability has been resolved: drm/tegra: nvdec: Fix dma_alloc_coherent error check Check for NULL return value with dma_alloc_coherent, in line with Robin's fix for vic.c in 'drm/tegra: vic: Fix DMA API misuse'...