CVE-2022-49195
- EPSS 0.07%
- Veröffentlicht 26.02.2025 07:00:56
- Zuletzt bearbeitet 23.09.2025 13:44:29
In the Linux kernel, the following vulnerability has been resolved: net: dsa: fix panic on shutdown if multi-chip tree failed to probe DSA probing is atypical because a tree of devices must probe all at once, so out of N switches which call dsa_tre...
CVE-2022-49196
- EPSS 0.12%
- Veröffentlicht 26.02.2025 07:00:56
- Zuletzt bearbeitet 25.03.2025 15:07:33
In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: Fix use after free in remove_phb_dynamic() In remove_phb_dynamic() we use &phb->io_resource, after we've called device_unregister(&host_bridge->dev). But the unreg...
CVE-2022-49197
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:00:56
- Zuletzt bearbeitet 23.09.2025 13:46:39
In the Linux kernel, the following vulnerability has been resolved: af_netlink: Fix shift out of bounds in group mask calculation When a netlink message is received, netlink_recvmsg() fills in the address of the sender. One of the fields is the 32-...
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.06%
- 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.02%
- 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.13%
- 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.14%
- 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.01%
- 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-49187
- EPSS 0.06%
- 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...