Cyber Posture

CVE-2026-34386

High

Published: 27 March 2026

Published
27 March 2026
Modified
02 April 2026
KEV Added
Patch
CVSS Score 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0004 11.0th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-34386 is a high-severity SQL Injection (CWE-89) vulnerability in Fleetdm Fleet. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 11.0th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 2 other techniques. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly mitigates the CVE by requiring timely flaw remediation through upgrade to Fleet 4.81.0 or later.

prevent

Prevents SQL injection exploitation by validating and sanitizing API inputs to the MDM bootstrap package configuration endpoint.

prevent

Reduces attack surface by enforcing least privilege on Team Admin and Global Admin roles required for authenticated exploitation.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
T1565.001 Stored Data Manipulation Impact
Adversaries may insert, delete, or manipulate data at rest in order to influence external outcomes or hide activity, thus threatening the integrity of the data.
Why these techniques?

SQL injection in Fleet's public API directly enables T1190 exploitation and facilitates database exfiltration (T1213.006) plus stored config data manipulation (T1565.001) by authenticated admins.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

Fleet is open source device management software. Prior to 4.81.0, a SQL injection vulnerability in Fleet's MDM bootstrap package configuration allows an authenticated user with Team Admin or Global Admin privileges to modify arbitrary team configurations, exfiltrate sensitive data from…

more

the Fleet database, and inject arbitrary content into team configs via direct API calls. Version 4.81.0 patches the issue.

Deeper analysisAI

CVE-2026-34386 is a SQL injection vulnerability (CWE-89) in the MDM bootstrap package configuration of Fleet, an open source device management software. The issue affects versions of Fleet prior to 4.81.0 and has a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H). It was published on 2026-03-27.

An authenticated attacker with Team Admin or Global Admin privileges can exploit this vulnerability through direct API calls. Successful exploitation allows the attacker to modify arbitrary team configurations, exfiltrate sensitive data from the Fleet database, and inject arbitrary content into team configurations.

The Fleet security advisory at https://github.com/fleetdm/fleet/security/advisories/GHSA-9p23-p2m4-2r4m confirms that version 4.81.0 patches the vulnerability, and users should upgrade to this version or later to mitigate the issue.

Details

CWE(s)

Affected Products

fleetdm
fleet
≤ 4.81.0

CVEs Like This One

CVE-2026-34385Same product: Fleetdm Fleet
CVE-2026-26186Same product: Fleetdm Fleet
CVE-2026-34387Same product: Fleetdm Fleet
CVE-2026-23518Same product: Fleetdm Fleet
CVE-2026-26060Same product: Fleetdm Fleet
CVE-2026-26061Same product: Fleetdm Fleet
CVE-2026-29180Same product: Fleetdm Fleet
CVE-2026-34388Same product: Fleetdm Fleet
CVE-2026-23517Same product: Fleetdm Fleet
CVE-2026-27806Same product: Fleetdm Fleet

References