CVE-2022-49890
- EPSS 0.19%
- Veröffentlicht 01.05.2025 14:10:34
- Zuletzt bearbeitet 01.10.2025 17:15:37
In the Linux kernel, the following vulnerability has been resolved: capabilities: fix potential memleak on error path from vfs_getxattr_alloc() In cap_inode_getsecurity(), we will use vfs_getxattr_alloc() to complete the memory allocation of tmpbuf...
CVE-2022-49888
- EPSS 0.21%
- Veröffentlicht 01.05.2025 14:10:33
- Zuletzt bearbeitet 07.05.2025 13:20:08
In the Linux kernel, the following vulnerability has been resolved: arm64: entry: avoid kprobe recursion The cortex_a76_erratum_1463225_debug_handler() function is called when handling debug exceptions (and synchronous exceptions from BRK instructi...
CVE-2022-49887
- EPSS 0.17%
- Veröffentlicht 01.05.2025 14:10:32
- Zuletzt bearbeitet 01.10.2025 17:15:36
In the Linux kernel, the following vulnerability has been resolved: media: meson: vdec: fix possible refcount leak in vdec_probe() v4l2_device_unregister need to be called to put the refcount got by v4l2_device_register when vdec_probe fails or vde...
CVE-2022-49885
- EPSS 0.19%
- Veröffentlicht 01.05.2025 14:10:31
- Zuletzt bearbeitet 01.10.2025 17:15:36
In the Linux kernel, the following vulnerability has been resolved: ACPI: APEI: Fix integer overflow in ghes_estatus_pool_init() Change num_ghes from int to unsigned int, preventing an overflow and causing subsequent vmalloc() to fail. The overflo...
CVE-2022-49881
- EPSS 0.17%
- Veröffentlicht 01.05.2025 14:10:28
- Zuletzt bearbeitet 01.10.2025 17:15:36
In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: fix memory leak in query_regdb_file() In the function query_regdb_file() the alpha2 parameter is duplicated using kmemdup() and subsequently freed in regdb_fw_cb()....
CVE-2022-49879
- EPSS 0.19%
- Veröffentlicht 01.05.2025 14:10:27
- Zuletzt bearbeitet 10.11.2025 21:20:07
In the Linux kernel, the following vulnerability has been resolved: ext4: fix BUG_ON() when directory entry has invalid rec_len The rec_len field in the directory entry has to be a multiple of 4. A corrupted filesystem image can be used to hit a B...
CVE-2022-49880
- EPSS 0.19%
- Veröffentlicht 01.05.2025 14:10:27
- Zuletzt bearbeitet 01.10.2025 17:15:36
In the Linux kernel, the following vulnerability has been resolved: ext4: fix warning in 'ext4_da_release_space' Syzkaller report issue as follows: EXT4-fs (loop0): Free/Dirty block details EXT4-fs (loop0): free_blocks=0 EXT4-fs (loop0): dirty_bloc...
CVE-2022-49878
- EPSS 0.16%
- Veröffentlicht 01.05.2025 14:10:26
- Zuletzt bearbeitet 01.10.2025 16:15:49
In the Linux kernel, the following vulnerability has been resolved: bpf, verifier: Fix memory leak in array reallocation for stack state If an error (NULL) is returned by krealloc(), callers of realloc_array() were setting their allocation pointers...
CVE-2022-49877
- EPSS 0.17%
- Veröffentlicht 01.05.2025 14:10:25
- Zuletzt bearbeitet 10.11.2025 21:05:50
In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix the sk->sk_forward_alloc warning of sk_stream_kill_queues When running `test_sockmap` selftests, the following warning appears: WARNING: CPU: 2 PID: 197 at net...
CVE-2022-49875
- EPSS 0.18%
- Veröffentlicht 01.05.2025 14:10:24
- Zuletzt bearbeitet 01.10.2025 16:15:48
In the Linux kernel, the following vulnerability has been resolved: bpftool: Fix NULL pointer dereference when pin {PROG, MAP, LINK} without FILE When using bpftool to pin {PROG, MAP, LINK} without FILE, segmentation fault will occur. The reson is ...