GHSA-49xw-vfc4-7p43

Suggest an improvement
Source
https://github.com/advisories/GHSA-49xw-vfc4-7p43
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/02/GHSA-49xw-vfc4-7p43/GHSA-49xw-vfc4-7p43.json
JSON Data
https://api.test.osv.dev/v1/vulns/GHSA-49xw-vfc4-7p43
Aliases
  • CVE-2026-26186
Published
2026-02-26T15:14:12Z
Modified
2026-02-26T23:51:50.903813Z
Severity
  • 5.1 (Medium) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:H/SC:N/SI:N/SA:N/E:U CVSS Calculator
Summary
Fleet has an SQL Injection vulnerability via backtick escape in ORDER BY parameter
Details

Summary

A SQL Injection vulnerability in Fleet’s software versions API allowed authenticated users to inject arbitrary SQL expressions via the order_key query parameter. Due to unsafe use of goqu.I() when constructing the ORDER BY clause, specially crafted input could escape identifier quoting and be interpreted as executable SQL.

Impact

An authenticated attacker with access to the affected endpoint could inject SQL expressions into the underlying MySQL query. Although the injection occurs in an ORDER BY context, it is sufficient to enable blind SQL injection techniques that can disclose database information through conditional expressions that affect result ordering. Crafted expressions may also cause excessive computation or query failures, potentially leading to degraded performance or denial of service.

No direct evidence of reliable data modification or stacked query execution was demonstrated.

Workarounds

If an immediate upgrade is not possible, users should restrict access to the affected endpoint to trusted roles only and ensure that any user-supplied sort or column parameters are strictly allow-listed at the application or proxy layer.

For more information

If there are any questions or comments about this advisory:

Email fleet at security@fleetdm.com
Join #fleet in osquery Slack

Credits

We thank @fuzzztf for responsibly reporting this issue.

Database specific
{
    "github_reviewed": true,
    "cwe_ids": [
        "CWE-89"
    ],
    "github_reviewed_at": "2026-02-26T15:14:12Z",
    "nvd_published_at": "2026-02-26T00:16:23Z",
    "severity": "MODERATE"
}
References

Affected packages

Go / github.com/fleetdm/fleet/v4

Package

Name
github.com/fleetdm/fleet/v4
View open source insights on deps.dev
Purl
pkg:golang/github.com/fleetdm/fleet/v4

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
4.80.1

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/02/GHSA-49xw-vfc4-7p43/GHSA-49xw-vfc4-7p43.json"