CVE-2026-78038
Last modified
CVE-2026-78038 is a medium-severity vulnerability rated 5.9/10 on the CVSS scale. Improperly Controlled Modification of Dynamically-Determined Object Attributes vulnerability in ash-project ash_oban allows a user whose input reaches the :args option of AshOban.build_trigger/3 to retarget an update or destroy trigger at another record, including across tenants. build_trigger/3 builds the trusted job arguments with atom keys (:primary_key, :tenant, :action_arguments) and merges the caller's :args underneath so the trusted values win on collision. Because Oban job arguments round-trip through JSON, the caller's keys arrive as strings, so Map.merge sees no collision and both keys survive. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
Improperly Controlled Modification of Dynamically-Determined Object Attributes vulnerability in ash-project ash_oban allows a user whose input reaches the :args option of AshOban.build_trigger/3 to retarget an update or destroy trigger at another record, including across tenants. build_trigger/3 builds the trusted job arguments with atom keys (:primary_key, :tenant, :action_arguments) and merges the caller's :args underneath so the trusted values win on collision. Because Oban job arguments round-trip through JSON, the caller's keys arrive as strings, so Map.merge sees no collision and both keys survive. When the job is persisted the JSON object is de-duplicated keeping the last (string) key, and the worker reads the caller's value. The documentation describes :args as unable to affect the action, so an application that forwards user input into it for uniqueness scoping is exposed to authorization bypass and tenant isolation breaks. This issue affects ash_oban: from 0.2.5 before 0.8.14.
Metrics
CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:L/VI:H/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_oban | >= 0.2.5, < 0.8.14 |
| ash-project | ash_oban | >= ce079229ecdf0d323da2b554f30fc569e54660f0, < da2d81e1e8e1dcc3e6ec8587cdb4f273575ffca3 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-78038?
How severe is CVE-2026-78038?
How do I fix CVE-2026-78038?
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-78010A stack-based buffer overflow vulnerability in the WatchGuar…8.7
- CVE-2026-78011An integer underflow vulnerability in the WatchGuard Firewar…8.7
- CVE-2026-7802The Frontend Admin by DynamiApps plugin for WordPress is vul…8.8
- CVE-2026-7803IBM Langflow OSS 1.0.0 through 1.10.0 could allow arbitrary …9.8
- CVE-2026-78032SOY CMS contains an issue with deserialization of untrusted…9.3
- CVE-2026-78037Xiiaozet LK100W is vulnerable to OS command injection throug…8.8
- CVE-2026-78047A stored cross-site scripting (XSS) vulnerability in WatchGu…5.1
- CVE-2026-78049A vulnerability has been found in Systerel S2OPC up to 1.7.3…3.7
- CVE-2026-7805Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMB…
- CVE-2026-78050A vulnerability was found in Comfast CF-N1-S 2.6.0.1. The af…9.9
- CVE-2026-78051A vulnerability was determined in alexta69 MeTube up to 2026…5.3
- CVE-2026-78054A weakness has been identified in SourceCodester Class and E…4.3
Are you affected by CVE-2026-78038?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
