CVE-2022-49675
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:42
- Zuletzt bearbeitet 24.10.2025 15:51:40
In the Linux kernel, the following vulnerability has been resolved: tick/nohz: unexport __init-annotated tick_nohz_full_setup() EXPORT_SYMBOL and __init is a bad combination because the .init.text section is freed up after the initialization. Hence...
CVE-2022-49676
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:42
- Zuletzt bearbeitet 01.10.2025 20:17:03
In the Linux kernel, the following vulnerability has been resolved: memory: samsung: exynos5422-dmc: Fix refcount leak in of_get_dram_timings of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it whe...
CVE-2022-49677
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:42
- Zuletzt bearbeitet 01.10.2025 20:17:03
In the Linux kernel, the following vulnerability has been resolved: ARM: cns3xxx: Fix refcount leak in cns3xxx_init of_find_compatible_node() returns a node pointer with refcount incremented, we should use of_node_put() on it when done. Add missing...
CVE-2022-49678
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:42
- Zuletzt bearbeitet 01.10.2025 20:17:04
In the Linux kernel, the following vulnerability has been resolved: soc: bcm: brcmstb: pm: pm-arm: Fix refcount leak in brcmstb_pm_probe of_find_matching_node() returns a node pointer with refcount incremented, we should use of_node_put() on it whe...
CVE-2022-49679
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:42
- Zuletzt bearbeitet 01.10.2025 20:17:04
In the Linux kernel, the following vulnerability has been resolved: ARM: Fix refcount leak in axxia_boot_secondary of_find_compatible_node() returns a node pointer with refcount incremented, we should use of_node_put() on it when done. Add missing ...
CVE-2022-49680
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:42
- Zuletzt bearbeitet 01.10.2025 20:17:04
In the Linux kernel, the following vulnerability has been resolved: ARM: exynos: Fix refcount leak in exynos_map_pmu of_find_matching_node() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need anymore. ...
CVE-2022-49681
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:42
- Zuletzt bearbeitet 01.10.2025 20:17:04
In the Linux kernel, the following vulnerability has been resolved: xtensa: xtfpga: Fix refcount leak bug in setup In machine_setup(), of_find_compatible_node() will return a node pointer with refcount incremented. We should use of_node_put() when ...
CVE-2022-49661
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:41
- Zuletzt bearbeitet 23.10.2025 15:49:50
In the Linux kernel, the following vulnerability has been resolved: can: gs_usb: gs_usb_open/close(): fix memory leak The gs_usb driver appears to suffer from a malady common to many USB CAN adapter drivers in that it performs usb_alloc_coherent() ...
CVE-2022-49662
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:41
- Zuletzt bearbeitet 23.10.2025 15:58:38
In the Linux kernel, the following vulnerability has been resolved: ipv6: fix lockdep splat in in6_dump_addrs() As reported by syzbot, we should not use rcu_dereference() when rcu_read_lock() is not held. WARNING: suspicious RCU usage 5.19.0-rc2-s...
CVE-2022-49663
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:41
- Zuletzt bearbeitet 24.10.2025 15:52:15
In the Linux kernel, the following vulnerability has been resolved: tunnels: do not assume mac header is set in skb_tunnel_check_pmtu() Recently added debug in commit f9aefd6b2aa3 ("net: warn if mac header was not set") caught a bug in skb_tunnel_c...