Cyber Resilience

CVE-2025-13435

LowPublic PoC

Published: 20 November 2025

Published
20 November 2025
Modified
29 April 2026
KEV Added
Patch
CVSS Score v4 2.9 CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/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
EPSS Score 0.0032 55.1th percentile
Risk Priority 6 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-13435 is a low-severity Path Traversal (CWE-22) vulnerability in Dreampie Resty. Its CVSS base score is 2.9 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 44.9% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2025-13435 is a path traversal vulnerability (CWE-22) affecting Dreampie Resty versions up to 1.3.1.SNAPSHOT. The issue resides in the Request function within the file /resty-httpclient/src/main/java/cn/dreampie/client/HttpClient.java of the HttpClient Module, where manipulation of the filename argument enables path traversal.

The vulnerability can be exploited remotely by unauthenticated attackers over the network with no user interaction required, though it demands high attack complexity. Successful exploitation results in low-level impacts to confidentiality, integrity, and availability, as reflected in its CVSS v3.1 base score of 5.6 (AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L).

VulDB advisories detail the issue and note that the exploit has been publicly disclosed, including proof-of-concept code on GitHub, with exploitability rated as difficult. The vendor was notified early but provided no response, indicating no official patch or mitigation guidance is available from them at this time. Practitioners should consult the referenced URLs for additional details on the PoC and implement compensating controls such as input validation or restricting access to affected endpoints.

EU & UK References

Vulnerability details

A security vulnerability has been detected in Dreampie Resty up to 1.3.1.SNAPSHOT. This affects the function Request of the file /resty-httpclient/src/main/java/cn/dreampie/client/HttpClient.java of the component HttpClient Module. Such manipulation of the argument filename leads to path traversal. The attack may be…

more

performed from remote. Attacks of this nature are highly complex. The exploitability is reported as difficult. The exploit has been disclosed publicly and may be used. The vendor was contacted early about this disclosure but did not respond in any way.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Path traversal vulnerability in a public-facing HTTP client module directly enables exploitation of public-facing applications (T1190) for limited file access/modification.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-64075Shared CWE-22
CVE-2024-53537Shared CWE-22
CVE-2024-36512Shared CWE-22
CVE-2025-0493Shared CWE-22
CVE-2025-70231Shared CWE-22
CVE-2026-43888Shared CWE-22
CVE-2025-15031Shared CWE-22
CVE-2026-25785Shared CWE-22
CVE-2025-11366Shared CWE-22
CVE-2026-1810Shared CWE-22

Affected Assets

dreampie
resty
≤ 1.3.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents path traversal attacks by enforcing input validation mechanisms on the manipulable filename argument in the HttpClient Request function.

prevent

Mitigates the vulnerability by requiring identification, reporting, and correction of the specific flaw in the HttpClient module, including compensating fixes absent vendor patches.

prevent

Reduces impact of successful path traversal by enforcing least privilege on the affected application process, limiting access to unauthorized files and directories.

References