CVE-2025-13435
BaseFortify
Publication date: 2025-11-20
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| dreampie | resty | to 1.3.1 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-22 | The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a path traversal issue in the Dreampie Resty HttpClient module (up to version 1.3.1.SNAPSHOT). It occurs due to improper handling of the 'filename' argument in the Request function, allowing an attacker to manipulate the file path and potentially access unauthorized files on the server. The attack can be performed remotely but is considered highly complex and difficult to exploit.
How can this vulnerability impact me? :
If exploited, this vulnerability can allow an attacker to access sensitive files on the server that should not be accessible, potentially leading to information disclosure, data leakage, or further compromise of the system. The impact includes partial confidentiality, integrity, and availability loss as indicated by the CVSS scores.