CVE-2026-72816

go-chi/chi through 5.2.1 contains an IP spoofing vulnerability in the RealIP middleware (middleware/realip.go). The realIP() function reads client-controlled headers (True-Client-IP, X-Real-IP, and X-Forwarded-For) and overwrites r.RemoteAddr without verifying that the request originated from a trusted proxy. Attackers can supply arbitrary IP addresses in these headers to bypass IP-based access controls, evade rate limiting and geo-IP restrictions, and pollute audit logs. Fixed in 5.3.0.
Configurations

No configuration.

History

No history.

Information

Published : 2026-08-14 12:16

Updated : 2026-09-09 20:35


NVD link : CVE-2026-72816

Mitre link : CVE-2026-72816

CVE.ORG link : CVE-2026-72816


JSON object : View

Products Affected

No product.

CWE
CWE-290

Authentication Bypass by Spoofing