Skip to content

CVE-2026-52845

Improper Authentication: is CVE-2026-52845real, exploitable, or a false positive? Here's the community verdict.

High · CVSS 8.1CWE-287 · Improper Authentication

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N

Caddy is an extensible server platform that uses TLS by default. Prior to 2.11.4, forward_auth copy_headers deletes the exact client-supplied identity header before copying the trusted value from the auth gateway. But when the request later goes through php_fastcgi, Caddy normalizes HTTP headers into CGI variables by replacing - with _. This lets a client send an underscore alias that survives the forward_auth delete step but becomes the same PHP/FastCGI variable. Result: a remote client can inject or sometimes override identity/group headers trusted by PHP/FastCGI applications behind Caddy. This vulnerability is fixed in 2.11.4.

Published

Embed this verdict
TruePositive verdict for CVE-2026-52845
Markdown
[![TruePositive verdict](https://www.truepositive.app/cve/CVE-2026-52845/badge.svg)](https://www.truepositive.app/cve/CVE-2026-52845)
HTML
<a href="https://www.truepositive.app/cve/CVE-2026-52845"><img src="https://www.truepositive.app/cve/CVE-2026-52845/badge.svg" alt="TruePositive verdict for CVE-2026-52845"></a>

Live badge that updates automatically as the community verdict changes.

Community ground truth

In your experience, is this finding real and exploitable?

0 verdicts
Not a real issue

No account needed. Anonymous verdicts post as an unverified signal. Log in to make yours verified and earn reputation.

Field notes & remediation

Verdicts are the quick signal. Notes are the evidence and fixes behind them.

No notes yet. Be the first to share what you saw, or a fix that worked.

    Add a field note or remediationoptional
    Note type

    What are you adding?

    Markdown supported · minimum 20 characters.

    Same weakness: CWE-287 · Improper Authentication.