First published: Thu Mar 20 2025(Updated: )
A missing authentication check in the uninstall endpoint of parisneo/lollms-webui V13 allows attackers to perform unauthorized directory deletions. The /uninstall/{app_name} API endpoint does not call the check_access() function to verify the client_id, enabling attackers to delete directories without proper authentication.
Credit: security@huntr.dev
Affected Software | Affected Version | How to fix |
---|---|---|
parisneo lollms |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-9919 has a high severity due to the potential for unauthorized directory deletions without proper authentication.
To resolve CVE-2024-9919, ensure that the uninstall endpoint correctly implements access controls to verify client identity.
CVE-2024-9919 allows attackers to delete applications without authorization, compromising the integrity of the lollms-webui environment.
CVE-2024-9919 affects all versions of parisneo lollms-webui V13 that do not have the fix in place.
Attackers can exploit CVE-2024-9919 by sending requests to the /uninstall/{app_name} endpoint without authentication checks, leading to arbitrary directory deletions.