πŸ” CVE Alert

CVE-2026-77850

UNKNOWN 0.0

Stored XSS in AshAdmin relationship typeahead via unescaped label_field content

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Stored Cross-site Scripting vulnerability in ash-project ash_admin executes attacker-supplied record content as script in an administrator's browser. The relationship typeahead components AshAdmin.Components.Resource.RelationshipField and AshAdmin.Components.Resource.ManagedRelationshipSelectField highlight the matched search term by wrapping it in <b> tags and rendering the whole string with Phoenix.HTML.raw/1. The highlighted value is the destination record's label_field, ordinary database content that is often written by lower-privileged users. Because raw/1 disables output escaping for the entire string, a stored label such as <img src=x onerror=...> runs as JavaScript in the admin's session as soon as a matching record appears in the dropdown, giving the attacker the admin's privileges over everything AshAdmin exposes. The fix HTML-escapes the label before inserting the highlight markup. This issue affects ash_admin: from 0.13.0 before 1.3.1.

CWE CWE-79
Vendor ash-project
Product ash_admin
Published Aug 31, 2026
Stay Ahead of the Next One

Get instant alerts for ash-project ash_admin

Be the first to know when new unknown vulnerabilities affecting ash-project ash_admin are published β€” delivered to Slack, Telegram or Discord.

Get Free Alerts β†’ Free Β· No credit card Β· 60 sec setup

Affected Versions

ash-project / ash_admin
0.13.0 < 1.3.1
ash-project / ash_admin
eb940f4d7d857ca49368ae847f586d01c6f5ad35 < 07289191ccdac27dd70ab7c6413ed057bc7fdade

References

NVD β†— CVE.org β†— EPSS Data β†—
github.com: https://github.com/ash-project/ash_admin/security/advisories/GHSA-m23x-576h-73w8 cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-77850.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-77850 github.com: https://github.com/ash-project/ash_admin/commit/07289191ccdac27dd70ab7c6413ed057bc7fdade

Credits

Peter Ullrich πŸ” Peter Ullrich Zach Daniel / Ash Project Jonatan MΓ€nnchen / EEF