CVE-2026-78228

Source
https://cve.org/CVERecord?id=CVE-2026-78228
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-78228.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-78228
Aliases
Published
2026-08-30T11:51:49.621Z
Modified
2026-09-02T03:30:16.635292854Z
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

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

The generated worker's atomic handleerror/4 runs the trigger's onerror action on a job's final attempt inside a rescue that, when the action itself raises, calls handleerror/4 again with the same job. The job's attempt still equals maxattempts, 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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/78xxx/CVE-2026-78228.json",
    "unresolved_ranges": [
        {
            "source": "AFFECTED_FIELD",
            "extracted_events": [
                {
                    "introduced": "5d117ed2006df7277561c69dbfd39281da6ace9f"
                },
                {
                    "fixed": "851cd0e76ed882bf736fc48d10f96d037e26b5f0"
                }
            ]
        }
    ],
    "cna_assigner": "EEF",
    "cwe_ids": [
        "CWE-674"
    ]
}
References

Affected packages

Git / github.com/ash-project/ash_oban

Affected ranges

Type
GIT
Repo
https://github.com/ash-project/ash_oban
Events
Database specific
Show details
{
    "source": [
        "DESCRIPTION",
        "REFERENCES"
    ],
    "extracted_events": [
        {
            "introduced": "0.8.0-rc.1"
        },
        {
            "fixed": "0.8.14"
        }
    ]
}

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://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-78228.json"