Vulnerability Description
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.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/go-chi/chi/security/advisories/GHSA-rjr7-jggh-pgcp
- https://www.vulncheck.com/advisories/go-chi-chi-before-ip-spoofing-via-realip-mi
- https://github.com/go-chi/chi/security/advisories/GHSA-rjr7-jggh-pgcp
FAQ
What is CVE-2026-72816?
CVE-2026-72816 is a vulnerability with a CVSS score of 6.5 (MEDIUM). 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-...
How severe is CVE-2026-72816?
CVE-2026-72816 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-72816?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.