---
id: CVE-2026-1114
aliases:
  - GHSA-9296-v3fr-j92j
  - PYSEC-2026-170
title: LoLLMs is vulnerable to Improper Access Control through weak secret key
summary: LoLLMs is vulnerable to Improper Access Control through weak secret key
severity: critical
cvss: 9.8
cvssVector: 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'
vendor: lollms
product: lollms
ecosystem: pip
affected:
  - lollms < 2.2.0
patched:
  - lollms 2.2.0
published: '2026-04-07'
updated: '2026-07-07'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-9296-v3fr-j92j'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-1114'
  - url: >-
      https://github.com/parisneo/lollms/commit/a3b2b82b84d537a9da63e63a370a6a8ad55fed34
  - url: 'https://github.com/parisneo/lollms'
  - url: >-
      https://github.com/pypa/advisory-database/tree/main/vulns/lollms/PYSEC-2026-170.yaml
  - url: 'https://huntr.com/bounties/608b2a3b-2225-438e-9e61-ffbfdec2ed89'
tags:
  - osv
  - pip
epss: 0.0054
epssPercentile: 0.44393
ingestedAt: '2026-07-08T18:25:47.574Z'
---

## Overview

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.

## Affected packages

- `lollms < 2.2.0`

## Remediation

Upgrade to a patched release:

- `lollms 2.2.0`
