EEF-CVE-2026-77850

Source
https://cna.erlef.org/osv/EEF-CVE-2026-77850.html
Import Source
https://cna.erlef.org/osv/EEF-CVE-2026-77850.json
JSON Data
https://api.osv.dev/v1/vulns/EEF-CVE-2026-77850
Aliases
Published
2026-08-31T02:23:54Z
Modified
2026-09-08T03:45:05Z
Severity
  • 8.4 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N CVSS Calculator
Summary
Stored XSS in AshAdmin relationship typeahead via unescaped label_field content
Details

Summary

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.

Database specific
{
    "capec_ids": [
        "CAPEC-592"
    ],
    "cpe_ids": [
        "cpe:2.3:a:ash-project:ash_admin:*:*:*:*:*:*:*:*"
    ],
    "cwe_ids": [
        "CWE-79"
    ]
}
References
Credits
    • Peter Ullrich - FINDER
    • Peter Ullrich - REPORTER
    • Zach Daniel / Ash Project - REMEDIATION_DEVELOPER
    • Jonatan Männchen / EEF - COORDINATOR

Affected packages

Hex / ash_admin

Package

Name
ash_admin
Purl
pkg:hex/ash_admin

Affected ranges

Type
SEMVER
Events
Introduced
0.13.0
Fixed
1.3.1

Affected versions

0.*
0.13.0
0.13.1
0.13.2
0.13.3
0.13.4
0.13.5
0.13.6
0.13.7
0.13.8
0.13.9
0.13.10
0.13.11
0.13.12
0.13.13
0.13.14
0.13.15
0.13.16
0.13.17
0.13.18
0.13.19
0.13.20
0.13.21
0.13.22
0.13.23
0.13.24
0.13.25
0.13.26
0.14.0
1.*
1.0.0-rc.0
1.1.0
1.2.0
1.3.0

Database specific

source
"https://cna.erlef.org/osv/EEF-CVE-2026-77850.json"

Git / github.com/ash-project/ash_admin

Affected ranges

Type
GIT
Repo
https://github.com/ash-project/ash_admin
Events

Affected versions

v0.*
v0.13.0
v0.13.10
v0.13.11
v0.13.12
v0.13.13
v0.13.14
v0.13.15
v0.13.16
v0.13.17
v0.13.18
v0.13.19
v0.13.2
v0.13.20
v0.13.21
v0.13.22
v0.13.23
v0.13.24
v0.13.25
v0.13.26
v0.13.3
v0.13.4
v0.13.5
v0.13.6
v0.13.7
v0.13.8
v0.13.9
v0.14.0
v1.*
v1.1.0
v1.2.0
v1.3.0

Database specific

source
"https://cna.erlef.org/osv/EEF-CVE-2026-77850.json"