CVE-2022-49837
- EPSS 0.05%
- Veröffentlicht 01.05.2025 14:09:54
- Zuletzt bearbeitet 01.10.2025 17:15:32
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix memory leaks in __check_func_call kmemleak reports this issue: unreferenced object 0xffff88817139d000 (size 2048): comm "test_progs", pid 33246, jiffies 4307381979 (age...
CVE-2022-49838
- EPSS 0.05%
- Veröffentlicht 01.05.2025 14:09:54
- Zuletzt bearbeitet 10.11.2025 21:13:37
In the Linux kernel, the following vulnerability has been resolved: sctp: clear out_curr if all frag chunks of current msg are pruned A crash was reported by Zhen Chen: list_del corruption, ffffa035ddf01c18->next is NULL WARNING: CPU: 1 PID: 2...
CVE-2022-49833
- EPSS 0.07%
- Veröffentlicht 01.05.2025 14:09:51
- Zuletzt bearbeitet 10.11.2025 21:13:04
In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: clone zoned device info when cloning a device When cloning a btrfs_device, we're not cloning the associated btrfs_zoned_device_info structure of the device in case of...
CVE-2022-49831
- EPSS 0.04%
- Veröffentlicht 01.05.2025 14:09:49
- Zuletzt bearbeitet 10.11.2025 19:57:59
In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: initialize device's zone info for seeding When performing seeding on a zoned filesystem it is necessary to initialize each zoned device's btrfs_zoned_device_info stru...
CVE-2022-49829
- EPSS 0.07%
- Veröffentlicht 01.05.2025 14:09:48
- Zuletzt bearbeitet 10.11.2025 20:07:23
In the Linux kernel, the following vulnerability has been resolved: drm/scheduler: fix fence ref counting We leaked dependency fences when processes were beeing killed. Additional to that grab a reference to the last scheduled fence.
CVE-2022-49828
- EPSS 0.05%
- Veröffentlicht 01.05.2025 14:09:47
- Zuletzt bearbeitet 10.11.2025 20:10:01
In the Linux kernel, the following vulnerability has been resolved: hugetlbfs: don't delete error page from pagecache This change is very similar to the change that was made for shmem [1], and it solves the same problem but for HugeTLBFS instead. ...
CVE-2022-49825
- EPSS 0.05%
- Veröffentlicht 01.05.2025 14:09:45
- Zuletzt bearbeitet 10.11.2025 20:16:31
In the Linux kernel, the following vulnerability has been resolved: ata: libata-transport: fix error handling in ata_tport_add() In ata_tport_add(), the return value of transport_add_device() is not checked. As a result, it causes null-ptr-deref wh...
CVE-2022-49823
- EPSS 0.05%
- Veröffentlicht 01.05.2025 14:09:44
- Zuletzt bearbeitet 10.11.2025 20:16:57
In the Linux kernel, the following vulnerability has been resolved: ata: libata-transport: fix error handling in ata_tdev_add() In ata_tdev_add(), the return value of transport_add_device() is not checked. As a result, it causes null-ptr-deref whil...
CVE-2022-49824
- EPSS 0.05%
- Veröffentlicht 01.05.2025 14:09:44
- Zuletzt bearbeitet 10.11.2025 20:16:47
In the Linux kernel, the following vulnerability has been resolved: ata: libata-transport: fix error handling in ata_tlink_add() In ata_tlink_add(), the return value of transport_add_device() is not checked. As a result, it causes null-ptr-deref wh...
CVE-2022-49822
- EPSS 0.05%
- Veröffentlicht 01.05.2025 14:09:43
- Zuletzt bearbeitet 10.11.2025 20:17:02
In the Linux kernel, the following vulnerability has been resolved: cifs: Fix connections leak when tlink setup failed If the tlink setup failed, lost to put the connections, then the module refcnt leak since the cifsd kthread not exit. Also leak ...