CVE-2022-50001
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:01:01
- Zuletzt bearbeitet 14.11.2025 16:13:20
In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_tproxy: restrict to prerouting hook TPROXY is only allowed from prerouting, but nft_tproxy doesn't check this. This fixes a crash (null dereference) when using tprox...
CVE-2022-50000
- EPSS 0.03%
- Veröffentlicht 18.06.2025 11:00:59
- Zuletzt bearbeitet 14.11.2025 16:41:55
In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: fix stuck flows on cleanup due to pending work To clear the flow table on flow table free, the following sequence normally happens in order: 1) gc_step wor...
CVE-2022-49999
- EPSS 0.01%
- Veröffentlicht 18.06.2025 11:00:58
- Zuletzt bearbeitet 14.11.2025 16:42:15
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix space cache corruption and potential double allocations When testing space_cache v2 on a large set of machines, we encountered a few symptoms: 1. "unable to add free sp...
CVE-2022-49997
- EPSS 0.03%
- Veröffentlicht 18.06.2025 11:00:57
- Zuletzt bearbeitet 14.11.2025 18:11:19
In the Linux kernel, the following vulnerability has been resolved: net: lantiq_xrx200: restore buffer if memory allocation failed In a situation where memory allocation fails, an invalid buffer address is stored. When this descriptor is used again...
CVE-2022-49998
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:00:57
- Zuletzt bearbeitet 14.11.2025 18:11:08
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix locking in rxrpc's sendmsg Fix three bugs in the rxrpc's sendmsg implementation: (1) rxrpc_new_client_call() should release the socket lock when returning an erro...
CVE-2022-49996
- EPSS 0.03%
- Veröffentlicht 18.06.2025 11:00:56
- Zuletzt bearbeitet 14.11.2025 18:11:32
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix possible memory leak in btrfs_get_dev_args_from_path() In btrfs_get_dev_args_from_path(), btrfs_get_bdev_and_sb() can fail if the path is invalid. In this case, btrfs_ge...
CVE-2022-49995
- EPSS 0.01%
- Veröffentlicht 18.06.2025 11:00:55
- Zuletzt bearbeitet 14.11.2025 18:11:42
In the Linux kernel, the following vulnerability has been resolved: writeback: avoid use-after-free after removing device When a disk is removed, bdi_unregister gets called to stop further writeback and wait for associated delayed work to complete....
CVE-2022-49994
- EPSS 0.01%
- Veröffentlicht 18.06.2025 11:00:54
- Zuletzt bearbeitet 14.11.2025 18:11:52
In the Linux kernel, the following vulnerability has been resolved: bootmem: remove the vmemmap pages from kmemleak in put_page_bootmem The vmemmap pages is marked by kmemleak when allocated from memblock. Remove it from kmemleak when freeing the ...
CVE-2022-49993
- EPSS 0.01%
- Veröffentlicht 18.06.2025 11:00:53
- Zuletzt bearbeitet 14.11.2025 18:12:08
In the Linux kernel, the following vulnerability has been resolved: loop: Check for overflow while configuring loop The userspace can configure a loop using an ioctl call, wherein a configuration of type loop_config is passed (see lo_ioctl()'s case...
CVE-2022-49992
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:00:52
- Zuletzt bearbeitet 14.11.2025 18:12:21
In the Linux kernel, the following vulnerability has been resolved: mm/mprotect: only reference swap pfn page if type match Yu Zhao reported a bug after the commit "mm/swap: Add swp_offset_pfn() to fetch PFN from swap entry" added a check in swp_of...