mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
21 lines
925 B
Markdown
21 lines
925 B
Markdown
### [CVE-2024-42479](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-42479)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
llama.cpp provides LLM inference in C/C++. The unsafe `data` pointer member in the `rpc_tensor` structure can cause arbitrary address writing. This vulnerability is fixed in b3561.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://github.com/ggerganov/llama.cpp/commit/b72942fac998672a79a1ae3c03b340f7e629980b
|
|
- https://github.com/ggerganov/llama.cpp/security/advisories/GHSA-wcr5-566p-9cwj
|
|
|
|
#### Github
|
|
- https://github.com/7resp4ss/7resp4ss
|
|
- https://github.com/fkie-cad/nvd-json-data-feeds
|
|
- https://github.com/honysyang/eleaipoc
|
|
|