CVE-2022-50085
- EPSS 0.17%
- Veröffentlicht 18.06.2025 11:02:26
- Zuletzt bearbeitet 18.11.2025 02:32:24
In the Linux kernel, the following vulnerability has been resolved: dm raid: fix address sanitizer warning in raid_resume There is a KASAN warning in raid_resume when running the lvm test lvconvert-raid.sh. The reason for the warning is that mddev-...
CVE-2022-50084
- EPSS 0.17%
- Veröffentlicht 18.06.2025 11:02:25
- Zuletzt bearbeitet 18.11.2025 02:33:04
In the Linux kernel, the following vulnerability has been resolved: dm raid: fix address sanitizer warning in raid_status There is this warning when using a kernel with the address sanitizer and running this testsuite: https://gitlab.com/cki-projec...
- EPSS 0.16%
- Veröffentlicht 18.06.2025 11:02:24
- Zuletzt bearbeitet 18.11.2025 02:38:31
In the Linux kernel, the following vulnerability has been resolved: ext4: fix warning in ext4_iomap_begin as race between bmap and write We got issue as follows: ------------[ cut here ]------------ WARNING: CPU: 3 PID: 9310 at fs/ext4/inode.c:3441...
CVE-2022-50080
- EPSS 0.22%
- Veröffentlicht 18.06.2025 11:02:23
- Zuletzt bearbeitet 18.11.2025 02:39:52
In the Linux kernel, the following vulnerability has been resolved: tee: add overflow check in register_shm_helper() With special lengths supplied by user space, register_shm_helper() has an integer overflow when calculating the number of pages cov...
CVE-2022-50077
- EPSS 0.16%
- Veröffentlicht 18.06.2025 11:02:20
- Zuletzt bearbeitet 17.11.2025 19:27:18
In the Linux kernel, the following vulnerability has been resolved: apparmor: fix reference count leak in aa_pivotroot() The aa_pivotroot() function has a reference counting bug in a specific path. When aa_replace_current_label() returns on success...
CVE-2022-50074
- EPSS 0.16%
- Veröffentlicht 18.06.2025 11:02:18
- Zuletzt bearbeitet 17.11.2025 19:31:52
In the Linux kernel, the following vulnerability has been resolved: apparmor: Fix memleak in aa_simple_write_to_buffer() When copy_from_user failed, the memory is freed by kvfree. however the management struct and data blob are allocated independen...
CVE-2022-50073
- EPSS 0.16%
- Veröffentlicht 18.06.2025 11:02:17
- Zuletzt bearbeitet 01.06.2026 17:16:23
In the Linux kernel, the following vulnerability has been resolved: net: tap: NULL pointer derefence in dev_parse_header_protocol when skb->dev is null Fixes a NULL pointer derefence bug triggered from tap driver. When tap_get_user calls virtio_net...
CVE-2022-50072
- EPSS 0.17%
- Veröffentlicht 18.06.2025 11:02:16
- Zuletzt bearbeitet 17.11.2025 18:00:37
In the Linux kernel, the following vulnerability has been resolved: NFSv4/pnfs: Fix a use-after-free bug in open If someone cancels the open RPC call, then we must not try to free either the open slot or the layoutget operation arguments, since the...
CVE-2022-50070
- EPSS 0.22%
- Veröffentlicht 18.06.2025 11:02:15
- Zuletzt bearbeitet 17.11.2025 18:18:56
In the Linux kernel, the following vulnerability has been resolved: mptcp: do not queue data on closed subflows Dipanjan reported a syzbot splat at close time: WARNING: CPU: 1 PID: 10818 at net/ipv4/af_inet.c:153 inet_sock_destruct+0x6d0/0x8e0 net...
CVE-2022-50067
- EPSS 0.19%
- Veröffentlicht 18.06.2025 11:02:13
- Zuletzt bearbeitet 17.11.2025 18:25:37
In the Linux kernel, the following vulnerability has been resolved: btrfs: unset reloc control if transaction commit fails in prepare_to_relocate() In btrfs_relocate_block_group(), the rc is allocated. Then btrfs_relocate_block_group() calls relo...