Description
Arbitrary Wiki Markup rendering due to lack of authentication in Apache JSPWiki up to 2.12.3 allows attacker to obtain sensitive data stored in JSPWiki variables.
Users are recommended to upgrade to version 2.12.4 or 3.0.0, which fixes this issue.
Published: 2026-07-30
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows an unauthenticated attacker to trigger the Wiki markup rendering engine in Apache JSPWiki, exposing JSPWiki variables that can contain configuration or authentication data. This leads to information disclosure of sensitive data such as database credentials or external resource URLs, potentially aiding attackers in further compromise. The weakness stems from a lack of authentication before rendering, corresponding to CWE-306.

Affected Systems

Any installation of Apache JSPWiki version 2.12.3 or earlier is vulnerable. The issue is corrected in releases 2.12.4 and 3.0.0, and those newer versions should be used to avoid exposure.

Risk and Exploitability

Although the EPSS score is below 1% and the vulnerability is not listed in the CISA KEV catalog, the lack of authentication makes exploitation trivial for anyone who can reach the wiki. A web request that initiates the rendering process will reveal the sensitive variables. Consequently, any publicly exposed or weakly protected JSPWiki instance faces a high risk of data leakage, regardless of network perimeter protections.

Generated by OpenCVE AI on August 3, 2026 at 10:44 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Apache JSPWiki to version 2.12.4 or 3.0.0.
  • Configure the web application to require authentication before rendering pages, or restrict access to the wiki via network or web server controls.
  • Review and remove any configuration that exposes sensitive variables in rendering; disable or restrict variables such as database credentials from being part of the markup.

Generated by OpenCVE AI on August 3, 2026 at 10:44 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 31 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-306
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 30 Jul 2026 20:45:00 +0000

Type Values Removed Values Added
First Time appeared Apache
Apache jspwiki
Vendors & Products Apache
Apache jspwiki

Thu, 30 Jul 2026 16:15:00 +0000

Type Values Removed Values Added
Description Arbitrary Wiki Markup rendering due to lack of authentication in Apache JSPWiki up to 2.12.3 allows attacker to obtain sensitive data stored in JSPWiki variables. Users are recommended to upgrade to version 2.12.4 or 3.0.0, which fixes this issue.
Title Apache JSPWiki: Pre-Authentication Arbitrary Wiki Markup Rendering
References

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-07-31T17:55:59.734Z

Reserved: 2026-03-03T15:02:10.764Z

Link: CVE-2026-28814

cve-icon Vulnrichment

Updated: 2026-07-30T16:36:36.963Z

cve-icon NVD

Status : Analyzed

Published: 2026-07-30T16:17:11.183

Modified: 2026-08-05T16:49:44.370

Link: CVE-2026-28814

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T10:45:03Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function