Vulnerabilities (CVE)

Filtered by vendor Mudler Subscribe
Filtered by product Localai
Total 2 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2024-5182 1 Mudler 1 Localai 2024-08-27 N/A 9.1 CRITICAL
A path traversal vulnerability exists in mudler/localai version 2.14.0, where an attacker can exploit the `model` parameter during the model deletion process to delete arbitrary files. Specifically, by crafting a request with a manipulated `model` parameter, an attacker can traverse the directory structure and target files outside of the intended directory, leading to the deletion of sensitive data. This vulnerability is due to insufficient input validation and sanitization of the `model` parameter.
CVE-2024-6095 1 Mudler 1 Localai 2024-07-09 N/A 5.8 MEDIUM
A vulnerability in the /models/apply endpoint of mudler/localai versions 2.15.0 allows for Server-Side Request Forgery (SSRF) and partial Local File Inclusion (LFI). The endpoint supports both http(s):// and file:// schemes, where the latter can lead to LFI. However, the output is limited due to the length of the error message. This vulnerability can be exploited by an attacker with network access to the LocalAI instance, potentially allowing unauthorized access to internal HTTP(s) servers and partial reading of local files. The issue is fixed in version 2.17.