CVE-2026-28813
Apache · JSPWiki
Apache JSPWiki is vulnerable to a Cross-Site Request Forgery (CSRF) attack, which may allow an unauthorized actor to perform actions on behalf of a victim.
Executive summary
Apache JSPWiki versions prior to 2.12.4 are susceptible to a Cross-Site Request Forgery (CSRF) vulnerability that poses a high risk of unauthorized actions.
Vulnerability
This vulnerability is a Cross-Site Request Forgery (CWE-352) flaw. It allows an unauthenticated attacker to trick a victim into executing unintended actions within the application, potentially leading to full compromise of the user session.
Business impact
The vulnerability carries a CVSS score of 8.8, reflecting its potential for high impact. Successful exploitation could allow attackers to manipulate administrative or user-level settings, potentially leading to data loss, unauthorized access, or the execution of malicious commands within the application environment.
Remediation
Immediate Action: Upgrade Apache JSPWiki to version 2.12.4 or later as provided by the vendor.
Proactive Monitoring: Review web access logs for unusual patterns of POST requests or actions initiated by users that do not correlate with expected administrative activity.
Compensating Controls: Implement strict Referer and Origin header checking on the server side, or utilize a Web Application Firewall (WAF) to detect and block suspicious cross-site request patterns.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
Given the high CVSS severity, organizations should prioritize upgrading their JSPWiki instances immediately. Applying the patch is the most effective way to eliminate the risk of CSRF-based exploitation.