CVE-2026-88592: SSRF

Published Sep 16, 2026
·
Updated

kkFileView >= 4.2.0 is vulnerable to Server-Side Request Forgery (SSRF). The cross-origin file proxy endpoint /getCorsFile is protected by TrustHostFilter against the trust.host whitelist. However, the URL parameter validated by the filter is not the same parameter the controller actually fetches: the filter validates the first non-empty parameter in a fixed priority order, while the controller only reads and fetches urlPath. By supplying both urlPath=<real target> and url=<whitelisted decoy address> in the same request, the decoy passes validation while the unvalidated real target is fetched server-side — and the response body is echoed back to the attacker.

Affected Software

1 affected component
kkFileView kkFileView>=undefined

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade kkFileView to a version that resolves this vulnerability.

    Fixed in 4.2.0

Event History

Sep 16, 2026
CVE Published
via MITRE·12:00 AM
Data Sourced
via MITRE·12:00 AM
Description

Frequently Asked Questions

1

What does an attacker need to supply to bypass the host whitelist?

The request must include both urlPath and url parameters. url must contain a whitelisted decoy address so it passes TrustHostFilter validation, while urlPath contains the actual target that the controller fetches.

2

Which deployments should be treated as affected?

kkFileView versions 4.2.0 and later are affected. The relevant functionality is the /getCorsFile cross-origin file proxy endpoint.

3

Does the trust.host whitelist stop this attack?

Not when both parameters are supplied as described. The filter validates a parameter according to its own priority order, but the controller fetches only urlPath, allowing the fetched target to differ from the validated host.

4

What is the impact of a successful request?

The server makes the request to the target specified in urlPath, and the target response body is returned to the attacker.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203