CVE-2025-21735
- EPSS 0.23%
- Veröffentlicht 27.02.2025 03:15:14
- Zuletzt bearbeitet 12.05.2026 13:16:34
In the Linux kernel, the following vulnerability has been resolved: NFC: nci: Add bounds checking in nci_hci_create_pipe() The "pipe" variable is a u8 which comes from the network. If it's more than 127, then it results in memory corruption in the...
CVE-2025-21736
- EPSS 0.22%
- Veröffentlicht 27.02.2025 03:15:14
- Zuletzt bearbeitet 03.11.2025 20:17:13
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix possible int overflows in nilfs_fiemap() Since nilfs_bmap_lookup_contig() in nilfs_fiemap() calculates its result by being prepared to go through potentially maxblocks ...
CVE-2025-21737
- EPSS 0.2%
- Veröffentlicht 27.02.2025 03:15:14
- Zuletzt bearbeitet 01.10.2025 20:18:22
In the Linux kernel, the following vulnerability has been resolved: ceph: fix memory leak in ceph_mds_auth_match() We now free the temporary target path substring allocation on every possible branch, instead of omitting the default branch. In some...
CVE-2025-21738
- EPSS 0.2%
- Veröffentlicht 27.02.2025 03:15:14
- Zuletzt bearbeitet 03.11.2025 20:17:13
In the Linux kernel, the following vulnerability has been resolved: ata: libata-sff: Ensure that we cannot write outside the allocated buffer reveliofuzzing reported that a SCSI_IOCTL_SEND_COMMAND ioctl with out_len set to 0xd42, SCSI command set t...
CVE-2025-21739
- EPSS 0.21%
- Veröffentlicht 27.02.2025 03:15:14
- Zuletzt bearbeitet 01.06.2026 17:16:32
In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix use-after free in init error and remove paths devm_blk_crypto_profile_init() registers a cleanup handler to run when the associated (platform-) device is being...
CVE-2025-21741
- EPSS 0.21%
- Veröffentlicht 27.02.2025 03:15:14
- Zuletzt bearbeitet 01.10.2025 20:18:22
In the Linux kernel, the following vulnerability has been resolved: usbnet: ipheth: fix DPE OoB read Fix an out-of-bounds DPE read, limit the number of processed DPEs to the amount that fits into the fixed-size NDP16 header.
CVE-2025-21742
- EPSS 0.21%
- Veröffentlicht 27.02.2025 03:15:14
- Zuletzt bearbeitet 01.10.2025 20:18:23
In the Linux kernel, the following vulnerability has been resolved: usbnet: ipheth: use static NDP16 location in URB Original code allowed for the start of NDP16 to be anywhere within the URB based on the `wNdpIndex` value in NTH16. Only the start ...
CVE-2025-21743
- EPSS 0.2%
- Veröffentlicht 27.02.2025 03:15:14
- Zuletzt bearbeitet 01.10.2025 20:18:23
In the Linux kernel, the following vulnerability has been resolved: usbnet: ipheth: fix possible overflow in DPE length check Originally, it was possible for the DPE length check to overflow if wDatagramIndex + wDatagramLength > U16_MAX. This could...
CVE-2024-58021
- EPSS 0.2%
- Veröffentlicht 27.02.2025 03:15:13
- Zuletzt bearbeitet 01.10.2025 20:18:09
In the Linux kernel, the following vulnerability has been resolved: HID: winwing: Add NULL check in winwing_init_led() devm_kasprintf() can return a NULL pointer on failure,but this returned value in winwing_init_led() is not checked. Add NULL chec...
CVE-2025-21732
- EPSS 0.13%
- Veröffentlicht 27.02.2025 03:15:13
- Zuletzt bearbeitet 28.10.2025 20:41:47
In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix a race for an ODP MR which leads to CQE with error This patch addresses a race condition for an ODP MR that can result in a CQE with an error on the UMR QP. During ...