CVE-2026-1114 PUBLISHED

Improper Access Control via Weak JWT Token in parisneo/lollms

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

In parisneo/lollms version 2.1.0, the application's session management is vulnerable to improper access control due to the use of a weak secret key for signing JSON Web Tokens (JWT). This vulnerability allows an attacker to perform an offline brute-force attack to recover the secret key. Once the secret key is obtained, the attacker can forge administrative tokens by modifying the JWT payload and resigning it with the cracked secret. This enables unauthorized users to escalate privileges, impersonate the administrator, and gain access to restricted endpoints. The issue is resolved in version 2.2.0.

Metrics

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

Product Status

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

References

Problem Types

  • CWE-284 Improper Access Control CWE