CVE-2022-49407
- EPSS 0.29%
- Veröffentlicht 26.02.2025 07:01:17
- Zuletzt bearbeitet 22.09.2025 19:58:29
In the Linux kernel, the following vulnerability has been resolved: dlm: fix plock invalid read This patch fixes an invalid read showed by KASAN. A unlock will allocate a "struct plock_op" and a followed send_op() will append it to a global send_li...
CVE-2022-49409
- EPSS 0.25%
- Veröffentlicht 26.02.2025 07:01:17
- Zuletzt bearbeitet 22.09.2025 19:59:08
In the Linux kernel, the following vulnerability has been resolved: ext4: fix bug_on in __es_tree_search Hulk Robot reported a BUG_ON: ================================================================== kernel BUG at fs/ext4/extents_status.c:199! [....
CVE-2022-49414
- EPSS 0.18%
- Veröffentlicht 26.02.2025 07:01:17
- Zuletzt bearbeitet 01.10.2025 20:16:18
In the Linux kernel, the following vulnerability has been resolved: ext4: fix race condition between ext4_write and ext4_convert_inline_data Hulk Robot reported a BUG_ON: ================================================================== EXT4-fs ...
CVE-2022-49395
- EPSS 0.27%
- Veröffentlicht 26.02.2025 07:01:16
- Zuletzt bearbeitet 01.10.2025 20:16:16
In the Linux kernel, the following vulnerability has been resolved: um: Fix out-of-bounds read in LDT setup syscall_stub_data() expects the data_count parameter to be the number of longs, not bytes. ===============================================...
CVE-2022-49399
- EPSS 0.25%
- Veröffentlicht 26.02.2025 07:01:16
- Zuletzt bearbeitet 21.10.2025 12:14:53
In the Linux kernel, the following vulnerability has been resolved: tty: goldfish: Use tty_port_destroy() to destroy port In goldfish_tty_probe(), the port initialized through tty_port_init() should be destroyed in error paths.In goldfish_tty_remov...
CVE-2022-49401
- EPSS 0.25%
- Veröffentlicht 26.02.2025 07:01:16
- Zuletzt bearbeitet 22.09.2025 19:57:51
In the Linux kernel, the following vulnerability has been resolved: mm/page_owner: use strscpy() instead of strlcpy() current->comm[] is not a string (no guarantee for a zero byte in it). strlcpy(s1, s2, l) is calling strlen(s2), potentially causi...
CVE-2022-49385
- EPSS 0.29%
- Veröffentlicht 26.02.2025 07:01:15
- Zuletzt bearbeitet 25.03.2025 14:58:25
In the Linux kernel, the following vulnerability has been resolved: driver: base: fix UAF when driver_attach failed When driver_attach(drv); failed, the driver_private will be freed. But it has been added to the bus, which caused a UAF. To fix it,...
CVE-2022-49393
- EPSS 0.21%
- Veröffentlicht 26.02.2025 07:01:15
- Zuletzt bearbeitet 22.09.2025 19:46:54
In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: fix list iterator in fastrpc_req_mem_unmap_impl This is another instance of incorrect use of list iterator and checking it for NULL. The list iterator value 'map' w...
CVE-2022-49380
- EPSS 0.25%
- Veröffentlicht 26.02.2025 07:01:14
- Zuletzt bearbeitet 21.10.2025 12:15:50
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid f2fs_bug_on() in dec_valid_node_count() As Yanming reported in bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=215897 I have encountered a bug in F2FS fi...
CVE-2022-49381
- EPSS 0.25%
- Veröffentlicht 26.02.2025 07:01:14
- Zuletzt bearbeitet 01.10.2025 20:16:15
In the Linux kernel, the following vulnerability has been resolved: jffs2: fix memory leak in jffs2_do_fill_super If jffs2_iget() or d_make_root() in jffs2_do_fill_super() returns an error, we can observe the following kmemleak report: -----------...