SCA: security update for github.com/donknap/dpanel (GHSA-vh2x-fw87-4fxq)

high Tenable Cloud Security Plugin ID 436778

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2025-66292)

See Also

https://github.com/advisories/GHSA-vh2x-fw87-4fxq

Plugin Details

Severity: High

ID: 436778

Version: Revision 1.8

Type: Local

Family: SCA Checks

Published: 1/15/2026

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Medium

Score: 4.3

Percentile: 53.59

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 8.5

Temporal Score: 6.7

Vector: CVSS2#AV:N/AC:L/Au:S/C:N/I:C/A:C

CVSS Score Source: CVE-2025-66292

CVSS v3

Risk Factor: High

Base Score: 8.1

Temporal Score: 7.3

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H

Temporal Vector: CVSS:3.0/E:P/RL:O/RC:C

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 1/15/2026

Vulnerability Publication Date: 1/15/2026

Reference Information

CVE: CVE-2025-66292

cwe: CWE-22