- EPSS 0.15%
- 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.06%
- 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.06%
- 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.06%
- 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.07%
- Veröffentlicht 18.06.2025 11:02:17
- Zuletzt bearbeitet 17.11.2025 17:59:44
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.06%
- 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.05%
- 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.05%
- 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...
CVE-2022-50066
- EPSS 0.07%
- Veröffentlicht 18.06.2025 11:02:12
- Zuletzt bearbeitet 17.11.2025 18:27:21
In the Linux kernel, the following vulnerability has been resolved: net: atlantic: fix aq_vec index out of range error The final update statement of the for loop exceeds the array range, the dereference of self->aq_vec[i] is not checked and then le...
CVE-2022-50065
- EPSS 0.07%
- Veröffentlicht 18.06.2025 11:02:11
- Zuletzt bearbeitet 17.11.2025 18:27:46
In the Linux kernel, the following vulnerability has been resolved: virtio_net: fix memory leak inside XPD_TX with mergeable When we call xdp_convert_buff_to_frame() to get xdpf, if it returns NULL, we should check if xdp_page was allocated by xdp_...