CVE-2026-72816 PUBLISHED

go-chi chi before 5.3.0 IP Spoofing via RealIP Middleware

Assigner: VulnCheck
Reserved: 10.08.2026 Published: 14.08.2026 Updated: 14.08.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N
CVSS Score: 6.9

Product Status

Vendor go-chi
Product chi
Versions Default: unaffected
  • affected from 0 to 5.3.0 (excl.)
  • Version 5.3.0 is unaffected

Credits

  • rezmoss reporter

References

Problem Types

  • Authentication Bypass by Spoofing CWE