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...
CVE-2022-50140
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:03:03
- Zuletzt bearbeitet 18.11.2025 02:56:32
In the Linux kernel, the following vulnerability has been resolved: memstick/ms_block: Fix a memory leak 'erased_blocks_bitmap' is never freed. As it is allocated at the same time as 'used_blocks_bitmap', it is likely that it should be freed also a...
CVE-2022-50129
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:02:55
- Zuletzt bearbeitet 18.11.2025 18:10:00
In the Linux kernel, the following vulnerability has been resolved: RDMA/srpt: Fix a use-after-free Change the LIO port members inside struct srpt_port from regular members into pointers. Allocate the LIO port data structures from inside srpt_make_...
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:02:54
- 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-50126
- EPSS 0.04%
- Veröffentlicht 18.06.2025 11:02:53
- Zuletzt bearbeitet 18.11.2025 18:11:46
In the Linux kernel, the following vulnerability has been resolved: jbd2: fix assertion 'jh->b_frozen_data == NULL' failure when journal aborted Following process will fail assertion 'jh->b_frozen_data == NULL' in jbd2_journal_dirty_metadata(): ...
CVE-2022-50123
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:02:51
- Zuletzt bearbeitet 18.11.2025 18:12:15
In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8173: Fix refcount leak in mt8173_rt5650_rt5676_dev_probe of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it w...
CVE-2022-50116
- EPSS 0.04%
- Veröffentlicht 18.06.2025 11:02:47
- Zuletzt bearbeitet 18.11.2025 18:13:48
In the Linux kernel, the following vulnerability has been resolved: tty: n_gsm: fix deadlock and link starvation in outgoing data path The current implementation queues up new control and user packets as needed and processes this queue down to the ...
CVE-2022-50109
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:02:42
- Zuletzt bearbeitet 19.11.2025 13:29:14
In the Linux kernel, the following vulnerability has been resolved: video: fbdev: amba-clcd: Fix refcount leak bugs In clcdfb_of_init_display(), we should call of_node_put() for the references returned by of_graph_get_next_endpoint() and of_graph_g...
CVE-2022-50105
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:02:40
- Zuletzt bearbeitet 19.11.2025 13:29:31
In the Linux kernel, the following vulnerability has been resolved: powerpc/spufs: Fix refcount leak in spufs_init_isolated_loader of_find_node_by_path() returns remote device nodepointer with refcount incremented, we should use of_node_put() on it...
CVE-2022-50106
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:02:40
- Zuletzt bearbeitet 19.11.2025 13:29:25
In the Linux kernel, the following vulnerability has been resolved: powerpc/cell/axon_msi: Fix refcount leak in setup_msi_msg_address of_get_next_parent() returns a node pointer with refcount incremented, we should use of_node_put() on it when not ...