← Back to CVE List

CVE-2025-22088

Published: 2025-04-16T15:16:03.000
Last Modified: 2025-04-16T15:16:03.000
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: RDMA/erdma: Prevent use-after-free in erdma_accept_newconn() After the erdma_cep_put(new_cep) being called, new_cep will be freed, and the following dereference will cause a UAF problem. Fix this issue. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt