CVE-2026-35053 PUBLISHED

OneUptime: Unauthenticated Workflow Execution via ManualAPI

Assigner: GitHub_M
Reserved: 31.03.2026 Published: 02.04.2026 Updated: 03.04.2026

OneUptime is an open-source monitoring and observability platform. Prior to version 10.0.42, the Worker service's ManualAPI exposes workflow execution endpoints (GET /workflow/manual/run/:workflowId and POST /workflow/manual/run/:workflowId) without any authentication middleware. An attacker who can obtain or guess a workflow ID can trigger arbitrary workflow execution with attacker-controlled input data, enabling JavaScript code execution, notification abuse, and data manipulation. This issue has been patched in version 10.0.42.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 9.2

Product Status

Vendor OneUptime
Product oneuptime
Versions
  • Version < 10.0.42 is affected

References

Problem Types

  • CWE-306: Missing Authentication for Critical Function CWE