mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-30 18:56:19 +00:00
922 B
922 B
CVE-2025-22088
Description
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.
POC
Reference
No PoCs from references.