cve/2019/CVE-2019-19045.md

21 lines
994 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2019-19045](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19045)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
A memory leak in the mlx5_fpga_conn_create_cq() function in drivers/net/ethernet/mellanox/mlx5/core/fpga/conn.c in the Linux kernel before 5.3.11 allows attackers to cause a denial of service (memory consumption) by triggering mlx5_vector2eqn() failures, aka CID-c8c2a057fdc7.
### POC
#### Reference
- https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.3.11
2024-06-09 00:33:16 +00:00
- https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.3.11
2024-05-26 14:27:05 +02:00
- https://github.com/torvalds/linux/commit/c8c2a057fdc7de1cd16f4baa51425b932a42eb39
2024-06-09 00:33:16 +00:00
- https://github.com/torvalds/linux/commit/c8c2a057fdc7de1cd16f4baa51425b932a42eb39
2024-05-26 14:27:05 +02:00
#### Github
No PoCs found on GitHub currently.