SCA: security update for pheditor/pheditor (GHSA-wg4w-wr5q-6vjc)

high Tenable Cloud Security Plugin ID 444788

Description

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

- Pheditor is a single-file editor and file manager written in PHP. From version 2.0.1 to before version
2.0.6, the terminal feature in Pheditor uses an incomplete character blocklist to sanitize user-supplied
commands before passing them to shell_exec(). After the fix for GHSA-9643-6xjp-vx57 (which added $ to the
blocklist), the characters | (single pipe), ` (backtick), and the newline byte (0x0A) remain unblocked. An
authenticated user with the terminal permission (enabled by default) can leverage any of these to bypass
the TERMINAL_COMMANDS allowlist and execute arbitrary OS commands as the web server user. This issue has
been patched in version 2.0.6. (CVE-2026-55578)

Solution

Update the pheditor/pheditor library and its related packages to version 2.0.6 or later.

See Also

https://github.com/advisories/GHSA-wg4w-wr5q-6vjc

Plugin Details

Severity: High

ID: 444788

Version: Revision 1.3

Type: Local

Family: SCA Checks

Published: 7/17/2026

Updated: 7/28/2026

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

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 58.12

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 9

Temporal Score: 6.7

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

CVSS Score Source: CVE-2026-55578

CVSS v3

Risk Factor: High

Base Score: 8.8

Temporal Score: 7.7

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

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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 7/16/2026

Vulnerability Publication Date: 7/16/2026

Reference Information

CVE: CVE-2026-55578

cwe: CWE-78