Back to list

Caddy: Remote Admin Authorization Bypass in `/config` API via Array Index Normalization — CVE-2026-45692

GitHub · GitHub · CVE-2026-45692

ID
CVE-2026-45692
Date
Activity
Source
GitHub
Vendor
GitHub
Threat
medium
CVSS
5.4

Summary

This report is not about a normal textual prefix-expansion case. The issue here is that the authorization layer and the `/config` traversal layer do **not agree on what object the path refers to**. In this case, a path authorized for one config object is accepted, but then resolves to a **different config object** during traversal. ## AI Disclosure The reporter used an LLM to help review the code, reason about the…

Product

go: github.com/caddyserver/caddy/v2

What to do

General, cautious steps (verify details in the official source):

  • Review exposure and plan remediation based on risk and environment.
  • Identify affected product versions in your inventory and verify whether you are impacted.
  • Apply vendor patches/updates or recommended mitigations as soon as available.
  • Read the official advisory for exact affected versions and remediation steps.

Official advisory

Related advisories