SCA: security update for flightphp/core (GHSA-xwqr-rcqg-22mr)

high Tenable Self-Hosted Container Security Plugin ID 441402

Description

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

- Flight is an extensible micro-framework for PHP. Prior to 3.18.1, SimplePdo::insert(),
SimplePdo::update(), and SimplePdo::delete() build SQL statements by concatenating the $table argument and
the keys of the $data array directly into the query, with no identifier quoting and no validation. When an
application forwards user-controlled data shapes to these helpers — a common and documented pattern, e.g.
$db->insert('users', $request->data->getData()) — an attacker can inject arbitrary SQL by crafting
malicious array keys. This vulnerability is fixed in 3.18.1. (CVE-2026-42550)

Solution

Update the flightphp/core library and its related packages to version 3.18.1 or later.

See Also

https://github.com/advisories/GHSA-xwqr-rcqg-22mr

Plugin Details

Severity: High

ID: 441402

Version: Revision 1.8

Type: Local

Family: SCA Checks

Published: 5/7/2026

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.84

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-42550

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: 5/6/2026

Vulnerability Publication Date: 5/6/2026

Reference Information

CVE: CVE-2026-42550

cwe: CWE-89