Security
Headlines
HeadlinesLatestCVEs

Headline

GHSA-cc84-q3v3-mhgf: XWiki's REST APIs don't enforce any limits, leading to unavailability and OOM in large wikis

Impact

XWiki’s REST API doesn’t enforce any limits for the number of items that can be requested in a single request at the moment. Depending on the number of pages in the wiki and the memory configuration, this can lead to slowness and unavailability of the wiki. As an example, the /rest/wikis/xwiki/spaces resource returns all spaces on the wiki by default, which are basically all pages.

Patches

XWiki 17.7.0RC1, 17.4.4 and 16.10.11 introduce a configurable limit, limiting responses to 1000 items by default. Requesting larger limits leads to an error now.

Workarounds

We’re not aware of any workaround, except denying access to the affected REST resources in a proxy in front of XWiki.

ghsa
#git#java#jira#maven
  1. GitHub Advisory Database
  2. GitHub Reviewed
  3. CVE-2025-66473

XWiki’s REST APIs don’t enforce any limits, leading to unavailability and OOM in large wikis

High severity GitHub Reviewed Published Dec 10, 2025 in xwiki/xwiki-platform • Updated Dec 10, 2025

Package

maven org.xwiki.platform:xwiki-platform-rest-server (Maven)

Affected versions

< 16.10.11

>= 17.0.0-rc-1, < 17.4.4

>= 17.5.0-rc-1, < 17.7.0-rc-1

Patched versions

16.10.11

17.4.4

17.7.0-rc-1

Impact

XWiki’s REST API doesn’t enforce any limits for the number of items that can be requested in a single request at the moment. Depending on the number of pages in the wiki and the memory configuration, this can lead to slowness and unavailability of the wiki. As an example, the /rest/wikis/xwiki/spaces resource returns all spaces on the wiki by default, which are basically all pages.

Patches

XWiki 17.7.0RC1, 17.4.4 and 16.10.11 introduce a configurable limit, limiting responses to 1000 items by default. Requesting larger limits leads to an error now.

Workarounds

We’re not aware of any workaround, except denying access to the affected REST resources in a proxy in front of XWiki.

References

  • GHSA-cc84-q3v3-mhgf
  • xwiki/xwiki-platform@e3c4774
  • https://jira.xwiki.org/browse/XWIKI-23355

Published to the GitHub Advisory Database

Dec 10, 2025

Last updated

Dec 10, 2025

ghsa: Latest News

GHSA-6hjr-v6g4-3fm8: ImageMagick is vulnerable to an integer Overflow in TIM decoder leading to out of bounds read (32-bit only)