Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools
NVD Vulnerability Details :
CVE-2025-66292
Analyzed
More InfoOfficial Page
Source-security-advisories@github.com
View Known Exploited Vulnerability (KEV) details
Published At-15 Jan, 2026 | 17:16
Updated At-12 Mar, 2026 | 18:07

DPanel is an open source server management panel written in Go. Prior to 1.9.2, DPanel has an arbitrary file deletion vulnerability in the /api/common/attach/delete interface. Authenticated users can delete arbitrary files on the server via path traversal. When a user logs into the administrative backend, this interface can be used to delete files. The vulnerability lies in the Delete function within the app/common/http/controller/attach.go file. The path parameter submitted by the user is directly passed to storage.Local{}.GetSaveRealPath and subsequently to os.Remove without proper sanitization or checking for path traversal characters (../). And the helper function in common/service/storage/local.go uses filepath.Join, which resolves ../ but does not enforce a chroot/jail. This vulnerability is fixed in 1.9.2.

CISA Catalog
Date AddedDue DateVulnerability NameRequired Action
N/A
Date Added: N/A
Due Date: N/A
Vulnerability Name: N/A
Required Action: N/A
Metrics
TypeVersionBase scoreBase severityVector
Secondary3.18.1HIGH
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
Type: Secondary
Version: 3.1
Base score: 8.1
Base severity: HIGH
Vector:
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
CPE Matches

dpanel
dpanel
>>dpanel>>Versions before 1.9.2(exclusive)
cpe:2.3:a:dpanel:dpanel:*:*:*:*:*:go:*:*
Weaknesses
CWE IDTypeSource
CWE-22Primarysecurity-advisories@github.com
CWE-73Primarysecurity-advisories@github.com
CWE ID: CWE-22
Type: Primary
Source: security-advisories@github.com
CWE ID: CWE-73
Type: Primary
Source: security-advisories@github.com
Evaluator Description

Evaluator Impact

Evaluator Solution

Vendor Statements

References
HyperlinkSourceResource
https://github.com/donknap/dpanel/commit/cbda0d90204e8212f2010774345c952e42069119security-advisories@github.com
Patch
https://github.com/donknap/dpanel/releases/tag/v1.9.2security-advisories@github.com
Release Notes
https://github.com/donknap/dpanel/security/advisories/GHSA-vh2x-fw87-4fxqsecurity-advisories@github.com
Exploit
Vendor Advisory
Hyperlink: https://github.com/donknap/dpanel/commit/cbda0d90204e8212f2010774345c952e42069119
Source: security-advisories@github.com
Resource:
Patch
Hyperlink: https://github.com/donknap/dpanel/releases/tag/v1.9.2
Source: security-advisories@github.com
Resource:
Release Notes
Hyperlink: https://github.com/donknap/dpanel/security/advisories/GHSA-vh2x-fw87-4fxq
Source: security-advisories@github.com
Resource:
Exploit
Vendor Advisory
Change History
0Changes found

Details not found