目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-77616— Semantic MediaWiki 反射型XSS漏洞

一分钟漏洞结论

影响对象
SemanticMediaWiki SemanticMediaWiki
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

Semantic MediaWiki is a free, open-source extension to MediaWiki that lets users store and query data within the wiki's pages. In versions 7.0.0 through 7.1.0, accepts a query parameter for keyset pagination (added in 7.0.0). The token is decoded by , which is

CVSS 6.1 · Medium
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-77616 基础信息

漏洞信息

Shenlong is analyzing...


对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Semantic MediaWiki affected by reflected XSS in `Special:Ask` via a forged cursor pagination token
来源: CVE Program / CVE List V5
Vulnerability Description
Semantic MediaWiki is a free, open-source extension to MediaWiki that lets users store and query data within the wiki's pages. In versions 7.0.0 through 7.1.0, `Special:Ask` accepts a `cursor` query parameter for keyset pagination (added in 7.0.0). The token is decoded by `CursorEncoder`, which is an **unsigned** base64url-encoded JSON blob, so its contents are fully attacker-controlled. When the cursor's sort anchor does not match the request's `sort=` / `order=`, `QueryCreator::applyCursorIfRequested()` builds an error message by interpolating the attacker-controlled `sort_prop` / `sort_order` values into a raw string via `Query::addErrors()`. Unlike SMW's message-key errors, this raw string bypasses the message layer's sanitization (`ProcessingErrorMsgHandler::normalizeAndDecodeMessages()` passes a non-key, non-encoded string through unchanged). `ErrorWidget::queryError()` then assembles the errors and passes them to `Html::errorBox()`, whose first argument is emitted as raw HTML. The result is a reflected cross-site scripting vulnerability: a crafted `cursor` token containing markup in `sort_prop` (or `sort_order`) executes script in the victim's browser on the wiki origin. No authentication or special permission is required. The payload is delivered via a crafted link. Version 7.2.0 contains a fix.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
在Web页面生成时对输入的转义处理不恰当(跨站脚本)
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
SemanticMediaWiki SemanticMediaWiki >= 7.0.0, < 7.2.0 -

二、漏洞 CVE-2026-77616 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-77616 的情报信息

登录查看更多情报信息。

CVE-2026-77616 其他参考 (2)

同批安全公告 · SemanticMediaWiki · 2026-09-18 · 共 7 条

CVE-2025-61682 8.6 HIGH Semantic MediaWiki存储型跨站脚本漏洞
CVE-2026-77606 6.1 MEDIUM Semantic MediaWiki 特殊页面反射型XSS漏洞
CVE-2026-77609 6.1 MEDIUM Semantic MediaWiki 重定向漏洞
CVE-2026-77607 6.1 MEDIUM Semantic MediaWiki Ask特殊页面反射XSS漏洞
CVE-2026-77608 6.1 MEDIUM Semantic MediaWiki Special:SearchByProperty 反射型XSS漏洞
CVE-2026-77610 6.1 MEDIUM Semantic MediaWiki查询调试XSS漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-77616

暂无评论


发表评论