CVE-2026-54907: Caddy Proxy Manager: Registrations enabled by default allows creating users with "user" permission

Published Sep 17, 2026
·
Updated

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 AUTHALLOWSELFREGISTRATION=true before the authentication library's disableSignUp control permits sign-up. This issue is fixed in version 1.5.1.

Affected Software

1 affected component
Caddy Proxy Manager<1.5.1

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade Caddy Proxy Manager to a version that resolves this vulnerability.

    Fixed in 1.5.1
  2. Configuration

    Set AUTH_ALLOW_SELF_REGISTRATION=false so email/password self-registration is not enabled; in src/lib/config.ts and src/lib/auth-server.ts the auth library's disableSignUp control permits sign-up only when AUTH_ALLOW_SELF_REGISTRATION=true.

    Caddy Proxy Manager (AUTH_ALLOW_SELF_REGISTRATION) AUTH_ALLOW_SELF_REGISTRATION = false

Event History

Sep 17, 2026
CVE Published
via MITRE·08:32 PM
Data Sourced
via MITRE·08:32 PM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Which deployments are exposed by default?

Caddy Proxy Manager versions prior to 1.5.1 enable email-and-password self-registration by default. An unauthenticated remote user can register through the /api/auth/sign-up/email endpoint unless the deployment has otherwise prevented access to it.

2

What access does an attacker gain after registering?

The attacker receives an active account with the user role and does not require administrator approval. That role cannot view or modify proxy data, so the documented direct impact is unauthorized creation of low-privilege accounts.

3

What configuration is required after upgrading?

In the fixed behavior, self-registration is permitted only when AUTH_ALLOW_SELF_REGISTRATION=true is set. Without that setting, the authentication library's disableSignUp control prevents sign-up.

4

What should be done if an immediate upgrade is not possible?

Prevent unauthenticated access to the /api/auth/sign-up/email registration endpoint. This limits remote actors from creating new user-role accounts until version 1.5.1 can be deployed.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203