CVE-2022-50040
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:01:41
- Zuletzt bearbeitet 13.11.2025 18:58:05
In the Linux kernel, the following vulnerability has been resolved: net: dsa: sja1105: fix buffer overflow in sja1105_setup_devlink_regions() If an error occurs in dsa_devlink_region_create(), then 'priv->regions' array will be accessed by negative...
CVE-2022-50039
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:01:40
- Zuletzt bearbeitet 13.11.2025 18:57:53
In the Linux kernel, the following vulnerability has been resolved: stmmac: intel: Add a missing clk_disable_unprepare() call in intel_eth_pci_remove() Commit 09f012e64e4b ("stmmac: intel: Fix clock handling on error and remove paths") removed this...
CVE-2022-50038
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:01:39
- Zuletzt bearbeitet 13.11.2025 18:56:57
In the Linux kernel, the following vulnerability has been resolved: drm/meson: Fix refcount bugs in meson_vpu_has_available_connectors() In this function, there are two refcount leak bugs: (1) when breaking out of for_each_endpoint_of_node(), we ne...
CVE-2022-50037
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:01:38
- Zuletzt bearbeitet 13.11.2025 18:56:11
In the Linux kernel, the following vulnerability has been resolved: drm/i915/ttm: don't leak the ccs state The kernel only manages the ccs state with lmem-only objects, however the kernel should still take care not to leak the CCS state from the pr...
CVE-2022-50035
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:01:37
- Zuletzt bearbeitet 13.11.2025 18:42:44
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix use-after-free on amdgpu_bo_list mutex If amdgpu_cs_vm_handling returns r != 0, then it will unlock the bo_list_mutex inside the function amdgpu_cs_vm_handling and ...
CVE-2022-50036
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:01:37
- Zuletzt bearbeitet 13.11.2025 18:42:52
In the Linux kernel, the following vulnerability has been resolved: drm/sun4i: dsi: Prevent underflow when computing packet sizes Currently, the packet overhead is subtracted using unsigned arithmetic. With a short sync pulse, this could underflow ...
CVE-2022-50034
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:01:36
- Zuletzt bearbeitet 13.11.2025 18:42:35
In the Linux kernel, the following vulnerability has been resolved: usb: cdns3 fix use-after-free at workaround 2 BUG: KFENCE: use-after-free read in __list_del_entry_valid+0x10/0xac cdns3_wa2_remove_old_request() { ... kfree(priv_req->request.b...
CVE-2022-50033
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:01:35
- Zuletzt bearbeitet 13.11.2025 18:42:15
In the Linux kernel, the following vulnerability has been resolved: usb: host: ohci-ppc-of: Fix refcount leak bug In ohci_hcd_ppc_of_probe(), of_find_compatible_node() will return a node pointer with refcount incremented. We should use of_node_put(...
- EPSS 0.03%
- Veröffentlicht 18.06.2025 11:01:34
- Zuletzt bearbeitet 11.08.2025 16:15:28
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2022-50032
- EPSS 0.01%
- Veröffentlicht 18.06.2025 11:01:34
- Zuletzt bearbeitet 13.11.2025 19:31:38
In the Linux kernel, the following vulnerability has been resolved: usb: renesas: Fix refcount leak bug In usbhs_rza1_hardware_init(), of_find_node_by_name() will return a node pointer with refcount incremented. We should use of_node_put() when it ...