All intelligence
// vulnerability record
live · NVDCVE-2024-10019
MEDIUMpublished 2025-03-20 10:15 UTC · 1 year ago · modified 2026-06-17 06:54 UTC
6.7
CVSS / 10
// description
A vulnerability in the `start_app_server` function of parisneo/lollms-webui V12 (Strawberry) allows for path traversal and OS command injection. The function does not properly sanitize the `app_name` parameter, enabling an attacker to upload a malicious `server.py` file and execute arbitrary code by exploiting the path traversal vulnerability.
// cvss 3.1 vector
CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
// weaknesses (CWE)
- CWE-78