CVE-2026-1115: Kritische XSS-Lücke in parisneo/lollms Social-Feature

⚠️ CVE-Referenzen: CVE-2026-1115

Zusammenfassung

In der Social-Funktion der Python-Anwendung parisneo/lollms wurde eine kritische Sicherheitslücke entdeckt, die es Angreifern ermöglicht, bösartigen JavaScript-Code in Beiträge einzuschleusen und so die Kontrolle über Nutzer-Accounts zu erlangen. Das Problem betrifft Versionen vor 2.2.0 und wurde mit dem Update behoben. Sysadmins sollten dringend auf die neue Version wechseln, um Schaden von ihren Systemen abzuwenden.

A Stored Cross-Site Scripting (XSS) vulnerability was identified in the social feature of parisneo/lollms, affecting the latest version prior to 2.2.0. The vulnerability exists in the `create_post` function within `backend/routers/social/__init__.py`, where user-provided content is directly assigned to the `DBPost` model without sanitization. This allows attackers to inject and store malicious JavaScript, which is executed in the browsers of users viewing the Home Feed, including administrators. This can lead to account takeover, session hijacking, and wormable attacks. The issue is resolved in version 2.2.0.
Quelle: app.opencve.io