CVE-2025-53363
Scores
EPSS
Percentile: 0.0%
CVSS
CVSS Score: 6.1/10
All CVSS Scores
Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:N/VA:N/SC:H/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
Vector Breakdown
CVSS (Common Vulnerability Scoring System) vector provides detailed metrics about vulnerability characteristics
CVSS
Attack Vector
Network (N)
Describes how the vulnerability is exploited
Attack Complexity
Low (L)
Describes the conditions beyond the attacker's control
Attack Requirements
None
Privileges Required
High (H)
Describes the level of privileges an attacker must possess
User Interaction
None (N)
Captures the requirement for a human user participation
Vulnerable System Confidentiality
None (N)
Measures the impact to the confidentiality of information
Vulnerable System Integrity
None (N)
Measures the impact to integrity of a successfully exploited vulnerability
Vulnerable System Availability
None (N)
Measures the impact to the availability of the impacted component
Subsequent System Confidentiality
High (H)
Measures the impact to the confidentiality of information
Subsequent System Integrity
None (N)
Measures the impact to integrity of a successfully exploited vulnerability
Subsequent System Availability
None (N)
Measures the impact to the availability of the impacted component
Temporal Metrics
Exploit Code Maturity
Proof-of-Concept
Environmental Metrics
Confidentiality Requirement
Not Defined
Integrity Requirement
Not Defined
Availability Requirement
Not Defined
Modified Attack Vector
Not Defined
Describes how the vulnerability is exploited
Modified Attack Complexity
Not Defined
Describes the conditions beyond the attacker's control
Modified Attack Requirements
Not Defined
Modified Privileges Required
Not Defined
Describes the level of privileges an attacker must possess
Modified User Interaction
Not Defined
Captures the requirement for a human user participation
Modified Vulnerable System Confidentiality
Not Defined
Measures the impact to the confidentiality of information
Modified Vulnerable System Integrity
Not Defined
Measures the impact to integrity of a successfully exploited vulnerability
Modified Vulnerable System Availability
Not Defined
Measures the impact to the availability of the impacted component
Modified Subsequent System Confidentiality
Not Defined
Measures the impact to the confidentiality of information
Modified Subsequent System Integrity
Not Defined
Measures the impact to integrity of a successfully exploited vulnerability
Modified Subsequent System Availability
Not Defined
Measures the impact to the availability of the impacted component
Description
dpanel is an open source server management panel written in Go. In versions 1.2.0 through 1.7.2, dpanel allows authenticated users to read arbitrary files from the server via the /api/app/compose/get-from-uri API endpoint. The vulnerability exists in the GetFromUri function in app/application/http/controller/compose.go, where the uri parameter is passed directly to os.ReadFile without proper validation or access control. A logged-in attacker can exploit this flaw to read sensitive files from the host system, leading to information disclosure. No patched version is available as of this writing.