Lucene search
+L

56 matches found

Tenable Nessus
Tenable Nessus
added 2026/08/14 12:00 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-72816

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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 header...

6.9CVSS5.7AI score0.00219EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/08/12 5:43 p.m.5 views

github.com/go-chi/chi: go-chi/chi: IP Spoofing via RealIP Middleware allows bypassing access controls

A flaw was found in the go-chi/chi RealIP middleware. This vulnerability allows a remote attacker to perform IP spoofing by supplying arbitrary IP addresses in client-controlled headers. This can lead to bypassing IP-based access controls, evading rate limiting and geo-IP restrictions, and...

6.9CVSS5.6AI score0.00219EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/08/12 5:43 p.m.6 views

github.com/go-chi/chi/middleware: go-chi chi: IP spoofing via X-Forwarded-For header allows bypass of access controls

A flaw was found in the go-chi chi RealIP middleware. This vulnerability allows a remote attacker to spoof their IP address by manipulating the X-Forwarded-For HTTP header. By exploiting this, an attacker can bypass IP-based access control lists and rate-limiting mechanisms, and forge log entries...

6.9CVSS5.5AI score0.00397EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/08/12 5:43 p.m.5 views

github.com/go-chi/chi/middleware: go-chi/chi: IP spoofing via X-Forwarded-For header manipulation

A flaw was found in the go-chi/chi component. The RealIP middleware, responsible for resolving the request source IP, does not properly validate trusted proxies when processing the X-Forwarded-For header. A remote attacker can exploit this by prepending a forged IP address to the X-Forwarded-For...

6.9CVSS5.5AI score0.0015EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/08/03 5:08 p.m.7 views

github.com/go-chi/chi: go-chi/chi: IP Spoofing via RealIP Middleware allows bypassing access controls

A flaw was found in the go-chi/chi RealIP middleware. This vulnerability allows a remote attacker to perform IP spoofing by supplying arbitrary IP addresses in client-controlled headers. This can lead to bypassing IP-based access controls, evading rate limiting and geo-IP restrictions, and...

6.9CVSS5.6AI score0.00219EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/08/03 5:08 p.m.8 views

github.com/go-chi/chi/middleware: go-chi/chi: IP spoofing via X-Forwarded-For header manipulation

A flaw was found in the go-chi/chi component. The RealIP middleware, responsible for resolving the request source IP, does not properly validate trusted proxies when processing the X-Forwarded-For header. A remote attacker can exploit this by prepending a forged IP address to the X-Forwarded-For...

6.9CVSS5.5AI score0.0015EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/08/03 4:54 p.m.9 views

github.com/go-chi/chi/middleware: go-chi chi: IP spoofing via X-Forwarded-For header allows bypass of access controls

A flaw was found in the go-chi chi RealIP middleware. This vulnerability allows a remote attacker to spoof their IP address by manipulating the X-Forwarded-For HTTP header. By exploiting this, an attacker can bypass IP-based access control lists and rate-limiting mechanisms, and forge log entries...

6.9CVSS5.5AI score0.00397EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/08/03 4:54 p.m.6 views

github.com/go-chi/chi: go-chi/chi: IP Spoofing via RealIP Middleware allows bypassing access controls

A flaw was found in the go-chi/chi RealIP middleware. This vulnerability allows a remote attacker to perform IP spoofing by supplying arbitrary IP addresses in client-controlled headers. This can lead to bypassing IP-based access controls, evading rate limiting and geo-IP restrictions, and...

6.9CVSS5.6AI score0.00219EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/08/03 4:54 p.m.7 views

github.com/go-chi/chi/middleware: go-chi/chi: IP spoofing via X-Forwarded-For header manipulation

A flaw was found in the go-chi/chi component. The RealIP middleware, responsible for resolving the request source IP, does not properly validate trusted proxies when processing the X-Forwarded-For header. A remote attacker can exploit this by prepending a forged IP address to the X-Forwarded-For...

6.9CVSS5.5AI score0.0015EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/24 6:35 p.m.19 views

GO-2026-5777 Chi's RealIP Middleware allows IP spoofing via unvalidated X-Forwarded-For header in github.com/go-chi/chi

Chi's RealIP Middleware allows IP spoofing via unvalidated X-Forwarded-For header in github.com/go-chi/chi...

6.9CVSS5.8AI score0.00219EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/25 6:21 p.m.17 views

GHSA-3FXJ-6JH8-HVHX chi Has an IP Spoofing Vulnerability in `middleware.RealIP`

Summary The RealIP middleware in go-chi/chi is vulnerable to IP spoofing because it blindly trusts the first leftmost element of the X-Forwarded-For HTTP header. This allows a remote attacker to bypass IP-based access control lists ACLs and rate-limiting mechanisms by providing a spoofed IP addre...

6.9CVSS5.9AI score0.00397EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/25 6:19 p.m.19 views

GHSA-RJR7-JGGH-PGCP chi's RealIP Middleware allows IP spoofing via unvalidated X-Forwarded-For header

Summary realip middleware in go-chi/chi trusts headers like x-forwarded-for without checking them, so attackers can fake their ip and bypass rate limits or access controls Details the vuln is in middleware/realip.go , the realIP function pulls IPs straight from client headers and replaces...

8.7CVSS5.9AI score0.00219EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/06/25 12:00 a.m.9 views

PT-2026-71987

Name of the Vulnerable Software and Affected Versions go-chi/chi versions 0.9.0 through 5.2.9 Description The RealIP middleware resolves the request source IP Request.RemoteAddr by using the first IP address found in the X-Forwarded-For header without validating trusted proxies. This allows a...

8.7CVSS5.2AI score0.0015EPSS
SaveExploits0References35
Positive Technologies
Positive Technologies
added 2026/06/25 12:00 a.m.41 views

PT-2026-71986

Name of the Vulnerable Software and Affected Versions go-chi/chi versions prior to 5.3.0 Description The RealIP middleware middleware/realip.go allows IP spoofing because the realIP function reads client-controlled headers and overwrites r.RemoteAddr without verifying if the request came from a...

8.7CVSS6AI score0.00219EPSS
SaveExploits0References32
NVD
NVD
added 2026/03/03 11:15 p.m.19 views

CVE-2026-27981

HomeBox is a home inventory and organization system. Prior to 0.24.0, the authentication rate limiter authRateLimiter tracks failed attempts per client IP. It determines the client IP by reading, 1. X-Real-IP header, 2. First entry of X-Forwarded-For header, and 3. r.RemoteAddr TCP connection...

7.4CVSS0.00262EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/03/03 10:27 p.m.7 views

CVE-2026-27981

HomeBox is a home inventory and organization system. Prior to 0.24.0, the authentication rate limiter authRateLimiter tracks failed attempts per client IP. It determines the client IP by reading, 1. X-Real-IP header, 2. First entry of X-Forwarded-For header, and 3. r.RemoteAddr TCP connection...

7.4CVSS6AI score0.00262EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder