VYPR

Mudler/localai

by Mudler

Source repositories

CVEs (12)

  • CVE-2024-2029CriApr 10, 2024
    risk 0.57cvss 9.8epss 0.03

    A command injection vulnerability exists in the `TranscriptEndpoint` of mudler/localai, specifically within the `audioToWav` function used for converting audio files to WAV format for transcription. The vulnerability arises due to the lack of sanitization of user-supplied…

  • CVE-2024-5182CriJun 20, 2024
    risk 0.54cvss 9.1epss 0.26

    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…

  • CVE-2024-3135MedApr 1, 2024
    risk 0.35cvss 6.5epss 0.00

    A Cross-Site Request Forgery (CSRF) vulnerability exists in the mudler/localai application, allowing attackers to craft malicious webpages that, when visited by a victim, perform unauthorized actions on the victim's local LocalAI instance without their consent. This…

  • CVE-2024-9900MedMar 20, 2025
    risk 0.33cvss 6.1epss 0.01

    mudler/localai version v2.21.1 contains a Cross-Site Scripting (XSS) vulnerability in its search functionality. The vulnerability arises due to improper sanitization of user input, allowing the injection and execution of arbitrary JavaScript code. This can lead to the execution…

  • CVE-2024-48057MedNov 4, 2024
    risk 0.33cvss 6.1epss 0.00

    localai <=2.20.1 is vulnerable to Cross Site Scripting (XSS). When calling the delete model API and passing inappropriate parameters, it can cause a one-time storage XSS, which will trigger the payload when a user accesses the homepage.

  • CVE-2026-59707HigJul 7, 2026
    risk 0.00cvss 8.6epss 0.00

    LocalAI contains an unauthenticated server-side request forgery vulnerability in the POST /models/apply endpoint that allows attackers to fetch arbitrary internal URLs. The endpoint passes unsanitized gallery URL fields directly to gallery.GetGalleryConfigFromURLWithContext…

  • CVE-2024-7010MedOct 29, 2024
    risk 0.00cvss 5.9epss 0.01

    mudler/localai version 2.17.1 is vulnerable to a Timing Attack. This type of side-channel attack allows an attacker to compromise the cryptosystem by analyzing the time taken to execute cryptographic algorithms. Specifically, in the context of password handling, an attacker can…

  • CVE-2024-6868CriOct 29, 2024
    risk 0.00cvss 9.8epss 0.02

    mudler/LocalAI version 2.17.1 allows for arbitrary file write due to improper handling of automatic archive extraction. When model configurations specify additional files as archives (e.g., .tar), these archives are automatically extracted after downloading. This behavior can be…

  • CVE-2024-6983HigSep 27, 2024
    risk 0.00cvss 8.8epss 0.01

    mudler/localai version 2.17.1 is vulnerable to remote code execution. The vulnerability arises because the localai backend receives inputs not only from the configuration file but also from other inputs, allowing an attacker to upload a binary file and execute malicious code.…

  • CVE-2024-6095MedJul 6, 2024
    risk 0.00cvss 5.8epss 0.02

    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…

  • CVE-2024-5616MedJul 6, 2024
    risk 0.00cvss 4.3epss 0.00

    A Cross-Site Request Forgery (CSRF) vulnerability exists in mudler/LocalAI versions up to and including 2.15.0, which allows attackers to trick victims into deleting installed models. By crafting a malicious HTML page, an attacker can cause the deletion of a model, such as…

  • CVE-2024-5181CriJun 26, 2024
    risk 0.00cvss 9.8epss 0.03

    A command injection vulnerability exists in the mudler/localai version 2.14.0. The vulnerability arises from the application's handling of the backend parameter in the configuration file, which is used in the name of the initialized process. An attacker can exploit this…