EEF-CVE-2026-77846

Source
https://cna.erlef.org/osv/EEF-CVE-2026-77846.html
Import Source
https://cna.erlef.org/osv/EEF-CVE-2026-77846.json
JSON Data
https://api.osv.dev/v1/vulns/EEF-CVE-2026-77846
Aliases
Published
2026-08-30T02:52:12Z
Modified
2026-09-08T03:45:03Z
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

Summary

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.

Configurations

An application must let untrusted input reach a get_path/2 path segment over a JSON/map column (for example a public calculation or filter argument that selects a key).

Database specific
{
    "capec_ids": [
        "CAPEC-676"
    ],
    "cpe_ids": [
        "cpe:2.3:a:ash-project:ash_sqlite:*:*:*:*:*:*:*:*"
    ],
    "cwe_ids": [
        "CWE-943"
    ]
}
References
Credits
    • Peter Ullrich - FINDER
    • Peter Ullrich - REPORTER
    • Zach Daniel / Ash Project - REMEDIATION_DEVELOPER
    • Jonatan Männchen / EEF - COORDINATOR

Affected packages

Hex / ash_sqlite

Package

Name
ash_sqlite
Purl
pkg:hex/ash_sqlite

Affected ranges

Type
SEMVER
Events
Introduced
0.1.2-rc.0
Fixed
0.2.18

Affected versions

0.*
0.1.2-rc.0
0.1.2-rc.1
0.1.2
0.1.3
0.2.0
0.2.1
0.2.2
0.2.3
0.2.4
0.2.5
0.2.6
0.2.7
0.2.8
0.2.9
0.2.10
0.2.11
0.2.12
0.2.13
0.2.14
0.2.15
0.2.16
0.2.17

Database specific

source
"https://cna.erlef.org/osv/EEF-CVE-2026-77846.json"

Git / github.com/ash-project/ash_sqlite

Affected ranges

Type
GIT
Repo
https://github.com/ash-project/ash_sqlite
Events

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://cna.erlef.org/osv/EEF-CVE-2026-77846.json"