SCA: security update for github.com/KubeOperator/kubepi (GHSA-vjhf-8vqx-vqpq)

critical Tenable Self-Hosted Container Security Plugin ID 419379

Description

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

- KubePi is a k8s panel. The jwt authentication function of KubePi through version 1.6.2 uses hard-coded
Jwtsigkeys, resulting in the same Jwtsigkeys for all online projects. This means that an attacker can
forge any jwt token to take over the administrator account of any online project. Furthermore, they may
use the administrator to take over the k8s cluster of the target enterprise. `session.go`, the use of
hard-coded JwtSigKey, allows an attacker to use this value to forge jwt tokens arbitrarily. The JwtSigKey
is confidential and should not be hard-coded in the code. The vulnerability has been fixed in 1.6.3. In
the patch, JWT key is specified in app.yml. If the user leaves it blank, a random key will be used. There
are no workarounds aside from upgrading. (CVE-2023-22463)

See Also

https://github.com/advisories/GHSA-vjhf-8vqx-vqpq

Plugin Details

Severity: Critical

ID: 419379

Version: Revision 1.5

Type: Local

Family: SCA Checks

Published: 1/23/2025

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 57.58

Vendor

Vendor Severity: Critical

CVSS v2

Risk Factor: Critical

Base Score: 10

Temporal Score: 7.8

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

CVSS Score Source: CVE-2023-22463

CVSS v3

Risk Factor: Critical

Base Score: 9.8

Temporal Score: 8.8

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/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/6/2023

Vulnerability Publication Date: 1/4/2023

Reference Information

CVE: CVE-2023-22463

cwe: CWE-798