VYPR

chi

by go-chi

Source repositories

CVEs (5)

  • CVE-2026-72815MedAug 14, 2026
    risk 0.38cvss epss 0.00

    go-chi chi versions >= 5.2.1 and before 5.3.0 contain an IP spoofing vulnerability in the RealIP middleware, which blindly trusts the first (leftmost) value of the X-Forwarded-For HTTP header. A remote attacker can bypass IP-based access control lists and rate-limiting…

  • CVE-2026-72817MedAug 14, 2026
    risk 0.35cvss 6.5epss 0.00

    go-chi/chi versions 0.9.0 before 5.3.0 contains an IP spoofing vulnerability in the RealIP middleware, which resolves the request source IP (Request.RemoteAddr) using the first IP in the X-Forwarded-For header without validating trusted proxies. A malicious client can prepend a…

  • CVE-2026-72816MedAug 14, 2026
    risk 0.35cvss 6.5epss 0.00

    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…

  • CVE-2025-71405MedAug 14, 2026
    risk 0.33cvss epss 0.00

    chi versions before v5.2.2 contain an open redirect vulnerability in the RedirectSlashes middleware function that uses the Host header to construct redirect URLs. Attackers can manipulate the Host header to redirect users to arbitrary hosts, enabling phishing attacks and…

  • CVE-2025-69725MedFeb 19, 2026
    risk 0.24cvss 4.7epss 0.00

    An Open Redirect vulnerability in the go-chi/chi >=5.2.2 RedirectSlashes function allows remote attackers to redirect victim users to malicious websites using the legitimate website domain.