CVE-2022-50261
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:03:04
- Zuletzt bearbeitet 25.11.2025 17:02:57
In the Linux kernel, the following vulnerability has been resolved: drm/sti: Fix return type of sti_{dvo,hda,hdmi}_connector_mode_valid() With clang's kernel control flow integrity (kCFI, CONFIG_CFI_CLANG), indirect call targets are validated again...
CVE-2022-50258
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:02:43
- Zuletzt bearbeitet 25.11.2025 17:02:11
In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: Fix potential stack-out-of-bounds in brcmf_c_preinit_dcmds() This patch fixes a stack-out-of-bounds read in brcmfmac that occurs when 'buf' that is not null-termina...
CVE-2022-50256
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:02:39
- Zuletzt bearbeitet 25.11.2025 16:52:25
In the Linux kernel, the following vulnerability has been resolved: drm/meson: remove drm bridges at aggregate driver unbind time drm bridges added by meson_encoder_hdmi_init and meson_encoder_cvbs_init were not manually removed at module unload ti...
CVE-2022-50253
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:02:34
- Zuletzt bearbeitet 26.11.2025 16:26:21
In the Linux kernel, the following vulnerability has been resolved: bpf: make sure skb->len != 0 when redirecting to a tunneling device syzkaller managed to trigger another case where skb->len == 0 when we enter __dev_queue_xmit: WARNING: CPU: 0 P...
CVE-2022-50252
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:02:30
- Zuletzt bearbeitet 26.11.2025 16:25:58
In the Linux kernel, the following vulnerability has been resolved: igb: Do not free q_vector unless new one was allocated Avoid potential use-after-free condition under memory pressure. If the kzalloc() fails, q_vector will be freed but left in th...
CVE-2022-50251
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:02:12
- Zuletzt bearbeitet 26.11.2025 16:25:52
In the Linux kernel, the following vulnerability has been resolved: mmc: vub300: fix return value check of mmc_add_host() mmc_add_host() may return error, if we ignore its return value, the memory that allocated in mmc_alloc_host() will be leaked a...
CVE-2022-50250
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:02:10
- Zuletzt bearbeitet 25.11.2025 14:40:20
In the Linux kernel, the following vulnerability has been resolved: regulator: core: fix use_count leakage when handling boot-on I found a use_count leakage towards supply regulator of rdev with boot-on option. ┌───────────────────┐ ┌───...
CVE-2022-50249
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:02:09
- Zuletzt bearbeitet 25.11.2025 14:40:36
In the Linux kernel, the following vulnerability has been resolved: memory: of: Fix refcount leak bug in of_get_ddr_timings() We should add the of_node_put() when breaking out of for_each_child_of_node() as it will automatically increase and decrea...
CVE-2022-50244
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:02:01
- Zuletzt bearbeitet 24.11.2025 19:59:03
In the Linux kernel, the following vulnerability has been resolved: cxl: fix possible null-ptr-deref in cxl_pci_init_afu|adapter() If device_register() fails in cxl_pci_afu|adapter(), the device is not added, device_unregister() can not be called i...
CVE-2022-50242
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:01:50
- Zuletzt bearbeitet 24.11.2025 20:05:04
In the Linux kernel, the following vulnerability has been resolved: drivers: net: qlcnic: Fix potential memory leak in qlcnic_sriov_init() If vp alloc failed in qlcnic_sriov_init(), all previously allocated vp needs to be freed.