Vulnerability Description
Caddy Proxy Manager is a web interface for managing Caddy Server reverse proxies and certificates. Prior to 1.5.1, Caddy Proxy Manager enables email and password self-registration by default at /api/auth/sign-up/email, allowing an unauthenticated remote actor to create an active account with the user role without administrator approval. The user role cannot view or modify proxy data, so the direct impact is limited to unauthorized creation of low-privilege accounts. The fixed configuration in src/lib/config.ts and src/lib/auth-server.ts requires AUTH_ALLOW_SELF_REGISTRATION=true before the authentication library's disableSignUp control permits sign-up. This issue is fixed in version 1.5.1.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/fuomag9/caddy-proxy-manager/commit/ed6d04f0d80a9c4c234e83e11a
- https://github.com/fuomag9/caddy-proxy-manager/releases/tag/v1.5.1
- https://github.com/fuomag9/caddy-proxy-manager/security/advisories/GHSA-4wcc-gwx
FAQ
What is CVE-2026-54907?
CVE-2026-54907 is a vulnerability with a CVSS score of 5.3 (MEDIUM). Caddy Proxy Manager is a web interface for managing Caddy Server reverse proxies and certificates. Prior to 1.5.1, Caddy Proxy Manager enables email and password self-registration by default at /api/a...
How severe is CVE-2026-54907?
CVE-2026-54907 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-54907?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.