CVE-2022-49198
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:00:56
- Zuletzt bearbeitet 23.09.2025 13:50:52
In the Linux kernel, the following vulnerability has been resolved: mptcp: Fix crash due to tcp_tsorted_anchor was initialized before release skb Got crash when doing pressure test of mptcp: ========================================================...
CVE-2022-49199
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:00:56
- Zuletzt bearbeitet 21.10.2025 11:55:37
In the Linux kernel, the following vulnerability has been resolved: RDMA/nldev: Prevent underflow in nldev_stat_set_counter_dynamic_doit() This code checks "index" for an upper bound but it does not check for negatives. Change the type to unsigned...
CVE-2022-49179
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:00:55
- Zuletzt bearbeitet 25.03.2025 15:07:03
In the Linux kernel, the following vulnerability has been resolved: block, bfq: don't move oom_bfqq Our test report a UAF: [ 2073.019181] ================================================================== [ 2073.019188] BUG: KASAN: use-after-free ...
CVE-2022-49180
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:00:55
- Zuletzt bearbeitet 22.10.2025 17:17:09
In the Linux kernel, the following vulnerability has been resolved: LSM: general protection fault in legacy_parse_param The usual LSM hook "bail on fail" scheme doesn't work for cases where a security module may return an error code indicating that...
CVE-2022-49182
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:00:55
- Zuletzt bearbeitet 25.03.2025 15:07:11
In the Linux kernel, the following vulnerability has been resolved: net: hns3: add vlan list lock to protect vlan list When adding port base VLAN, vf VLAN need to remove from HW and modify the vlan state in vf VLAN list as false. If the periodicity...
CVE-2022-49183
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:00:55
- Zuletzt bearbeitet 01.10.2025 20:15:53
In the Linux kernel, the following vulnerability has been resolved: net/sched: act_ct: fix ref leak when switching zones When switching zones or network namespaces without doing a ct clear in between, it is now leaking a reference to the old ct ent...
CVE-2022-49184
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:00:55
- Zuletzt bearbeitet 01.10.2025 20:15:53
In the Linux kernel, the following vulnerability has been resolved: net: sparx5: switchdev: fix possible NULL pointer dereference As the possible failure of the allocation, devm_kzalloc() may return NULL pointer. Therefore, it should be better to c...
CVE-2022-49185
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:00:55
- Zuletzt bearbeitet 01.10.2025 20:15:53
In the Linux kernel, the following vulnerability has been resolved: pinctrl: nomadik: Add missing of_node_put() in nmk_pinctrl_probe This node pointer is returned by of_parse_phandle() with refcount incremented in this function. Calling of_node_put...
CVE-2022-49186
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:00:55
- Zuletzt bearbeitet 01.10.2025 20:15:53
In the Linux kernel, the following vulnerability has been resolved: clk: visconti: prevent array overflow in visconti_clk_register_gates() This code was using -1 to represent that there was no reset function. Unfortunately, the -1 was stored in u8 ...
CVE-2022-49187
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:00:55
- Zuletzt bearbeitet 01.10.2025 20:15:54
In the Linux kernel, the following vulnerability has been resolved: clk: Fix clk_hw_get_clk() when dev is NULL Any registered clk_core structure can have a NULL pointer in its dev field. While never actually documented, this is evidenced by the wid...