CVE-2022-50133
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:02:58
- Zuletzt bearbeitet 18.11.2025 18:08:30
In the Linux kernel, the following vulnerability has been resolved: usb: xhci_plat_remove: avoid NULL dereference Since commit 4736ebd7fcaff1eb8481c140ba494962847d6e0a ("usb: host: xhci-plat: omit shared hcd if either root hub has no ports") xhci->...
CVE-2022-50134
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:02:58
- Zuletzt bearbeitet 18.11.2025 18:08:19
In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: fix potential memory leak in setup_base_ctxt() setup_base_ctxt() allocates a memory chunk for uctxt->groups with hfi1_alloc_ctxt_rcv_groups(). When init_user_ctxt() fail...
CVE-2022-50132
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:02:57
- Zuletzt bearbeitet 18.11.2025 18:09:32
In the Linux kernel, the following vulnerability has been resolved: usb: cdns3: change place of 'priv_ep' assignment in cdns3_gadget_ep_dequeue(), cdns3_gadget_ep_enable() If 'ep' is NULL, result of ep_to_cdns3_ep(ep) is invalid pointer and its der...
CVE-2022-50130
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:02:56
- Zuletzt bearbeitet 18.11.2025 18:09:48
In the Linux kernel, the following vulnerability has been resolved: staging: fbtft: core: set smem_len before fb_deferred_io_init call The fbtft_framebuffer_alloc() calls fb_deferred_io_init() before initializing info->fix.smem_len. It is set to z...
CVE-2022-50131
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:02:56
- Zuletzt bearbeitet 18.11.2025 18:09:41
In the Linux kernel, the following vulnerability has been resolved: HID: mcp2221: prevent a buffer overflow in mcp_smbus_write() Smatch Warning: drivers/hid/hid-mcp2221.c:388 mcp_smbus_write() error: __memcpy() '&mcp->txbuf[5]' too small (59 vs 255...
CVE-2022-50129
- EPSS 0.02%
- 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_...
CVE-2022-50127
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:02:54
- Zuletzt bearbeitet 18.11.2025 18:11:35
In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix error unwind in rxe_create_qp() In the function rxe_create_qp(), rxe_qp_from_init() is called to initialize qp, internally things like the spin locks are not setup un...
- 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-50125
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:02:53
- Zuletzt bearbeitet 18.11.2025 18:12:00
In the Linux kernel, the following vulnerability has been resolved: ASoC: cros_ec_codec: Fix refcount leak in cros_ec_codec_platform_probe of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when n...
CVE-2022-50126
- EPSS 0.01%
- 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(): ...