VYPR

Anythingllm

by Mintplex Labs

Source repositories

CVEs (75)

  • CVE-2024-6842HigMar 20, 2025
    risk 0.02cvss 7.5epss 0.31

    In version 1.5.5 of mintplex-labs/anything-llm, the `/setup-complete` API endpoint allows unauthorized users to access sensitive system settings. The data returned by the `currentSettings` function includes sensitive information such as API keys for search engines, which can be…

  • CVE-2024-13059HigFeb 10, 2025
    risk 0.02cvss 7.2epss 0.21

    A vulnerability in mintplex-labs/anything-llm prior to version 1.3.1 allows for path traversal due to improper handling of non-ASCII filenames in the multer library. This vulnerability can lead to arbitrary file write, which can subsequently result in remote code execution. The…

  • CVE-2026-55611NonJun 24, 2026
    risk 0.00cvss 0.0epss 0.00

    AnythingLLM is an application that turns pieces of content into context that any LLM can use as references during chatting. From 1.11.1 until 1.14.1, userId/workspaceId scoping to the parsed-files read/delete paths was added. However, the POST…

  • CVE-2026-21484MedJan 3, 2026
    risk 0.00cvss 5.3epss 0.01

    AnythingLLM is an application that turns pieces of content into context that any LLM can use as references during chatting. Prior to commit e287fab56089cf8fcea9ba579a3ecdeca0daa313, the password recovery endpoint returns different error messages depending on whether a username…

  • CVE-2024-8251MedMar 20, 2025
    risk 0.00cvss 5.3epss 0.00

    A vulnerability in mintplex-labs/anything-llm prior to version 1.2.2 allows for Prisma injection. The issue exists in the API endpoint "/embed/:embedId/stream-chat" where user-provided JSON is directly taken to the Prisma library's where clause. An attacker can exploit this by…

  • CVE-2024-8249HigMar 20, 2025
    risk 0.00cvss 7.5epss 0.01

    mintplex-labs/anything-llm version git 6dc3642 contains an unauthenticated Denial of Service (DoS) vulnerability in the API for the embeddable chat functionality. An attacker can exploit this vulnerability by sending a malformed JSON payload to the API endpoint, causing a server…

  • CVE-2024-8248HigMar 20, 2025
    risk 0.00cvss 7.2epss 0.01

    A vulnerability in the normalizePath function in mintplex-labs/anything-llm version git 296f041 allows for path traversal, leading to arbitrary file read and write in the storage directory. This can result in privilege escalation from manager to admin. The issue is fixed in…

  • CVE-2024-8196CriMar 20, 2025
    risk 0.00cvss 9.8epss 0.01

    In mintplex-labs/anything-llm v1.5.11 desktop version for Windows, the application opens server port 3001 on 0.0.0.0 with no authentication by default. This vulnerability allows an attacker to gain full backend access, enabling them to perform actions such as deleting all data…

  • CVE-2024-7771MedMar 20, 2025
    risk 0.00cvss 6.5epss 0.01

    A vulnerability in the Dockerized version of mintplex-labs/anything-llm (latest, digest 1d9452da2b92) allows for a denial of service. Uploading an audio file with a very low sample rate causes the functionality responsible for transcribing it to crash the entire site instance.…

  • CVE-2024-10513HigMar 20, 2025
    risk 0.00cvss 7.2epss 0.01

    A path traversal vulnerability exists in the 'document uploads manager' feature of mintplex-labs/anything-llm, affecting the latest version prior to 1.2.2. This vulnerability allows users with the 'manager' role to access and manipulate the 'anythingllm.db' database file. By…

  • CVE-2024-10109HigMar 20, 2025
    risk 0.00cvss 8.3epss 0.00

    A vulnerability in the mintplex-labs/anything-llm repository, as of commit 5c40419, allows low privilege users to access the sensitive API endpoint "/api/system/custom-models". This access enables them to modify the model's API key and base path, leading to potential API key…

  • CVE-2024-7783HigOct 29, 2024
    risk 0.00cvss 7.5epss 0.00

    mintplex-labs/anything-llm version latest contains a vulnerability where sensitive information, specifically a password, is improperly stored within a JWT (JSON Web Token) used as a bearer token in single user mode. When decoded, the JWT reveals the password in plaintext. This…

  • CVE-2024-3279CriAug 12, 2024
    risk 0.00cvss 9.1epss 0.01

    An improper access control vulnerability exists in the mintplex-labs/anything-llm application, specifically within the import endpoint. This vulnerability allows an anonymous attacker, without an account in the application, to import their own database file, leading to the…

  • CVE-2024-5216HigJun 25, 2024
    risk 0.00cvss 7.5epss 0.01

    A vulnerability in mintplex-labs/anything-llm allows for a Denial of Service (DoS) condition due to uncontrolled resource consumption. Specifically, the issue arises from the application's failure to limit the size of usernames, enabling attackers to create users with…

  • CVE-2024-5213MedJun 20, 2024
    risk 0.00cvss 6.5epss 0.00

    In mintplex-labs/anything-llm versions up to and including 1.5.3, an issue was discovered where the password hash of a user is returned in the response after login (`POST /api/request-token`) and after account creations (`POST /api/admin/users/new`). This exposure occurs because…

  • CVE-2024-5208MedJun 19, 2024
    risk 0.00cvss 6.5epss 0.01

    An uncontrolled resource consumption vulnerability exists in the `upload-link` endpoint of mintplex-labs/anything-llm. This vulnerability allows attackers to cause a denial of service (DOS) by shutting down the server through sending invalid upload requests. Specifically, the…

  • CVE-2024-5211HigJun 12, 2024
    risk 0.00cvss 7.2epss 0.01

    A path traversal vulnerability in mintplex-labs/anything-llm allowed a manager to bypass the `normalizePath()` function, intended to defend against path traversal attacks. This vulnerability enables the manager to read, delete, or overwrite the 'anythingllm.db' database file and…

  • CVE-2024-3166CriJun 6, 2024
    risk 0.00cvss 9.6epss 0.01

    A Cross-Site Scripting (XSS) vulnerability exists in mintplex-labs/anything-llm, affecting both the desktop application version 1.2.0 and the latest version of the web application. The vulnerability arises from the application's feature to fetch and embed content from websites…

  • CVE-2024-3153MedJun 6, 2024
    risk 0.00cvss 6.5epss 0.01

    mintplex-labs/anything-llm is affected by an uncontrolled resource consumption vulnerability in its upload file endpoint, leading to a denial of service (DOS) condition. Specifically, the server can be shut down by sending an invalid upload request. An attacker with the ability…

  • CVE-2024-3150HigJun 6, 2024
    risk 0.00cvss 8.8epss 0.01

    In mintplex-labs/anything-llm, a vulnerability exists in the thread update process that allows users with Default or Manager roles to escalate their privileges to Administrator. The issue arises from improper input validation when handling HTTP POST requests to the endpoint…