First published: Mon Aug 12 2024(Updated: )
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.
Credit: security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
Llama.cpp | <b3561 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-42479 has a high severity level due to its potential for arbitrary address writing.
To fix CVE-2024-42479, upgrade llama.cpp to version b3561 or later.
CVE-2024-42479 is a memory corruption vulnerability caused by unsafe pointer handling.
CVE-2024-42479 affects versions of Ggerganov Llama.cpp prior to b3561.
Yes, the arbitrary address writing characteristic of CVE-2024-42479 may lead to remote code execution.