SCA: security update for github.com/1Panel-dev/1Panel, github.com/1Panel-dev/1Panel/agent (GHSA-7cqv-qcq2-r765)

medium Tenable Cloud Security Plugin ID 436294

Description

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

- 1Panel is an open-source, web-based control panel for Linux server management. Versions 2.0.14 and below
use Gin's default configuration which trusts all IP addresses as proxies (TrustedProxies = 0.0.0.0/0),
allowing any client to spoof the X-Forwarded-For header. Since all IP-based access controls (AllowIPs, API
whitelists, localhost-only checks) rely on ClientIP(), attackers can bypass these protections by simply
sending X-Forwarded-For: 127.0.0.1 or any whitelisted IP. This renders all IP-based security controls
ineffective. This issue is fixed in version 2.0.14. (CVE-2025-66508)

See Also

https://github.com/advisories/GHSA-7cqv-qcq2-r765

Plugin Details

Severity: Medium

ID: 436294

Version: Revision 1.7

Type: Local

Family: SCA Checks

Published: 12/8/2025

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Low

Score: 2.1

Percentile: 7.71

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 6.4

Temporal Score: 4.7

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

CVSS Score Source: CVE-2025-66508

CVSS v3

Risk Factor: Medium

Base Score: 6.5

Temporal Score: 5.7

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

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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 12/8/2025

Vulnerability Publication Date: 12/8/2025

Reference Information

CVE: CVE-2025-66508

cwe: CWE-290