CVE-2026-42550HIGH 8.8EPSS p31.3%

CVE-2026-42550CVE-2026-42550

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.

Scoring

CVSS 3.18.8 (HIGH)
VectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS0.40% probability of exploitation · percentile 31.3% · 2026-06-19T12:03:05Z
Published2026-05-13
Last modified2026-05-14

Underlying weaknesses· 1

CWE-89

References

  1. https://github.com/flightphp/core/security/advisories/GHSA-xwqr-rcqg-22mr
  2. https://github.com/flightphp/core/security/advisories/GHSA-xwqr-rcqg-22mr

1

TypeTargetConfidenceTier
WeaknessImproper Neutralization of Special Elements used in an SQL Command ('SQL Injection')cwe-890%live

Related by meaning· 6

Nearest entities by semantic similarity across the cs-graph corpus.

CVE
CVE-2026-3723
CVE
CVE-2026-3709
CVE
CVE-2026-11488
CVE
CVE-2026-3736
CVE
CVE-2026-3705
CVE
CVE-2026-3735
Sourced from NVD + FIRST.org EPSS. Curated for EU compliance use cases by Adam Lundqvist, Founder at SQUR.