CVE-2026-82749
Last modified
CVE-2026-82749 is a medium-severity vulnerability rated 5.9/10 on the CVSS scale. Incorrect Authorization vulnerability in ash-project ash widens a relationship's parent(...) scoping filter to match unintended records when the referenced parent field cannot be resolved. Loading a relationship whose filter references parent(...) resolves that expression against the parent record. resolve_parent_in_filter/3 (lib/ash/actions/read/relationships.ex) resolved an unresolvable parent reference (for example when the referenced field was not selected on the source query) to nil rather than failing. EPSS estimates a 0.12% chance of exploitation in the next 30 days.
Description
Incorrect Authorization vulnerability in ash-project ash widens a relationship's parent(...) scoping filter to match unintended records when the referenced parent field cannot be resolved. Loading a relationship whose filter references parent(...) resolves that expression against the parent record. resolve_parent_in_filter/3 (lib/ash/actions/read/relationships.ex) resolved an unresolvable parent reference (for example when the referenced field was not selected on the source query) to nil rather than failing. A scoping predicate such as org_id == parent(org_id) then becomes an IS NULL match, and a guard like is_nil(parent(org_id)) or org_id == parent(org_id) activates its unrestricted branch, so the relationship returns records the scope was meant to exclude. The fix fails the read with an error when a parent(...) reference cannot be resolved, instead of defaulting to nil. This issue affects ash: from 3.13.2 before 3.32.2.
Metrics
CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/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 | >= 3.13.2, < 3.32.2 |
| ash-project | ash | >= 0ddff26e6e6bc6d182e1af2f98b431575e5b4179, < e52dad2c39a35f6f043f7324d26e4f4e2551dfd2 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-82749?
How severe is CVE-2026-82749?
How do I fix CVE-2026-82749?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- 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-82743Uncontrolled Resource Consumption vulnerability in ash-proje…2.1
- CVE-2026-82744Not Failing Securely (Failing Open) vulnerability in ash-pro…2.1
- CVE-2026-82745Improper Access Control vulnerability in ash-project ash let…5.9
- CVE-2026-82746Missing Authorization vulnerability in ash-project ash allow…5.9
- CVE-2026-82747Incorrect Authorization vulnerability in ash-project ash ret…5.9
- CVE-2026-82748Incorrect Authorization vulnerability in ash-project ash aut…2.1
- CVE-2026-8275A vulnerability was detected in bettercap up to 2.41.5. Affe…3.7
- CVE-2026-8276A flaw has been found in bettercap up to 2.41.5. Affected by…3.7
- CVE-2026-8278Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMB…
- CVE-2026-82797Uncontrolled Recursion vulnerability in Samsung Open Source …5.5
- CVE-2026-8280GitLab has remediated an issue in GitLab CE/EE affecting all…6.5
- CVE-2026-82801A vulnerability was detected in NASA earthdata-search 1.0.0.…7.3
Are you affected by CVE-2026-82749?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
