CVE-2026-54907 PUBLISHED

Caddy Proxy Manager: Registrations enabled by default allows creating users with "user" permission

Assigner: GitHub_M
Reserved: 16.06.2026 Published: 17.09.2026 Updated: 17.09.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
CVSS Score: 5.3

Product Status

Vendor fuomag9
Product caddy-proxy-manager
Versions
  • Version < 1.5.1 is affected

References

Problem Types

  • CWE-1188: Insecure Default Initialization of Resource CWE