EEF-CVE-2026-78038

Source
https://cna.erlef.org/osv/EEF-CVE-2026-78038.html
Import Source
https://cna.erlef.org/osv/EEF-CVE-2026-78038.json
JSON Data
https://api.osv.dev/v1/vulns/EEF-CVE-2026-78038
Aliases
Published
2026-08-30T11:50:21.136Z
Modified
2026-08-30T12:10:32.546239785Z
Severity
  • 5.9 (Medium) CVSS_V4 - 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 CVSS Calculator
Summary
Job argument injection via :args overrides primary_key and tenant in AshOban
Details

Summary

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.

Configuration

An application must pass untrusted input into the :args option of AshOban.build_trigger/3 (or an equivalent scheduling helper), on a trigger whose action is an update or destroy, so that an injected primary_key, tenant, or action_arguments retargets the enqueued job.

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

Affected packages

Hex / ash_oban

Package

Name
ash_oban
Purl
pkg:hex/ash_oban

Affected ranges

Type
SEMVER
Events
Introduced
0.2.5
Fixed
0.8.14

Affected versions

0.*
0.2.5
0.2.6
0.3.0
0.3.1
0.3.2
0.3.3
0.3.4
0.3.5
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.4.5
0.4.6
0.4.7
0.4.8
0.4.9
0.4.10
0.4.11
0.4.12
0.5.0
0.5.1
0.6.0
0.7.0
0.7.1
0.7.2
0.8.0-rc.0
0.8.0-rc.1
0.8.1
0.8.2
0.8.3
0.8.4
0.8.5
0.8.6
0.8.7
0.8.8
0.8.9
0.8.10
0.8.11
0.8.12
0.8.13

Database specific

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

Git / github.com/ash-project/ash_oban

Affected ranges

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

Affected versions

v0.*
v0.2.6
v0.3.0
v0.3.1
v0.3.2
v0.3.3
v0.3.4
v0.3.5
v0.4.0
v0.4.1
v0.4.10
v0.4.11
v0.4.12
v0.4.2
v0.4.3
v0.4.4
v0.4.5
v0.4.6
v0.4.7
v0.4.8
v0.4.9
v0.5.0
v0.5.1
v0.6.0
v0.7.0
v0.7.1
v0.7.2
v0.8.0-rc.0
v0.8.0-rc.1
v0.8.1
v0.8.10
v0.8.11
v0.8.12
v0.8.13
v0.8.2
v0.8.3
v0.8.4
v0.8.5
v0.8.6
v0.8.7
v0.8.8
v0.8.9

Database specific

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