Only the latest release on the main branch receives security updates.
If you discover a security vulnerability in OpenBin, please report it responsibly:
- Do not open a public GitHub issue.
- Email security@openbin.app with:
- A description of the vulnerability
- Steps to reproduce
- Potential impact
- You will receive an acknowledgment within 48 hours.
- A fix will be developed and released within 7 days for critical issues, 30 days for lower severity.
The following are in scope:
- Authentication and authorization bypasses
- Server-side injection (SQL, command, SSRF)
- Sensitive data exposure (API keys, passwords, tokens)
- Cross-site scripting (XSS) and cross-site request forgery (CSRF)
Out of scope:
- Denial of service (self-hosted app)
- Issues requiring physical access to the host
- Social engineering
- Set
AI_ENCRYPTION_KEYto encrypt user AI API keys at rest - Set
TRUST_PROXY=trueonly when behind a reverse proxy - Use a strong
JWT_SECRETin production (auto-generated if unset) - Keep
REGISTRATION_ENABLED=falseafter initial setup if not needed - Run behind HTTPS (via reverse proxy) in production