Description
A carefully crafted editing request could trigger an XSS vulnerability
on Apache JSPWiki when parsing errors on the markdown renderer, which
could allow the attacker to execute javascript in the victim's browser
and get some sensitive information about the victim.


This issue affects Apache JSPWiki: through 2.12.3.

Users are recommended to upgrade to version 2.12.4, which fixes the issue.
Published: 2026-07-30
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A malformed editing request can be crafted to trigger an XSS flaw in Apache JSPWiki during the error handling phase of the markdown renderer. The vulnerability allows an attacker to inject JavaScript that runs in the victim's browser, which can then harvest sensitive information (such as session cookies or local data) from the targeted user. The weakness is a classic browser‑side injection identified by CWE‑80.

Affected Systems

The flaw afflicts Apache JSPWiki versions up to and including 2.12.3. Users of these releases are exposed to the risk. Version 2.12.4 contains the fix and should be deployed where possible.

Risk and Exploitability

The CVSS score of 6.5 indicates a medium severity. An exploitation requires only a crafted request that reaches the markdown error path, making the attack vector likely network‑based and achievable by an attacker who can influence content on the wiki. The EPSS score is 0.00252, but the lack of a KEV listing suggests limited active exploitation reports at this time. Nonetheless, the cross‑site scripting nature warrants prompt remediation.

Generated by OpenCVE AI on August 2, 2026 at 05:12 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Apache JSPWiki to version 2.12.4 or later to eliminate the markdown error XSS flaw
  • Disable or harden the markdown renderer if full functionality is not required, ensuring that user‑supplied content cannot trigger error paths
  • Implement input validation and sanitization for all user‑provided markdown to mitigate any residual injection attempts

Generated by OpenCVE AI on August 2, 2026 at 05:12 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

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

Thu, 30 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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


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

Type Values Removed Values Added
Description A carefully crafted editing request could trigger an XSS vulnerability on Apache JSPWiki when parsing errors on the markdown renderer, which could allow the attacker to execute javascript in the victim's browser and get some sensitive information about the victim. This issue affects Apache JSPWiki: through 2.12.3. Users are recommended to upgrade to version 2.12.4, which fixes the issue.
Title Apache JSPWiki: Markdown parser allows XSS injection in Markdown error processing
Weaknesses CWE-80
References

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-07-30T16:37:15.693Z

Reserved: 2026-05-26T10:41:07.254Z

Link: CVE-2026-48910

cve-icon Vulnrichment

Updated: 2026-07-30T16:37:15.693Z

cve-icon NVD

Status : Analyzed

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

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

Link: CVE-2026-48910

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-02T05:15:15Z

Weaknesses
  • CWE-80

    Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)