Summary
CVE-2026-28814 is a high-severity information disclosure vulnerability in Apache JSPWiki affecting all versions up to and including 2.12.3. Due to missing authentication on critical wiki markup rendering functionality (CWE-306), unauthenticated remote attackers can render arbitrary wiki markup and obtain sensitive data stored in JSPWiki variables. The vulnerability carries a CVSS v3.1 score of 7.5 (HIGH) and requires no credentials or user interaction to exploit.
Technical details
- Root cause: Apache JSPWiki fails to enforce authentication before processing wiki markup rendering requests, classified as CWE-306 (Missing Authentication for Critical Function).
- Trigger conditions: An unauthenticated attacker sends a crafted HTTP request to the wiki markup rendering endpoint — no credentials, no user interaction, and no complex preconditions are required.
- Attack vector: Fully remote and network-accessible (CVSS AV:N, AC:L, PR:N, UI:N); any internet-facing JSPWiki instance is directly reachable by an attacker.
- Impact: High confidentiality impact — attackers can extract sensitive data stored in JSPWiki’s internal variables (e.g., configuration values, system properties, or application-level data surfaced through wiki variable rendering). There is no integrity or availability impact.
Affected software
- Apache JSPWiki — all versions from inception through 2.12.3 (inclusive)
Severity
- CVSS v3.1 Base Score: 7.5 (HIGH)
- Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Mitigation and recommended actions
- Immediate — upgrade: Update Apache JSPWiki to version 2.12.4 or 3.0.0, both of which contain the vendor-issued fix for this vulnerability.
- If immediate patching is not feasible: Restrict network access to JSPWiki instances so that only trusted users and IP ranges can reach the application. Placing the instance behind an authenticated reverse proxy or WAF rule that blocks unauthenticated requests to markup rendering endpoints can reduce exposure while a maintenance window is scheduled.
IONIX Status
The IONIX research team is tracking ongoing exploitation attempts and recommends immediate patching. Potentially affected assets are outlined in this post.

