CVE-2026-82673
Last modified
CVE-2026-82673 is a high-severity vulnerability rated 8.3/10 on the CVSS scale. Improper Limitation of a Pathname to a Restricted Directory (Path Traversal) vulnerability in ash-project ash_admin allows writing attacker-controlled bytes to arbitrary paths on the server. AshAdmin.Components.Resource.Form.consume_file_uploads/1 builds the destination as Path.join([tmp_dir, entry.client_name]) and writes it with File.cp!/2. entry.client_name is the browser-supplied filename and is not sanitized, and Path.join/1 does not normalize ... EPSS estimates a 0.59% chance of exploitation in the next 30 days.
Description
Improper Limitation of a Pathname to a Restricted Directory (Path Traversal) vulnerability in ash-project ash_admin allows writing attacker-controlled bytes to arbitrary paths on the server. AshAdmin.Components.Resource.Form.consume_file_uploads/1 builds the destination as Path.join([tmp_dir, entry.client_name]) and writes it with File.cp!/2. entry.client_name is the browser-supplied filename and is not sanitized, and Path.join/1 does not normalize ... An upload named ../../../../var/www/app/priv/static/x.png therefore escapes the random temp directory and lands anywhere the BEAM user can write, enabling arbitrary file write and potentially remote code execution by overwriting application assets, configuration, or cron/ssh files. The only guard is an extension allowlist defaulting to :any that checks only the extension. The fix strips path components with Path.basename/1 before joining. This issue affects ash_admin: from 0.13.7 before 1.3.1.
Metrics
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:N/SC:N/SI:H/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.13.7, < 1.3.1 |
| ash-project | ash_admin | >= e8f496b6a064ad67dc1cd30433e5921d2192d254, < 4bb41cb697f3d9be58462d727aed75aba76efc82 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-82673?
How severe is CVE-2026-82673?
How do I fix CVE-2026-82673?
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-82667A vulnerability has been found in yaojingang GEOFlow up to 2…4.7
- CVE-2026-82668A security vulnerability has been detected in klaussilveira …7.3
- CVE-2026-82669A vulnerability was detected in klaussilveira GitList 2.0.0.…5.3
- CVE-2026-8267A flaw has been found in Open5GS up to 2.7.7. This vulnerabi…6.5
- CVE-2026-82670A flaw has been found in IObit Uninstaller 15.5.0.11. This a…4.4
- CVE-2026-82671A vulnerability has been found in IObit Unlocker 1.3.0.12. T…3.4
- 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-82681Improper Encoding or Escaping of Output vulnerability in ash…2
Are you affected by CVE-2026-82673?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
