CVE-2025-66292

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.
Configurations

Configuration 1 (hide)

cpe:2.3:a:dpanel:dpanel:*:*:*:*:*:go:*:*

History

17 Jun 2026, 09:56

Type Values Removed Values Added
Summary
  • (es) DPanel es un panel de gestión de servidor de código abierto escrito en Go. Anterior a 1.9.2, DPanel tiene una vulnerabilidad de eliminación arbitraria de archivos en la interfaz /api/common/attach/delete. Los usuarios autenticados pueden eliminar archivos arbitrarios en el servidor mediante salto de ruta. Cuando un usuario inicia sesión en el backend administrativo, esta interfaz puede usarse para eliminar archivos. La vulnerabilidad reside en la función Delete dentro del archivo app/common/http/controller/attach.go. El parámetro de ruta enviado por el usuario se pasa directamente a storage.Local{}.GetSaveRealPath y, posteriormente, a os.Remove sin una sanitización adecuada o sin verificar caracteres de salto de ruta (../). Y la función auxiliar en common/service/storage/local.go utiliza filepath.Join, que resuelve ../ pero no impone un chroot/jail. Esta vulnerabilidad está corregida en 1.9.2.

12 Mar 2026, 18:07

Type Values Removed Values Added
First Time Dpanel
Dpanel dpanel
CPE cpe:2.3:a:dpanel:dpanel:*:*:*:*:*:go:*:*
References () https://github.com/donknap/dpanel/commit/cbda0d90204e8212f2010774345c952e42069119 - () https://github.com/donknap/dpanel/commit/cbda0d90204e8212f2010774345c952e42069119 - Patch
References () https://github.com/donknap/dpanel/releases/tag/v1.9.2 - () https://github.com/donknap/dpanel/releases/tag/v1.9.2 - Release Notes
References () https://github.com/donknap/dpanel/security/advisories/GHSA-vh2x-fw87-4fxq - () https://github.com/donknap/dpanel/security/advisories/GHSA-vh2x-fw87-4fxq - Exploit, Vendor Advisory

15 Jan 2026, 17:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-01-15 17:16

Updated : 2026-06-17 09:56


NVD link : CVE-2025-66292

Mitre link : CVE-2025-66292

CVE.ORG link : CVE-2025-66292


JSON object : View

Products Affected

dpanel

  • dpanel
CWE
CWE-22

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

CWE-73

External Control of File Name or Path