EEF-CVE-2026-78228

Source
https://cna.erlef.org/osv/EEF-CVE-2026-78228.html
Import Source
https://cna.erlef.org/osv/EEF-CVE-2026-78228.json
JSON Data
https://api.osv.dev/v1/vulns/EEF-CVE-2026-78228
Aliases
  • CVE-2026-78228
  • GHSA-94p7-498r-mrhp
Published
2026-08-30T11:51:49.621Z
Modified
2026-08-30T12:10:32.466402377Z
Severity
  • 5.9 (Medium) CVSS_V4 - CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N CVSS Calculator
Summary
Unbounded handle_error recursion enables denial of service in AshOban triggers
Details

Summary

Uncontrolled Recursion vulnerability in ash-project ash_oban allows a user who can drive a trigger's on_error action to fail on the final attempt to exhaust worker CPU and memory, denying service.

The generated worker's atomic handle_error/4 runs the trigger's on_error action on a job's final attempt inside a rescue that, when the action itself raises, calls handle_error/4 again with the same job. The job's attempt still equals max_attempts, so it re-enters the same clause and re-runs the failing action, with no exit. Any deterministic on_error failure (a data-layer outage, a misconfigured action, or a record the action rejects) loops forever; because the recursive call is not in tail position, each iteration retains a formatted stacktrace and the process heap grows without bound while the failing statement is re-issued against the data layer until the runtime kills the worker.

This issue affects ash_oban: from 0.8.0-rc.1 before 0.8.14.

Configuration

A trigger must declare an on_error action and run through the atomic worker branch. An attacker needs only to drive that on_error action into a deterministic failure (for example by pushing the record into a state the action rejects) and let the job reach its final attempt.

Database specific
{
    "cpe_ids": [
        "cpe:2.3:a:ash-project:ash_oban:*:*:*:*:*:*:*:*"
    ],
    "capec_ids": [
        "CAPEC-130"
    ],
    "cwe_ids": [
        "CWE-674"
    ]
}
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.8.0-rc.1
Fixed
0.8.14

Affected versions

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-78228.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.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-78228.json"