CVE-2025-21994
- EPSS 0.03%
- Veröffentlicht 02.04.2025 14:16:01
- Zuletzt bearbeitet 03.11.2025 20:17:35
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix incorrect validation for num_aces field of smb_acl parse_dcal() validate num_aces to allocate posix_ace_state_array. if (num_aces > ULONG_MAX / sizeof(struct smb_ace *)...
CVE-2025-21991
- EPSS 0.04%
- Veröffentlicht 02.04.2025 13:15:43
- Zuletzt bearbeitet 03.11.2025 20:17:34
In the Linux kernel, the following vulnerability has been resolved: x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodes Currently, load_microcode_amd() iterates over all NUMA nodes, retrieves their CPU masks and unconditionally...
CVE-2025-21992
- EPSS 0.03%
- Veröffentlicht 02.04.2025 13:15:43
- Zuletzt bearbeitet 02.01.2026 16:15:50
In the Linux kernel, the following vulnerability has been resolved: HID: ignore non-functional sensor in HP 5MP Camera The HP 5MP Camera (USB ID 0408:5473) reports a HID sensor interface that is not actually implemented. Attempting to access this n...
CVE-2025-21993
- EPSS 0.02%
- Veröffentlicht 02.04.2025 13:15:43
- Zuletzt bearbeitet 03.11.2025 20:17:35
In the Linux kernel, the following vulnerability has been resolved: iscsi_ibft: Fix UBSAN shift-out-of-bounds warning in ibft_attr_show_nic() When performing an iSCSI boot using IPv6, iscsistart still reads the /sys/firmware/ibft/ethernetX/subnet-m...
CVE-2025-21986
- EPSS 0.03%
- Veröffentlicht 01.04.2025 16:15:30
- Zuletzt bearbeitet 03.11.2025 20:17:34
In the Linux kernel, the following vulnerability has been resolved: net: switchdev: Convert blocking notification chain to a raw one A blocking notification chain uses a read-write semaphore to protect the integrity of the chain. The semaphore is a...
CVE-2025-21985
- EPSS 0.03%
- Veröffentlicht 01.04.2025 16:15:29
- Zuletzt bearbeitet 30.10.2025 19:17:14
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix out-of-bound accesses [WHAT & HOW] hpo_stream_to_link_encoder_mapping has size MAX_HPO_DP2_ENCODERS(=4), but location can have size up to 6. As a result, it is...
CVE-2025-21976
- EPSS 0.03%
- Veröffentlicht 01.04.2025 16:15:28
- Zuletzt bearbeitet 30.10.2025 21:00:33
In the Linux kernel, the following vulnerability has been resolved: fbdev: hyperv_fb: Allow graceful removal of framebuffer When a Hyper-V framebuffer device is unbind, hyperv_fb driver tries to release the framebuffer forcefully. If this framebuff...
CVE-2025-21959
- EPSS 0.03%
- Veröffentlicht 01.04.2025 16:15:27
- Zuletzt bearbeitet 03.11.2025 20:17:32
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_conncount: Fully initialize struct nf_conncount_tuple in insert_tree() Since commit b36e4523d4d5 ("netfilter: nf_conncount: fix garbage collection confirm race"), `cp...
CVE-2025-21967
- EPSS 0.05%
- Veröffentlicht 01.04.2025 16:15:27
- Zuletzt bearbeitet 16.04.2025 14:15:24
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in ksmbd_free_work_struct ->interim_entry of ksmbd_work could be deleted after oplock is freed. We don't need to manage it with linked list. The interim r...
CVE-2025-21955
- EPSS 0.02%
- Veröffentlicht 01.04.2025 16:15:26
- Zuletzt bearbeitet 31.10.2025 18:20:19
In the Linux kernel, the following vulnerability has been resolved: ksmbd: prevent connection release during oplock break notification ksmbd_work could be freed when after connection release. Increment r_count of ksmbd_conn to indicate that request...