CVE Catalog

CVE-2026-72816

MediumCVSS 6.5
Published: Updated: Translated: NVD NIST

Summary

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.

Risk Assessment

The risk includes bypassing IP-based security controls, potentially leading to unauthorized access, DoS attacks, and audit log integrity compromise.

Recommendation

Update go-chi/chi to version 5.3.0 or later and configure trusted proxies in the RealIP middleware.

Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS