216.73.216.86

CVE-2026-42550

· Published 13/05/2026 20:16 · Modified 14/05/2026 16:51

Labels: CVE-2026-42550 2026-05-13CVE-2026-42550CWE-89[email protected]

Essential information

Published
13/05/2026 20:16
Modified
14/05/2026 16:51
Author
Creator
CVSS
8.8 HIGH (v3.1)
CISA KEV
No
CWE
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

CVSS metrics

Description

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.

NVD status

Status
Deferred — CVE has been recently published to the CVE List and has been received by the NVD.
Source
[email protected]
NVD
View on NVD

Affected products (CPE)

ProductCPE
flight / flight cpe:2.3:a:flight:flight:<3.18.1:*:*:*:*:*:*:*

References