cve/2024/CVE-2024-12910.md
2025-09-29 16:08:36 +00:00

18 lines
893 B
Markdown

### [CVE-2024-12910](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-12910)
![](https://img.shields.io/static/v1?label=Product&message=run-llama%2Fllama_index&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=unspecified%3C%200.3.3%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-400%20Uncontrolled%20Resource%20Consumption&color=brighgreen)
### Description
A vulnerability in the `KnowledgeBaseWebReader` class of the run-llama/llama_index repository, version latest, allows an attacker to cause a Denial of Service (DoS) by controlling a URL variable to contain the root URL. This leads to infinite recursive calls to the `get_article_urls` method, exhausting system resources and potentially crashing the application.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/Cr0nu3/Cr0nu3