SCA: security update for phpmyfaq/phpmyfaq, thorsten/phpmyfaq (GHSA-8c6h-7g6x-m5x4)

medium Tenable Cloud Security Plugin ID 443832

Description

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

- phpMyFAQ is an open source FAQ web application. Versions prior to 4.1.4 have Missing Authorization in the
API CategoryController. CVE-2026-24421 addressed this in the BackupController by adding:
$this->userHasPermission(PermissionType::BACKUP). The same fix was not applied to 4 other write endpoints
in the public API. All 4 only call $this->hasValidToken() — which checks a shared API key header, rather
than the individual user's role permissions. The following APIs are affected: POST /api/v4.0/category
(CategoryController::create), POST /api/v4.0/faq (FaqController::create), PUT /api/v4.0/faq
(FaqController::update), and POST /api/v4.0/question (QuestionController::create). This issue has been
fixed in version 4.1.4. (CVE-2026-49205)

Solution

Update the phpmyfaq/phpmyfaq library and its related packages to version 4.1.4 or later.

See Also

https://github.com/advisories/GHSA-8c6h-7g6x-m5x4

Plugin Details

Severity: Medium

ID: 443832

Version: Revision 1.2

Type: Local

Family: SCA Checks

Published: 6/24/2026

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.73

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 6.8

Temporal Score: 5

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

CVSS Score Source: CVE-2026-49205

CVSS v3

Risk Factor: Medium

Base Score: 6.5

Temporal Score: 5.7

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

Vulnerability Publication Date: 6/18/2026

Reference Information

CVE: CVE-2026-49205

cwe: CWE-862