Saifeddine ALOUI

27 exploits Active since Mar 2024
CVE-2024-8898 WRITEUP CRITICAL WRITEUP
lollms_web_ui V12 - Path Traversal and Arbitrary Directory Creation/Deletion via Install/Uninstall API Endpoints
A path traversal vulnerability exists in the `install` and `uninstall` API endpoints of parisneo/lollms-webui version V12 (Strawberry). This vulnerability allows attackers to create or delete directories with arbitrary paths on the system. The issue arises due to insufficient sanitization of user-supplied input, which can be exploited to traverse directories outside the intended path.
CVSS 9.8
CVE-2026-1117 WRITEUP HIGH WRITEUP
parisneo/lollms < 2.0.0 - Unauthenticated Improper Access Control in Socket.IO Event Handlers
A vulnerability in the `lollms_generation_events.py` component of parisneo/lollms version 5.9.0 allows unauthenticated access to sensitive Socket.IO events. The `add_events` function registers event handlers such as `generate_text`, `cancel_generation`, `generate_msg`, and `generate_msg_from` without implementing authentication or authorization checks. This allows unauthenticated clients to execute resource-intensive or state-altering operations, leading to potential denial of service, state corruption, and race conditions. Additionally, the use of global flags (`lollmsElfServer.busy`, `lollmsElfServer.cancel_gen`) for state management in a multi-client environment introduces further vulnerabilities, enabling one client's actions to affect the server's state and other clients' operations. The lack of proper access control and reliance on insecure global state management significantly impacts the availability and integrity of the service.
CVSS 8.2