Instituto Nacional de ciberseguridad. Sección Incibe
Instituto Nacional de Ciberseguridad. Sección INCIBE-CERT

CVE-2026-48592

Gravedad CVSS v4.0:
MEDIA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
26/05/2026
Última modificación:
26/05/2026

Descripción

*** Pendiente de traducción *** Missing Authorization vulnerability in oban-bg oban_web (&amp;#39;Elixir.Oban.Web.Jobs.DetailComponent&amp;#39; modules) allows unauthorized job worker substitution.<br /> <br /> The handle_event("save-job", ...) handler in &amp;#39;Elixir.Oban.Web.Jobs.DetailComponent&amp;#39; does not perform an authorization check, unlike the sibling cancel, delete, and retry handlers which all verify the caller&amp;#39;s privileges via can?/2. An authenticated user with :read_only access can push a forged save-job LiveView WebSocket event to overwrite a job&amp;#39;s worker field with any other existing Oban.Worker module in the application. On the job&amp;#39;s next execution attempt, Oban will invoke perform/1 on the attacker-chosen module instead of the intended one.<br /> <br /> This issue affects oban_web: from 2.12.0 before 2.12.5.