CVE-2026-77846

Source
https://cve.org/CVERecord?id=CVE-2026-77846
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-77846.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-77846
Aliases
Published
2026-08-30T02:52:12Z
Modified
2026-09-03T03:30:53Z
Severity
  • 2.1 (Low) CVSS_V4 - CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N CVSS Calculator
Summary
JSON path injection via unescaped get_path segments in AshSqlite
Details

Improper Neutralization of Special Elements in Data Query Logic vulnerability in ash-project ash_sqlite allows an attacker who controls a get_path/2 segment to traverse into nested JSON the application never exposed, disclosing private or sensitive? embedded fields.

AshSqlite.SqlImplementation builds the SQLite json_extract path with "$." <> Enum.join(right, "."), so a single segment containing ., [, ], or $ re-interprets the JSON path (for example "private.secret" descends two levels instead of naming one key). The path is bound as a parameter, so this is confined to the JSON-path grammar rather than SQL. Any endpoint that lets user input reach a get_path segment (a common pick-a-field pattern) can read nested values it never meant to expose.

This issue affects ash_sqlite: from 0.1.2-rc.0 before 0.2.18.

Database specific
{
    "cna_assigner": "EEF",
    "cwe_ids": [
        "CWE-943"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/77xxx/CVE-2026-77846.json",
    "unresolved_ranges": [
        {
            "extracted_events": [
                {
                    "introduced": "c12be48a5b6295593199b0e445b70a4aef81d1cd"
                },
                {
                    "fixed": "2138480fceb654bec1845e691517ac409d0232c3"
                }
            ],
            "source": "AFFECTED_FIELD"
        }
    ]
}
References

Affected packages

Git / github.com/ash-project/ash_sqlite

Affected ranges

Type
GIT
Repo
https://github.com/ash-project/ash_sqlite
Events
Database specific
Show details
{
    "extracted_events": [
        {
            "introduced": "0.1.2-rc.0"
        },
        {
            "fixed": "0.2.18"
        }
    ],
    "source": [
        "DESCRIPTION",
        "REFERENCES"
    ]
}

Affected versions

v0.*
v0.1.2
v0.1.2-rc.0
v0.1.2-rc.1
v0.1.3
v0.2.0
v0.2.1
v0.2.10
v0.2.11
v0.2.12
v0.2.13
v0.2.14
v0.2.15
v0.2.16
v0.2.17
v0.2.2
v0.2.3
v0.2.4
v0.2.5
v0.2.6
v0.2.7
v0.2.9

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-77846.json"