- EPSS 0.03%
- Published 18.06.2025 11:02:59
- Last modified 18.06.2025 13:47:40
In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix BUG: KASAN: null-ptr-deref in rxe_qp_do_cleanup The function rxe_create_qp calls rxe_qp_from_init. If some error occurs, the error handler of function rxe_qp_from_ini...
- EPSS 0.03%
- Published 18.06.2025 11:02:58
- Last modified 18.06.2025 13:47:40
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->...
- EPSS 0.04%
- Published 18.06.2025 11:02:58
- Last modified 18.06.2025 13:47:40
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...
- EPSS 0.03%
- Published 18.06.2025 11:02:57
- Last modified 18.06.2025 13:47:40
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...
- EPSS 0.03%
- Published 18.06.2025 11:02:56
- Last modified 18.06.2025 13:47:40
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...
- EPSS 0.03%
- Published 18.06.2025 11:02:56
- Last modified 18.06.2025 13:47:40
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...
- EPSS 0.03%
- Published 18.06.2025 11:02:55
- Last modified 18.06.2025 13:47:40
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.04%
- Published 18.06.2025 11:02:54
- Last modified 18.06.2025 13:47:40
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%
- Published 18.06.2025 11:02:54
- Last modified 18.06.2025 14:15:24
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
- EPSS 0.03%
- Published 18.06.2025 11:02:53
- Last modified 18.06.2025 13:47:40
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...