CVE-2026-78691
Last modified
CVE-2026-78691 is a low-severity vulnerability rated 2.1/10 on the CVSS scale. Improper Neutralization of Special Elements in Data Query Logic vulnerability in ash-project ash_sql allows a user who supplies a search term to contains/2, string_starts_with/2, or string_ends_with/2 to inject live SQL LIKE wildcards, turning a literal substring search into an attacker-controlled pattern match. The escape helpers in AshSql.Expr prefix % and _ with a backslash but never escape a backslash already present in the input. Because backslash is the default LIKE escape character, the escaping defeats itself: the input \% becomes the pattern fragment \\%, where \\ is a literal backslash and the attacker's % remains a live wildcard. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
Improper Neutralization of Special Elements in Data Query Logic vulnerability in ash-project ash_sql allows a user who supplies a search term to contains/2, string_starts_with/2, or string_ends_with/2 to inject live SQL LIKE wildcards, turning a literal substring search into an attacker-controlled pattern match. The escape helpers in AshSql.Expr prefix % and _ with a backslash but never escape a backslash already present in the input. Because backslash is the default LIKE escape character, the escaping defeats itself: the input \% becomes the pattern fragment \\%, where \\ is a literal backslash and the attacker's % remains a live wildcard. The search value stays parameterized, so this is confined to the LIKE pattern grammar rather than full SQL. An attacker can widen matches to probe values, slip past a negated contains(...) guard, or crash the query with a trailing lone backslash. This issue affects ash_sql: from 0.1.1-rc.10 before 0.7.1.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| ash-project | ash_sql | >= 0.1.1-rc.10, < 0.7.1 |
| ash-project | ash_sql | >= cfc7da474c5be2190fd62664a83a689377a8d512, < d95c55c64b1b42cc2fd30211a4913f3145156cd4 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-78691?
How severe is CVE-2026-78691?
How do I fix CVE-2026-78691?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-78682NLTK before 3.10.3 contains a server-side request forgery vu…7.5
- CVE-2026-78683NLTK before 3.10.0 (affected versions <=3.9.4) contains an u…9.6
- CVE-2026-78684vLLM before 0.27.0 fails to properly classify DeepStream as …5.3
- CVE-2026-78685Medical Practice Management System developed by Le-yan has a…8.8
- CVE-2026-78689Description NGINX JavaScript (njs) has a vulnerability in …8.1
- CVE-2026-7869IBM Langflow OSS 1.0.0 through 1.10.3 is vulnerable to Path …5.4
- CVE-2026-78693Generation of Error Message Containing Sensitive Information…6.9
- CVE-2026-78699Unchecked Return Value vulnerability in ash-project ash_post…7.2
- CVE-2026-7870IBM i 7.6, 7.5, 7.4, and 7.3 could allow a user to gain elev…8.8
- CVE-2026-78701A flaw was found in 389-ds-base. A remote, authenticated att…6.5
- CVE-2026-7871IBM Langflow OSS 1.0.0 through 1.10.0 allows users with Redi…9.8
- CVE-2026-7872IBM Langflow OSS 1.0.0 through 1.10.0 allows an authenticate…8.1
Are you affected by CVE-2026-78691?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
