🚨 CVE-2026-9317
Nango before 0.71.6 contains a missing authentication vulnerability in the runner tRPC server that allows unauthenticated attackers to execute arbitrary JavaScript code by invoking the exposed start procedure without credentials. Attackers with network access to the runner port can send requests to the unauthenticated start procedure, bypassing the unenforced RUNNER_SECRET_KEY environment variable, to achieve remote code execution within the runner process.
🎖@cveNotify
GitHub
fix(runner): auth runner start (#7288) · NangoHQ/nango@ed3030a
## Summary
- Require a jobs identity on runner `start` / `abort` / `notifyWhenIdle`
when `NANGO_INTERNAL_AUTH_REQUIRED=true`. Jobs mints an EdDSA JWT (`aud:
runner`); runners verify with a public ...
September 4, 2026 39