CVE-2026-27469

MEDIUM
中文标题:
(暂无数据)
英文标题:
Isso: Stored XSS via comment website field
CVSS分数: 6.1
发布时间: 2026-02-21 07:24:38
漏洞类型: (暂无数据)
状态: PUBLISHED
数据质量分数: 0.40
数据版本: v2
漏洞描述
中文描述:

(暂无数据)

英文描述:

Isso is a lightweight commenting server written in Python and JavaScript. In commits before 0afbfe0691ee237963e8fb0b2ee01c9e55ca2144, there is a stored Cross-Site Scripting (XSS) vulnerability affecting the website and author comment fields. The website field was HTML-escaped using quote=False, which left single and double quotes unescaped. Since the frontend inserts the website value directly into a single-quoted href attribute via string concatenation, a single quote in the URL breaks out of the attribute context, allowing injection of arbitrary event handlers (e.g. onmouseover, onclick). The same escaping is missing entirely from the user-facing comment edit endpoint (PUT /id/) and the moderation edit endpoint (POST /id//edit/). This issue has been patched in commit 0afbfe0691ee237963e8fb0b2ee01c9e55ca2144. To workaround, nabling comment moderation (moderation = enabled = true in isso.cfg) prevents unauthenticated users from publishing comments, raising the bar for exploitation, but it does not fully mitigate the issue since a moderator activating a malicious comment would still expose visitors.

CWE类型:
CWE-79 CWE-116
标签:
(暂无数据)
受影响产品
厂商 产品 版本 版本范围 平台 CPE
isso-comments isso < 0afbfe0691ee237963e8fb0b2ee01c9e55ca2144 - - cpe:2.3:a:isso-comments:isso:<_0afbfe0691ee237963e8fb0b2ee01c9e55ca2144:*:*:*:*:*:*:*
解决方案
中文解决方案:
(暂无数据)
英文解决方案:
(暂无数据)
临时解决方案:
(暂无数据)
参考链接
https://github.com/isso-comments/isso/security/advisories/GHSA-9fww-8cpr-q66r x_refsource_CONFIRM
cve.org
访问
https://github.com/isso-comments/isso/commit/0afbfe0691ee237963e8fb0b2ee01c9e55ca2144 x_refsource_MISC
cve.org
访问
https://docs.python.org/3/library/html.html#html.escape x_refsource_MISC
cve.org
访问
CVSS评分详情
3.1 (cna)
MEDIUM
6.1
CVSS向量: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
机密性
LOW
完整性
LOW
可用性
NONE
时间信息
发布时间:
2026-02-21 07:24:38
修改时间:
2026-02-21 07:24:38
创建时间:
2026-02-22 06:00:00
更新时间:
2026-02-24 06:00:04
利用信息
暂无可利用代码信息
数据源详情
数据源 记录ID 版本 提取时间
CVE cve_CVE-2026-27469 2026-02-22 03:19:44 2026-02-21 22:00:00
NVD nvd_CVE-2026-27469 2026-02-22 02:00:04 2026-02-21 22:00:01
版本与语言
当前版本: v2
主要语言: EN
支持语言:
EN
安全公告
暂无安全公告信息
变更历史
v2 NVD
2026-02-22 06:00:01
data_sources: ['cve'] → ['cve', 'nvd']
查看详细变更
  • data_sources: ['cve'] -> ['cve', 'nvd']