---
id: CVE-2026-77846
title: >-
  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
  o…
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
  o…
severity: none
cwe:
  - CWE-943
published: '2026-08-30'
updated: '2026-08-30'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-77846'
references:
  - url: 'https://cna.erlef.org/cves/CVE-2026-77846.html'
    label: 6b3ad84c-e1a6-4bf7-a703-f496b71e49db
  - url: >-
      https://github.com/ash-project/ash_sqlite/commit/2138480fceb654bec1845e691517ac409d0232c3
    label: 6b3ad84c-e1a6-4bf7-a703-f496b71e49db
  - url: >-
      https://github.com/ash-project/ash_sqlite/security/advisories/GHSA-hrp2-5hgw-c83c
    label: 6b3ad84c-e1a6-4bf7-a703-f496b71e49db
  - url: 'https://osv.dev/vulnerability/EEF-CVE-2026-77846'
    label: 6b3ad84c-e1a6-4bf7-a703-f496b71e49db
tags:
  - nvd
epss: 0.00197
epssPercentile: 0.08318
ingestedAt: '2026-08-30T14:53:42.661Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
