Lucene search
+L

133 matches found

Nuclei
Nuclei
•added 2026/09/24 2:06 a.m.•117 views

kkFileView 4.1.0 - Cross-Site Scripting

kkFileView 4.1.0 contains multiple cross-site scripting vulnerabilities via the errorMsg parameter. An attacker can inject arbitrary script in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and...

6.1CVSS6.3AI score0.01199EPSS
SaveExploits1References5
Nuclei
Nuclei
•added 2026/09/24 2:06 a.m.•87 views

kkFileView 4.0 - Server-Side Request Forgery

kkFileView 4.0 contains a server-side request forgery caused by improper validation in OnlinePreviewController.java, letting attackers induce the server to make arbitrary requests, exploit requires sending crafted requests. id: CVE-2022-42149 info: name: kkFileView 4.0 - Server-Side Request Forge...

9.8CVSS8.2AI score0.0238EPSS
SaveExploits0References2
Nuclei
Nuclei
•added 2026/09/24 2:06 a.m.•107 views

kkFileview v4.0.0 - Local File Inclusion

kkFileview v4.0.0 is vulnerable to local file inclusion which may lead to a sensitive file leak on a related host. id: CVE-2021-43734 info: name: kkFileview v4.0.0 - Local File Inclusion author: arafatansari severity: high description: | kkFileview v4.0.0 is vulnerable to local file inclusion whi...

7.5CVSS7.1AI score0.10728EPSS
SaveExploits1References5
Nuclei
Nuclei
•added 2026/09/24 2:06 a.m.•87 views

kkFileView 4.1.0 - Cross-Site Scripting

kkFileView 4.1.0 contains multiple cross-site scripting vulnerabilities via the urls and currentUrl parameters at /controller/OnlinePreviewController.java. id: CVE-2022-35151 info: name: kkFileView 4.1.0 - Cross-Site Scripting author: arafatansari severity: medium description: | kkFileView 4.1.0...

6.1CVSS6.3AI score0.01361EPSS
SaveExploits1References5
Nuclei
Nuclei
•added 2026/09/24 2:06 a.m.•112 views

kkFileView 4.0.0 - Cross-Site Scripting

kkFileView 4.0.0 contains multiple cross-site scripting vulnerabilities via the urls and currentUrl parameters at /controller/OnlinePreviewController.java. id: CVE-2022-29349 info: name: kkFileView 4.0.0 - Cross-Site Scripting author: arafatansari severity: medium description: | kkFileView 4.0.0...

6.1CVSS6.3AI score0.0175EPSS
SaveExploits1References4
Nuclei
Nuclei
•added 2026/09/24 2:06 a.m.•118 views

kkFileView 4.1.0 - Server-Side Request Forgery

kkFileView 4.1.0 is susceptible to server-side request forgery via the component cn.keking.web.controller.OnlinePreviewControllergetCorsFile. An attacker can force the application to make arbitrary requests via injection of crafted URLs into the url parameter and thereby potentially obtain...

7.5CVSS7.4AI score0.02047EPSS
SaveExploits1References2
Nuclei
Nuclei
•added 2026/09/24 2:06 a.m.•171 views

kkFileView 4.1.0 - Cross-Site Scripting

kkFileView 4.1.0 is susceptible to cross-site scripting via the url parameter at /controller/OnlinePreviewController.java. An attacker can inject arbitrary script in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based...

6.1CVSS6.3AI score0.01084EPSS
SaveExploits1References2
NVD
NVD
•added 2026/09/16 8:17 p.m.•12 views

CVE-2026-88592

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: t...

9.1CVSS0.00211EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/16 6:17 p.m.•5 views

CVE-2026-88593

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...

6.1CVSS0.00253EPSS
SaveExploits0References1
CVE
CVE
•added 2026/09/16 12:00 a.m.•20 views

CVE-2026-88592

kkFileView >= 4.2.0 is vulnerable to Server-Side Request Forgery (SSRF) via the /getCorsFile cross-origin file proxy endpoint. The root cause is a parameter mismatch: the TrustHostFilter validates the first non-empty parameter in a fixed priority order, while the controller only reads and fetc...

5.8AI score0.00211EPSS
SaveExploits0References1
Cvelist
Cvelist
•added 2026/09/16 12:00 a.m.•38 views

CVE-2026-88592

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: t...

0.00211EPSS
SaveExploits0References1
Cvelist
Cvelist
•added 2026/09/16 12:00 a.m.•33 views

CVE-2026-88593

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...

0.00253EPSS
SaveExploits0References1
CVE
CVE
•added 2026/09/16 12:00 a.m.•25 views

CVE-2026-88593

Versions 5.0.0 through 5.0.2 of kkFileView are vulnerable to reflected XSS via the /onlinePreview endpoint. The root cause is that the OnlinePreviewController passes user-controlled page and kkagent request parameters to FreeMarker templates without proper sanitization. These templates subsequent...

6.1CVSS5.8AI score0.00253EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/09/16 12:00 a.m.•6 views

EUVD-2026-80954

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...

5.8AI score0.00253EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
•added 2026/09/16 12:00 a.m.•4 views

CVE-2026-88592

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: t...

5.8AI score0.00211EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/09/16 12:00 a.m.•9 views

EUVD-2026-81259

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: t...

5.8AI score0.00211EPSS
SaveExploits0References1
NVD
NVD
•added 2026/08/11 8:18 p.m.•15 views

CVE-2026-73244

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 FileControllergetFiles to...

5.3CVSS0.00437EPSS
SaveExploits0References3
NVD
NVD
•added 2026/08/11 8:18 p.m.•14 views

CVE-2026-73243

kkFileView is a universal file online preview project based on Spring Boot. Prior to 5.0.1, the unauthenticated GET /addTask endpoint in kkFileView is omitted from TrustHostFilter and TrustDirFilter in server/src/main/java/cn/keking/config/WebConfig.java, allowing FileConvertQueueTask to fetch an...

5.8CVSS0.00432EPSS
SaveExploits0References5
OSV
OSV
•added 2026/08/11 8:08 p.m.•37 views

CVE-2026-73244 kkFileView: Unauthenticated path traversal in POST /listFiles allows arbitrary directory listing

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 FileControllergetFiles to...

5.3CVSS5.4AI score
SaveExploits0References5
EUVD
EUVD
•added 2026/08/11 8:08 p.m.•13 views

EUVD-2026-56940

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 FileControllergetFiles to...

5.3CVSS5.3AI score0.00437EPSS
SaveExploits0References3
Rows per page
Query Builder