Skip to main content

WebStack-Guns EUVDEUVD-2025-199956

| CVE-2025-13810 MEDIUM
Path Traversal (CWE-22)
2025-12-01 cna@vuldb.com
5.5
CVSS 4.0 · Vendor: vuldb
Share

Severity by source

Vendor (vuldb) PRIMARY
5.5 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
5.3 MEDIUM

Public CAPTCHA endpoint requires no auth (PR:N, AV:N); traversal yields read-only file disclosure with low confidentiality impact and no integrity or availability consequence.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (vuldb).

CVSS VectorVendor: vuldb

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

6
CVSS changed
Sep 03, 2026 - 03:22 NVD
5.3 (MEDIUM) 5.5 (MEDIUM)
EUVD ID Assigned
Mar 15, 2026 - 13:34 euvd
EUVD-2025-199956
Analysis Generated
Mar 15, 2026 - 13:34 vuln.today
PoC Detected
Feb 24, 2026 - 07:16 vuln.today
Public exploit code
CVE Published
Dec 01, 2025 - 07:16 cve.org
MEDIUM 5.5
CVE Published
Dec 01, 2025 - 07:16 nvd
MEDIUM 5.3

DescriptionCVE.org

A vulnerability was found in jsnjfz WebStack-Guns 1.0. This affects the function renderPicture of the file src/main/java/com/jsnjfz/manage/modular/system/controller/KaptchaController.java. Performing a manipulation results in path traversal. It is possible to initiate the attack remotely. The exploit has been made public and could be used. The vendor was contacted early about this disclosure but did not respond in any way.

AnalysisAI

Path traversal in WebStack-Guns 1.0 exposes arbitrary server-side files to unauthenticated remote attackers through the CAPTCHA image rendering endpoint. The renderPicture function in KaptchaController.java fails to sanitize user-supplied file path input, allowing directory traversal sequences to escape the intended image directory and read sensitive files such as configuration files, credentials, or application source. A public proof-of-concept exploit is available on GitHub, and the vendor did not respond to responsible disclosure, leaving version 1.0 permanently unpatched.

Technical ContextAI

WebStack-Guns is a Java-based navigation/bookmark management web application built on the Guns framework (a popular Spring Boot scaffolding widely used in Chinese open-source projects). The vulnerability resides in KaptchaController.java at the renderPicture method, which is responsible for serving CAPTCHA images. Because CAPTCHA endpoints are inherently public-facing and unauthenticated, the path parameter accepted by renderPicture is reachable without any authentication. CWE-22 (Improper Limitation of a Pathname to a Restricted Directory) describes the root cause: the application constructs a file path from user-controlled input without normalizing or bounding it to a designated directory, enabling classic ../ traversal sequences. The affected CPE is cpe:2.3:a:jsnjfz:webstack-guns:1.0:*:*:*:*:*:*:*.

RemediationAI

No vendor-released patch is available for WebStack-Guns 1.0 as of the time of analysis; the vendor did not respond to disclosure. The primary recommended action is to restrict network access to the affected CAPTCHA endpoint (/captcha/renderPicture or equivalent) at the reverse-proxy or firewall layer, blocking unauthenticated external access - note that this may break CAPTCHA display for end users if not selectively allowlisted. If the application must remain accessible, deploy a Web Application Firewall rule to detect and block path traversal patterns (e.g., ../ sequences) in query parameters on that endpoint. Where feasible, migrating to an actively maintained fork or replacing the CAPTCHA implementation entirely is the most durable remediation. The POC is documented at https://github.com/Xzzz111/exps/blob/main/archives/WebStack-Guns-PathTraversal-1/report.md and should be reviewed to understand exact attack parameters for tuning WAF rules.

More in Java

View all
CVE-2012-4681 CRITICAL POC
9.8 Aug 28

Oracle Java SE 7 Update 6 and earlier contains multiple sandbox bypass vulnerabilities via the ClassFinder and forName m

CVE-2015-7450 CRITICAL POC
9.8 Jan 02

Remote code execution in IBM Sterling B2B Integrator, Sterling Integrator, and Tivoli Common Reporting allows unauthenti

CVE-2013-2465 CRITICAL POC
9.8 Jun 18

Java Runtime Environment sandbox bypass via incorrect image channel verification in 2D component allows remote unauthent

CVE-2011-3544 CRITICAL POC
9.8 Oct 19

Oracle Java SE JDK/JRE 7 and 6 Update 27 and earlier allows remote code execution with complete system compromise throug

CVE-2010-1871 HIGH POC
8.8 Aug 05

JBoss Seam 2 in Red Hat JBoss EAP 4.3.0 fails to sanitize JBoss Expression Language inputs, allowing remote attackers to

CVE-2012-1723 CRITICAL POC
9.8 Jun 16

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 update 4 and earlier, 6 up

CVE-2013-0422 CRITICAL POC
9.8 Jan 10

Multiple vulnerabilities in Oracle Java 7 before Update 11 allow remote attackers to execute arbitrary code by (1) using

CVE-2012-0507 CRITICAL POC
9.8 Jun 07

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 2 and earlier, 6 Up

CVE-2015-4852 CRITICAL POC
9.8 Nov 18

The WLS Security component in Oracle WebLogic Server 10.3.6.0, 12.1.2.0, 12.1.3.0, and 12.2.1.0 allows remote attackers

CVE-2012-5076 CRITICAL POC
9.8 Oct 16

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 7 and earlier allow

CVE-2017-3066 CRITICAL POC
9.8 Apr 27

Remote unauthenticated attackers can execute arbitrary code on Adobe ColdFusion servers through Java deserialization fla

CVE-2012-0391 CRITICAL POC
9.8 Jan 08

The ExceptionDelegator component in Apache Struts before 2.2.3.1 interprets parameter values as OGNL expressions during

Share

EUVD-2025-199956 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy