CVE-2026-1116 PUBLISHED

Cross-site Scripting (XSS) in parisneo/lollms

Assigner: @huntr_ai
Reserved: 17.01.2026 Published: 12.04.2026 Updated: 12.04.2026

A Cross-site Scripting (XSS) vulnerability was identified in the from_dict method of the AppLollmsMessage class in parisneo/lollms prior to version 2.2.0. The vulnerability arises from the lack of sanitization or HTML encoding of the content field when deserializing user-provided data. This allows an attacker to inject malicious HTML or JavaScript payloads, which can be executed in the context of another user's browser. Exploitation of this vulnerability can lead to account takeover, session hijacking, or wormable attacks.

Metrics

CVSS Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:N
CVSS Score: 8.2

Product Status

Vendor parisneo
Product parisneo/lollms
Versions
  • affected from unspecified to 2.2.0 (excl.)

References

Problem Types

  • CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') CWE