CVE-2022-49049
- EPSS 0.24%
- Veröffentlicht 26.02.2025 07:00:42
- Zuletzt bearbeitet 14.10.2025 19:06:55
In the Linux kernel, the following vulnerability has been resolved: mm/secretmem: fix panic when growing a memfd_secret When one tries to grow an existing memfd_secret with ftruncate, one gets a panic [1]. For example, doing the following reliably...
CVE-2022-49051
- EPSS 0.41%
- Veröffentlicht 26.02.2025 07:00:42
- Zuletzt bearbeitet 23.09.2025 18:28:45
In the Linux kernel, the following vulnerability has been resolved: net: usb: aqc111: Fix out-of-bounds accesses in RX fixup aqc111_rx_fixup() contains several out-of-bounds accesses that can be triggered by a malicious (or defective) USB device, i...
CVE-2022-49054
- EPSS 0.26%
- Veröffentlicht 26.02.2025 07:00:42
- Zuletzt bearbeitet 14.10.2025 19:04:54
In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Deactivate sysctl_record_panic_msg by default in isolated guests hv_panic_page might contain guest-sensitive information, do not dump it over to Hyper-V by defa...
CVE-2022-49055
- EPSS 0.25%
- Veröffentlicht 26.02.2025 07:00:42
- Zuletzt bearbeitet 01.10.2025 20:15:44
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Check for potential null return of kmalloc_array() As the kmalloc_array() may return null, the 'event_waiters[i].wait' would lead to null-pointer dereference. Therefore...
CVE-2022-49044
- EPSS 0.27%
- Veröffentlicht 26.02.2025 07:00:41
- Zuletzt bearbeitet 23.09.2025 18:24:48
In the Linux kernel, the following vulnerability has been resolved: dm integrity: fix memory corruption when tag_size is less than digest size It is possible to set up dm-integrity in such a way that the "tag_size" parameter is less than the actual...
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:00:41
- Zuletzt bearbeitet 02.03.2025 15:15:11
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2021-47654
- EPSS 0.25%
- Veröffentlicht 26.02.2025 06:37:07
- Zuletzt bearbeitet 01.10.2025 20:15:42
In the Linux kernel, the following vulnerability has been resolved: samples/landlock: Fix path_list memory leak Clang static analysis reports this error sandboxer.c:134:8: warning: Potential leak of memory pointed to by 'path_list' ret =...
CVE-2021-47656
- EPSS 0.24%
- Veröffentlicht 26.02.2025 06:37:07
- Zuletzt bearbeitet 24.03.2025 17:45:55
In the Linux kernel, the following vulnerability has been resolved: jffs2: fix use-after-free in jffs2_clear_xattr_subsystem When we mount a jffs2 image, assume that the first few blocks of the image are normal and contain at least one xattr-relate...
CVE-2021-47659
- EPSS 0.26%
- Veröffentlicht 26.02.2025 06:37:07
- Zuletzt bearbeitet 14.10.2025 19:07:46
In the Linux kernel, the following vulnerability has been resolved: drm/plane: Move range check for format_count earlier While the check for format_count > 64 in __drm_universal_plane_init() shouldn't be hit (it's a WARN_ON), in its current positio...
CVE-2021-47643
- EPSS 0.23%
- Veröffentlicht 26.02.2025 06:37:06
- Zuletzt bearbeitet 23.09.2025 18:46:26
In the Linux kernel, the following vulnerability has been resolved: media: ir_toy: free before error exiting Fix leak in error path.