{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "versions": [
              {
                "introduced": "0"
              },
              {
                "fixed": "9.5"
              }
            ]
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "eaa0b2035034d2cefcc536eb7d17a765dae4a6b4"
            }
          ],
          "repo": "https://github.com/parisneo/lollms-webui",
          "type": "GIT"
        }
      ]
    }
  ],
  "details": "A vulnerability in the parisneo/lollms-webui allows for arbitrary file upload and read due to insufficient sanitization of user-supplied input. Specifically, the issue resides in the `install_model()` function within `lollms_core/lollms/binding.py`, where the application fails to properly sanitize the `file://` protocol and other inputs, leading to arbitrary read and upload capabilities. Attackers can exploit this vulnerability by manipulating the `path` and `variant_name` parameters to achieve path traversal, allowing for the reading of arbitrary files and uploading files to arbitrary locations on the server. This vulnerability affects the latest version of parisneo/lollms-webui.",
  "id": "CVE-2024-2361",
  "modified": "2026-03-13T21:50:28.769629947Z",
  "published": "2024-05-16T09:15:10.060Z",
  "references": [
    {
      "type": "FIX",
      "url": "https://huntr.com/bounties/cd383817-924a-445a-838e-d0c867c6a176"
    }
  ],
  "severity": [
    {
      "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
      "type": "CVSS_V3"
    }
  ]
}