CVE-2022-50201
- EPSS 0.07%
- Veröffentlicht 18.06.2025 11:03:43
- Zuletzt bearbeitet 19.11.2025 12:46:59
In the Linux kernel, the following vulnerability has been resolved: selinux: fix memleak in security_read_state_kernel() In this function, it directly returns the result of __security_read_policy without freeing the allocated memory in *data, cause...
CVE-2022-50202
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:03:43
- Zuletzt bearbeitet 19.11.2025 12:46:51
In the Linux kernel, the following vulnerability has been resolved: PM: hibernate: defer device probing when resuming from hibernation syzbot is reporting hung task at misc_open() [1], for there is a race window of AB-BA deadlock which involves pro...
CVE-2022-50200
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:03:42
- Zuletzt bearbeitet 19.11.2025 12:47:13
In the Linux kernel, the following vulnerability has been resolved: selinux: Add boundary check in put_entry() Just like next_entry(), boundary check is necessary to prevent memory out-of-bound access.
CVE-2022-50185
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:03:32
- Zuletzt bearbeitet 19.11.2025 12:51:22
In the Linux kernel, the following vulnerability has been resolved: drm/radeon: fix potential buffer overflow in ni_set_mc_special_registers() The last case label can write two buffers 'mc_reg_address[j]' and 'mc_data[j]' with 'j' offset equal to S...
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:03:29
- Zuletzt bearbeitet 18.06.2025 14:15:24
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2022-50179
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:03:28
- Zuletzt bearbeitet 20.11.2025 22:02:06
In the Linux kernel, the following vulnerability has been resolved: ath9k: fix use-after-free in ath9k_hif_usb_rx_cb Syzbot reported use-after-free Read in ath9k_hif_usb_rx_cb() [0]. The problem was in incorrect htc_handle->drv_priv initialization....
CVE-2022-50162
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:03:17
- Zuletzt bearbeitet 18.11.2025 21:19:56
In the Linux kernel, the following vulnerability has been resolved: wifi: libertas: Fix possible refcount leak in if_usb_probe() usb_get_dev will be called before lbs_get_firmware_async which means that usb_put_dev need to be called when lbs_get_fi...
CVE-2022-50152
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:03:11
- Zuletzt bearbeitet 20.11.2025 21:31:12
In the Linux kernel, the following vulnerability has been resolved: usb: ohci-nxp: Fix refcount leak in ohci_hcd_nxp_probe of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need anymore....
CVE-2022-50153
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:03:11
- Zuletzt bearbeitet 25.11.2025 15:23:53
In the Linux kernel, the following vulnerability has been resolved: usb: host: Fix refcount leak in ehci_hcd_ppc_of_probe of_find_compatible_node() returns a node pointer with refcount incremented, we should use of_node_put() on it when done. Add m...
CVE-2022-50151
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:03:10
- Zuletzt bearbeitet 20.11.2025 21:36:06
In the Linux kernel, the following vulnerability has been resolved: usb: cdns3: fix random warning message when driver load Warning log: [ 4.141392] Unexpected gfp: 0x4 (GFP_DMA32). Fixing up to gfp: 0xa20 (GFP_ATOMIC). Fix your code! [ 4.150...