Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. pkg.jsn.cam/caddy-defender
  4. ›
  5. CVE-2026-46415

CVE-2026-46415: Caddy Defender trusted proxy client IP bypass

May 19, 2026

Caddy Defender used r.RemoteAddr when evaluating whether a request should be blocked. RemoteAddr is the address of the immediate peer connected to Caddy.

In deployments where Caddy is behind a trusted proxy, CDN, or load balancer, the immediate peer is usually the proxy, not the original client. Caddy resolves the original client address into its client_ip request variable after applying the configured trusted_proxies policy, but Defender did not use that value.

As a result, clients from blocked IP ranges could bypass Defender when accessing Caddy through a trusted proxy whose own IP address was not blocked. This affects deployments that use Defender behind trusted proxies and expect it to enforce blocking based on the real client IP.

References

  • github.com/JasonLovesDoggo/caddy-defender/pull/139
  • github.com/JasonLovesDoggo/caddy-defender/security/advisories/GHSA-3h23-rrpc-3p87
  • github.com/advisories/GHSA-3h23-rrpc-3p87
  • nvd.nist.gov/vuln/detail/CVE-2026-46415

Code Behaviors & Features

Detect and mitigate CVE-2026-46415 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 0.10.1

Fixed versions

  • 0.10.1

Solution

Upgrade to version 0.10.1 or above.

Impact 8.2 HIGH

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

Learn more about CVSS

Weakness

  • CWE-284: Improper Access Control
  • CWE-348: Use of Less Trusted Source

Source file

go/pkg.jsn.cam/caddy-defender/CVE-2026-46415.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 23 Jun 2026 12:24:13 +0000.