Beveiligingsadvies

CVE-2024-9920

CVE-kwetsbaarheidsdetails - eXtreme Datacenter Security Operations

Gepubliceerd 2025-03-20 10:10:08
Laatst bijgewerkt 2025-03-20 18:31:01
Toegewezen door @huntr_ai
CVSS-score 6.6
Status PUBLISHED

Beschrijving

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.