Lucene search
+L

82 matches found

RedhatCVE
RedhatCVE
added 2026/08/31 3:07 p.m.5 views

CVE-2025-71405

A flaw was found in go-chi/chi. The RedirectSlashes middleware function incorrectly uses the Host header to build redirect URLs. A remote attacker can manipulate the Host header to redirect users to arbitrary malicious websites. This can lead to phishing attacks and credential theft. Mitigation...

5.4CVSS6AI score0.00307EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/08/31 12:00 a.m.9 views

Fedora 43 : opkssh (2026-8d9ba295e0)

The remote Fedora 43 host has a package installed that is affected by multiple vulnerabilities as referenced in the FEDORA-2026-8d9ba295e0 advisory. Update the bundled github.com/go-chi/chi/v5 to v5.3.1, which is outside the range affected by CVE-2026-72815, CVE-2026-72816 and CVE-2026-72817 IP...

6.9CVSS5.7AI score0.00397EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/29 12:00 a.m.13 views

openSUSE 16 Security Update : cloudflared (openSUSE-SU-2026:21670-1)

The remote openSUSE 16 host has a package installed that is affected by multiple vulnerabilities as referenced in the openSUSE-SU-2026:21670-1 advisory. Changes in cloudflared: - Update version to 2026.8.2 Update vendor archive to fix github.com/go-chi/chi/v5 boo1276196, CVE-2026-72815,...

6.9CVSS5.7AI score0.00397EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/08/28 12:00 a.m.14 views

openSUSE 16 Security Update : trivy (openSUSE-SU-2026:21645-1)

The remote openSUSE 16 host has a package installed that is affected by multiple vulnerabilities as referenced in the openSUSE-SU-2026:21645-1 advisory. This update for trivy fixes the following issue: - CVE-2026-72815,CVE-2026-72816,CVE-2026-72817: github.com/go-chi/chi/v5: multiple IP spoofing...

6.9CVSS6AI score0.00397EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/27 7:43 p.m.15 views

OPENSUSE-SU-2026:21670-1 Security update for cloudflared

This update for cloudflared fixes the following issues: Changes in cloudflared: - Update version to 2026.8.2 Update vendor archive to fix github.com/go-chi/chi/v5 boo1276196, CVE-2026-72815, CVE-2026-72816, CVE-2026-72817 Add OpenRC support Migrate config renovate.json Fix bugs...

6.9CVSS5.9AI score0.00397EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/25 7:22 a.m.5 views

OPENSUSE-SU-2026:21645-1 Security update for trivy

This update for trivy fixes the following issue: - CVE-2026-72815,CVE-2026-72816,CVE-2026-72817: github.com/go-chi/chi/v5: multiple IP spoofing vulnerabilities allow authentication bypass, authorization override, and log forgery bsc1276128. Changes for trivy: - Update to version 0.74.0: release:...

6.9CVSS5.7AI score0.00397EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/08/22 4:28 p.m.10 views

SUSE CVE-2026-72815

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 mechanisms, and forge log...

6.5CVSS5.4AI score0.00397EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/22 4:28 p.m.10 views

SUSE CVE-2026-72816

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...

6.5CVSS5.7AI score0.00219EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/22 4:28 p.m.11 views

SUSE CVE-2026-72817

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 forged IP as the fir...

6.5CVSS5.4AI score0.0015EPSS
SaveExploits0References3
Microsoft CVE
Microsoft CVE
added 2026/08/21 5:02 a.m.14 views

go-chi chi 0.9.0 before 5.3.0 IP Spoofing via X-Forwarded-For

...

6.9CVSS5.2AI score0.0015EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/08/21 5:02 a.m.15 views

go-chi chi before 5.3.0 IP Spoofing via RealIP Middleware

...

6.9CVSS5.2AI score0.00219EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/08/18 8:57 p.m.6 views

CVE-2026-72817

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
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/08/18 4:54 p.m.6 views

CVE-2026-72815

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
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/08/18 3:52 p.m.6 views

CVE-2026-72816

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
SaveExploits0References5
NVD
NVD
added 2026/08/14 12:16 p.m.9 views

CVE-2026-72817

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 forged IP as the fir...

6.9CVSS0.0015EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/14 12:16 p.m.9 views

AZL-96689 CVE-2026-72816 affecting package influxdb 2.7.5-19

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...

6.9CVSS6AI score0.00219EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/14 12:16 p.m.7 views

AZL-96692 CVE-2026-72817 affecting package influxdb 2.7.5-19

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 forged IP as the fir...

6.9CVSS5.9AI score0.0015EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/14 12:16 p.m.5 views

CVE-2026-72815

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 mechanisms, and forge log...

6.9CVSS0.00397EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/14 12:16 p.m.6 views

CVE-2026-72816

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...

6.9CVSS0.00219EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/14 12:16 p.m.10 views

AZL-96635 CVE-2026-72816 affecting package gh for versions less than 2.97.0-1

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...

6.9CVSS6AI score0.00219EPSS
SaveExploits0References1
Rows per page
Query Builder