CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2026-1117

High
Published: Translated: NVD NIST

Summary

Podatność w komponencie `lollms_generation_events.py` wersji 5.9.0 pakietu parisneo/lollms umożliwia nieautoryzowany dostęp do wrażliwych zdarzeń Socket.IO. Funkcja `add_events` rejestruje obsługiwane zdarzenia bez implementacji kontroli autoryzacji, co pozwala nieautoryzowanym klientom na wykonywanie operacji obciążających zasoby lub zmieniających stan.

Risk Assessment

Brak odpowiednich kontroli dostępu oraz zarządzanie stanem za pomocą globalnych flag stwarza ryzyko odmowy usługi, uszkodzenia stanu oraz warunków wyścigu, co może znacząco wpłynąć na dostępność i integralność usługi.

Recommendation

Zaleca się wprowadzenie odpowiednich mechanizmów autoryzacji i kontroli dostępu do funkcji rejestrujących zdarzenia oraz przemyślenie sposobu zarządzania stanem w środowisku wieloklientowym.

Related vulnerabilities

Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS