CVE-2026-88593 Details
Description
kkFileView 5.0.0 through 5.0.2 allows reflected XSS via the /onlinePreview endpoint. The OnlinePreviewController passes the user-controlled page and kkagent request parameters to FreeMarker templates without sanitization, and the templates insert these values into raw JavaScript contexts.
A reflected cross-site scripting vulnerability has been identified in kkFileView versions 5.0.0 through 5.0.2. The issue arises in the OnlinePreviewController, where user-controlled 'page' and 'kkagent' parameters are passed to FreeMarker templates without proper sanitization. This oversight allows the injection of malicious scripts into raw JavaScript contexts, which can be executed in the user's browser.
To address this vulnerability, kkFileView should implement proper sanitization for the 'page' and 'kkagent' parameters before they are passed to FreeMarker templates. This can be done by parsing 'page' as an integer and restricting 'kkagent' to a whitelist of true/false literals. Additionally, all parameters should be routed through a HTML escape utility before being interpolated into templates.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 16, 2026CISA-ADP
Assessed Sep 22, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/sg-summer/cve/issues/3 | CISA-ADP | ExploitIssue TrackingRemedyTechnical Analysis |
| https://github.com/sg-summer/cve/issues/3 | [email protected] | ExploitIssue TrackingRemedyTechnical Analysis |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-79 | Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| kkFileView | >= 5.0.0, <= 5.0.2 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 22, 2026 | CVE Modified | CISA-ADP |
| Sep 16, 2026 | New CVE Received | [email protected] |
Volerion