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 reading. 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.
The severity of CVE-2024-42478 has not been explicitly classified, but it poses a risk of arbitrary address reading which can lead to unauthorized data access.
CVE-2024-42478 can be fixed by updating Llama.cpp to version b3561 or later.
CVE-2024-42478 allows for arbitrary address reading which can compromise the confidentiality of the data handled by the affected software.
CVE-2024-42478 affects all versions of Llama.cpp prior to version b3561.
CVE-2024-42478 is considered a coding issue due to unsafe handling of the `data` pointer in the `rpc_tensor` structure.