Security Advisory

CVE-2024-9920

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2025-03-20 10:10:08
Last updated 2025-03-20 18:31:01
Assigner @huntr_ai
CVSS score 6.6
State PUBLISHED

Description

In version v12 of parisneo/lollms-webui, the 'Send file to AL' function allows uploading files with various extensions, including potentially dangerous ones like .py, .sh, .bat, and more. Attackers can exploit this by uploading files with malicious content and then using the '/open_file' API endpoint to execute these files. The vulnerability arises from the use of 'subprocess.Popen' to open files without proper validation, leading to potential remote code execution.