CVE-2022-49430
- EPSS 0.13%
- Veröffentlicht 26.02.2025 07:01:19
- Zuletzt bearbeitet 22.10.2025 17:27:21
In the Linux kernel, the following vulnerability has been resolved: Input: gpio-keys - cancel delayed work only in case of GPIO gpio_keys module can either accept gpios or interrupts. The module initializes delayed work in case of gpios only and is...
CVE-2022-49431
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:01:19
- Zuletzt bearbeitet 22.10.2025 17:26:58
In the Linux kernel, the following vulnerability has been resolved: powerpc/iommu: Add missing of_node_put in iommu_init_early_dart The device_node pointer is returned by of_find_compatible_node with refcount incremented. We should use of_node_put(...
CVE-2022-49432
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:19
- Zuletzt bearbeitet 22.10.2025 17:26:50
In the Linux kernel, the following vulnerability has been resolved: powerpc/xics: fix refcount leak in icp_opal_init() The of_find_compatible_node() function returns a node pointer with refcount incremented, use of_node_put() on it when done.
CVE-2022-49434
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:19
- Zuletzt bearbeitet 23.12.2025 14:16:12
In the Linux kernel, the following vulnerability has been resolved: PCI: Avoid pci_dev_lock() AB/BA deadlock with sriov_numvfs_store() The sysfs sriov_numvfs_store() path acquires the device lock before the config space access lock: sriov_numvfs...
CVE-2022-49420
- EPSS 0.09%
- Veröffentlicht 26.02.2025 07:01:18
- Zuletzt bearbeitet 21.10.2025 12:13:56
In the Linux kernel, the following vulnerability has been resolved: net: annotate races around sk->sk_bound_dev_if UDP sendmsg() is lockless, and reads sk->sk_bound_dev_if while this field can be changed by another thread. Adds minimal annotations...
CVE-2022-49407
- EPSS 0.01%
- 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.03%
- 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.01%
- 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.04%
- 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.09%
- 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...