# XWiki 平台 xml.vm 密码泄露漏洞
## 概述
XWiki Platform 是一个通用的 Wiki 平台,提供用于构建应用程序的运行时服务。在特定版本中存在信息泄露漏洞。
## 影响版本
受影响版本包括:
- XWiki Platform Legacy Old Core 和 XWiki Platform Old Core:
- 1.1 至 16.4.6
- 16.5.0-rc-1 至 16.10.4
- 17.0.0-rc-1 至 17.1.0
## 细节
任何对页面具有查看权限的用户可以通过在 URL 后附加 `?xpage=xml` 触发页面的 XML 导出。该导出功能会包含文档中存储的密码和邮箱属性,即使这些属性未被命名为 "password" 或 "email"。
## 影响
攻击者可能通过 XML 导出功能非法获取敏感信息,如用户密码和邮箱。
## 修复版本
该漏洞已在以下版本中修复:
- 16.4.7
- 16.10.5
- 17.2.0-rc-1
## 缓解措施
如无需 XML 导出功能,可手动删除部署 WAR 包中的 `templates/xml.vm` 文件以规避风险。XWiki 平台本身并无依赖 XML 导出的关键功能。
是否为 Web 类漏洞: 是
判断理由:
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | A vulnerability in XWiki's XML view functionality exposes sensitive information such as passwords and email addresses that are stored in custom fields not explicitly named as password or email. This information disclosure occurs when accessing user profiles with the xml.vm template. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2025/CVE-2025-54125.yaml | POC详情 |
标题: [XWIKI-22810] Passwords and emails stored in fields not named password/email exposed in xml.vm - XWiki.org JIRA -- 🔗来源链接
标签: x_refsource_MISC
神龙速读标题: Passwords and emails stored in fields not named password/email exposed in xml.vm · Advisory · xwiki/xwiki-platform · GitHub -- 🔗来源链接
标签: x_refsource_CONFIRM
神龙速读标题: XWIKI-22810: Introduce and use proper APIs to filter sensitive fields… · xwiki/xwiki-platform@742ee34 · GitHub -- 🔗来源链接
标签: x_refsource_MISC
神龙速读暂无评论