CVE-2026-82681
Last modified
CVE-2026-82681 is a low-severity vulnerability rated 2/10 on the CVSS scale. Improper Encoding or Escaping of Output vulnerability in ash-project ash_admin lets an attacker who controls a record's string primary key rewrite the target of AshAdmin's row-action links. The Table, DataTable, and Show components built row-action URLs by raw string interpolation, splicing the primary key (and table, domain, and resource names) into the query string without URL-encoding. Ash resources routinely use user-settable string primary keys (slugs, emails). EPSS estimates a 0.27% chance of exploitation in the next 30 days.
Description
Improper Encoding or Escaping of Output vulnerability in ash-project ash_admin lets an attacker who controls a record's string primary key rewrite the target of AshAdmin's row-action links. The Table, DataTable, and Show components built row-action URLs by raw string interpolation, splicing the primary key (and table, domain, and resource names) into the query string without URL-encoding. Ash resources routinely use user-settable string primary keys (slugs, emails). Because Plug.Conn.Query resolves duplicate parameters last-wins and primary_key is interpolated last, a stored key such as foo&action_type=destroy injects parameters that override the link, so an admin clicking edit is sent to a destroy form or an arbitrary resource; a # truncates the query into a fragment. The fix builds every link with URI.encode_query/1, encoding all interpolated values. This issue affects ash_admin: from 0.3.0-rc.0 before 1.3.1.
Metrics
CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:A/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| ash-project | ash_admin | >= 0.3.0-rc.0, < 1.3.1 |
| ash-project | ash_admin | >= b214535f0cc012e36ca621e643bf8f7b133ba354, < 8e8ef91e8ba07498053887c6212f8b0f08178df6 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-82681?
How severe is CVE-2026-82681?
How do I fix CVE-2026-82681?
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-82673Improper Limitation of a Pathname to a Restricted Directory …8.3
- CVE-2026-82677A vulnerability was determined in valkey-io valkey 9.1.0. Im…2.4
- CVE-2026-82678A vulnerability was identified in diem-project diem up to 5.…4.7
- CVE-2026-82679A security flaw has been discovered in diem-project diem up …6.3
- CVE-2026-8268A vulnerability has been found in Open5GS up to 2.7.7. This …6.5
- CVE-2026-82680A weakness has been identified in D-Link DSM-G600 1.01. This…8.8
- CVE-2026-82684Tycon Systems TPDIN-Monitor-WEB3 versions 2.2.9 and prior ar…8.1
- CVE-2026-82688A security vulnerability has been detected in D-Link DNS-340…9.1
- CVE-2026-82689A vulnerability was detected in D-Link DNS-320L, DNS-327L, D…9.9
- CVE-2026-8269A vulnerability was found in Open5GS up to 2.7.7. Impacted i…6.5
- CVE-2026-82690A flaw has been found in D-Link DNS-327L and DNS-340L up to …9.1
- CVE-2026-82691A vulnerability has been found in D-Link DNS-320L, DNS-327L,…9.1
Are you affected by CVE-2026-82681?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
