AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-73244

MEDIUM · CVSS 5.3 EPSS 0.34% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-11 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The kkFileView project, prior to version 5.0.1, contains a vulnerability in the unauthenticated POST /listFiles endpoint that allows attackers to exploit user-controlled path parameters, leading to potential directory enumeration beyond the intended root directory. This could expose sensitive file structures and contents to unauthorized users. Organizations using affected versions of kkFileView should prioritize upgrading to version 5.0.1 to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-73244
Severity
MEDIUM
CVSS
5.3
EPSS
0.34%
Java

Original NVD Description

kkFileView is a universal file online preview project based on Spring Boot. Prior to 5.0.1, the unauthenticated POST /listFiles endpoint in server/src/main/java/cn/keking/web/controller/FileController.java passes the user-controlled path parameter from FileController#getFiles to Files.newDirectoryStream without confinement to the demo directory, allowing directory enumeration outside the intended root. This issue is fixed in version 5.0.1.