Intel

AIKIDO-2026-507572

ash_oban is vulnerable to Improperly Controlled Modification of Dynamically-Determined Object Attributes

Improperly Controlled Modification of Dynamically-Determined Object AttributesCVE-2026-78038 Published Yesterday

59

Medium Risk

This Affects:

ELIXIRash_oban
0.2.5 - 0.8.13
Fixed in 0.8.14
Are you affected? Scan for Free

TL;DR

AshOban builds Oban jobs for a trigger by merging trusted job arguments with caller-supplied values passed through the :args option. Trusted keys are atoms while caller keys arrive as strings after JSON encoding, so Map.merge keeps both and PostgreSQL jsonb deduplication retains the caller's string-keyed values. A user whose input reaches :args can override reserved fields such as primary_key, tenant, and action_arguments, retargeting an update or destroy trigger at another record or across tenants. The fix filters user-supplied arguments so they can no longer overwrite reserved trigger keys.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and your application forwards user-controlled data into the :args option of a trigger.

Background info

ash_oban is vulnerable to Improperly Controlled Modification of Dynamically-Determined Object Attributes in versions 0.2.5 - 0.8.13.

How to fix this

Upgrade the ash_oban library to the patch version.

Are You Affected?

Connect your repositories to instantly see whether vulnerable or malicious packages exist in your codebase.

Free. No credit card required.

Aikido Platform