🟠 《高危安全漏洞:CVE-2026-12228》

CVSS 评分: 高危(8.7)  状态: Received  发布时间: 2026-07-18


漏洞描述

A stored cross-site scripting (XSS) vulnerability exists in the POST /api/prompts/share endpoint of parisneo/lollms (latest version). The endpoint stores attacker-controlled prompt_content into DBDirectMessage.content without server-side sanitization. When a victim opens the direct message (DM) thread, the message is rendered by the DM UI through MessageContentRenderer, which uses v-html to insert rendered HTML into the DOM. The frontend sanitizer, which is regex-based, fails to comprehensively sanitize attacker-controlled HTML, allowing malicious payloads to execute in the victim's browser context. This vulnerability enables any authenticated user to send a malicious prompt-share message to another user's inbox, leading to arbitrary JavaScript execution, authenticated actions as the victim, exposure of same-origin application data, and potential account takeover.


🔍 技术细节

字段
CVE ID CVE-2026-12228
CVSS 评分 8.7 🟠
严重程度 高危
CVSS 向量 CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N
CWE 分类 CWE-79
发布时间 2026-07-18
最后更新 2026-07-18
状态 Received
数据来源 security@huntr.dev

🔗 参考链接