SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-84205

MEDIUM · CVSS 6.5 EPSS 0.24% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-01 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

GROWI has an access control vulnerability in the GET /_api/v3/revisions/:id endpoint, allowing authenticated attackers to exploit mismatched page and revision identifiers. This could enable unauthorized access to sensitive revision content from pages that the attacker should not be able to view. Organizations using GROWI should prioritize addressing this vulnerability to prevent potential data exposure.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-84205
Severity
MEDIUM
CVSS
6.5
EPSS
0.24%

Original NVD Description

GROWI contains an access control vulnerability in the GET /_api/v3/revisions/:id endpoint that validates access against a query parameter but returns the revision identified by the path parameter without confirming they reference the same page. Authenticated attackers can pair a page identifier they can access with an arbitrary revision identifier to read revision content from pages they lack permission to view.