Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-46415
Published:May 20, 2026
Updated:May 20, 2026
Impact 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. Patches The issue is fixed by making Defender prefer Caddys resolved "client_ip" request variable when it is available. Defender falls back to "RemoteAddr" only when Caddy has not provided a resolved client IP. Users should upgrade to "v0.10.1" or later. Workarounds There is no complete workaround in affected Defender versions for deployments that rely on Caddys trusted proxy client IP resolution. Until upgrading, affected users should enforce equivalent IP blocking at the trusted proxy, CDN, load balancer, firewall, or other edge layer before traffic reaches Caddy. Deployments where Caddy receives traffic directly from clients, without an intermediate trusted proxy, are not affected by this bypass.
Affected Packages
https://github.com/JasonLovesDoggo/caddy-defender.git (GITHUB):
Affected version(s) >=v0.3.0 <v0.10.1
Fix Suggestion:
Update to version v0.10.1
pkg.jsn.cam/caddy-defender (GO):
Affected version(s) >=v0.0.0-20250518020856-0dfb5ce642d0 <v0.10.1
Fix Suggestion:
Update to version v0.10.1
Do you need more information?
Contact Us
CVSS v4
Base Score:
8.8
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
LOW
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
8.2
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
LOW
Availability
NONE
Weakness Type (CWE)
Use of Less Trusted Source
Improper Access Control