CVE-2025-38562
- EPSS 0.02%
- 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.03%
- 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.02%
- Veröffentlicht 19.08.2025 17:15:31
- Zuletzt bearbeitet 08.01.2026 20:49:46
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.03%
- Veröffentlicht 16.08.2025 11:34:20
- Zuletzt bearbeitet 12.05.2026 13:16:52
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.03%
- Veröffentlicht 16.08.2025 11:34:18
- Zuletzt bearbeitet 07.01.2026 18:32:32
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.03%
- 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.02%
- 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.03%
- 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'...
CVE-2025-38542
- EPSS 0.02%
- Veröffentlicht 16.08.2025 11:22:16
- Zuletzt bearbeitet 07.01.2026 18:40:39
In the Linux kernel, the following vulnerability has been resolved: net: appletalk: Fix device refcount leak in atrtr_create() When updating an existing route entry in atrtr_create(), the old device reference was not being released before assigning...