CVE-2025-53363
BaseFortify
Publication date: 2025-08-22
Last updated on: 2026-04-29
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| donknap | dpanel | 1.7.2 |
| donknap | dpanel | 1.2.0 |
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. |
| CWE-73 | The product allows user input to control or influence paths or file names that are used in filesystem operations. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in dpanel (versions 1.2.0 through 1.7.2) allows authenticated users to read arbitrary files from the server via the /api/app/compose/get-from-uri API endpoint. The issue arises because the uri parameter is passed directly to the os.ReadFile function without proper validation or access control, enabling a logged-in attacker to access sensitive files on the host system.
How can this vulnerability impact me? :
An attacker who is logged in can exploit this vulnerability to read sensitive files from the server, potentially exposing confidential information. This can lead to information disclosure, which may compromise the security and privacy of the system and its data.