Lucene search
K

120 matches found

Positive Technologies
Positive Technologies
added 2022/10/04 12:0 a.m.2 views

PT-2022-19246 · Go +9 · Go +9

Name of the Vulnerable Software and Affected Versions: Go versions prior to the fixed version Description: The issue concerns the ReverseProxy in Go, which includes raw query parameters from the inbound request, including unparsable parameters rejected by net/http, potentially permitting query...

9.8CVSS7.2AI score0.54214EPSS
Exploits15References370
OSV
OSV
added 2022/08/10 8:15 p.m.25 views

CVE-2022-32148

Improper exposure of client IP addresses in net/http before Go 1.17.12 and Go 1.18.4 can be triggered by calling httputil.ReverseProxy.ServeHTTP with a Request.Header map containing a nil value for the X-Forwarded-For header, which causes ReverseProxy to set the client IP as the value of the...

6.5CVSS6.9AI score
Exploits0References5
OSV
OSV
added 2022/08/10 8:15 p.m.3 views

AZL-79054 CVE-2022-32148 affecting package golang 1.25.7-1

Improper exposure of client IP addresses in net/http before Go 1.17.12 and Go 1.18.4 can be triggered by calling httputil.ReverseProxy.ServeHTTP with a Request.Header map containing a nil value for the X-Forwarded-For header, which causes ReverseProxy to set the client IP as the value of the...

6.5CVSS6.7AI score0.00056EPSS
Exploits1References1
Prion
Prion
added 2022/08/10 8:15 p.m.21 views

Design/Logic Flaw

Improper exposure of client IP addresses in net/http before Go 1.17.12 and Go 1.18.4 can be triggered by calling httputil.ReverseProxy.ServeHTTP with a Request.Header map containing a nil value for the X-Forwarded-For header, which causes ReverseProxy to set the client IP as the value of the...

6.4CVSS7.1AI score0.00056EPSS
Exploits1References5Affected Software1
RedHat Linux
RedHat Linux
added 2022/08/10 11:39 a.m.3 views

golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working

A flaw was found in net/http/httputil golang package. When httputil.ReverseProxy.ServeHTTP is called with a Request.Header map containing a nil value for the X-Forwarded-For header, ReverseProxy could set the client IP incorrectly. This issue may affect confidentiality...

6.5CVSS6.6AI score0.00056EPSS
Exploits1References6
Debian CVE
Debian CVE
added 2022/08/09 8:18 p.m.26 views

CVE-2022-32148

Improper exposure of client IP addresses in net/http before Go 1.17.12 and Go 1.18.4 can be triggered by calling httputil.ReverseProxy.ServeHTTP with a Request.Header map containing a nil value for the X-Forwarded-For header, which causes ReverseProxy to set the client IP as the value of the...

6.5CVSS7.7AI score0.00056EPSS
Exploits1
AlpineLinux
AlpineLinux
added 2022/08/09 8:18 p.m.39 views

CVE-2022-32148

Improper exposure of client IP addresses in net/http before Go 1.17.12 and Go 1.18.4 can be triggered by calling httputil.ReverseProxy.ServeHTTP with a Request.Header map containing a nil value for the X-Forwarded-For header, which causes ReverseProxy to set the client IP as the value of the...

6.5CVSS7.5AI score0.00056EPSS
Exploits1
CVE
CVE
added 2022/08/09 8:18 p.m.394 views

CVE-2022-32148

CVE-2022-32148 affects Go’s net/http/httputil ReverseProxy. A nil value in Request.Header for X-Forwarded-For can trigger ReverseProxy.ServeHTTP to set the client IP as the header value, exposing the client IP. Affected component: net/http/httputil ReverseProxy handling. Root cause: improper hand...

6.5CVSS7.4AI score0.00056EPSS
Exploits1References5Affected Software1
OSV
OSV
added 2022/08/06 12:1 p.m.2 views

OPENSUSE-SU-2022:10080-1 Security update for caddy

This update for caddy fixes the following issues: Update to version 2.5.2: admin: expect quoted ETags 4879 headers: Only replace known placeholders 4880 reverseproxy: Err 503 if all upstreams unavailable reverseproxy: Adjust new TLS Caddyfile directive names 4872 fileserver: Use safe redirects in...

7.5CVSS7.6AI score0.00614EPSS
Exploits1References3
OSV
OSV
added 2022/07/28 5:23 p.m.31 views

GO-2022-0520 Exposure of client IP addresses in net/http

Client IP adresses may be unintentionally exposed via X-Forwarded-For headers. When httputil.ReverseProxy.ServeHTTP is called with a Request.Header map containing a nil value for the X-Forwarded-For header, ReverseProxy sets the client IP as the value of the X-Forwarded-For header, contrary to it...

6.5CVSS7.4AI score0.00056EPSS
Exploits1References4
Veracode
Veracode
added 2022/07/22 5:5 p.m.23 views

Information Disclosure

go is vulnerable to information disclosure. The vulnerability exists in httputil.ReverseProxy.ServeHTTP with a Request.Header map containing nil value for the X-Forwarded-For header which allows to remote attacker to bypass security mechanism and access the sensitive information...

6.5CVSS6.9AI score0.00056EPSS
Exploits1References8Affected Software17
OpenVAS
OpenVAS
added 2022/07/18 12:0 a.m.35 views

Mageia: Security Advisory (MGASA-2022-0262)

The remote host is missing an update for the SPDX-FileCopyrightText: 2022 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.5CVSS7.4AI score0.00159EPSS
Exploits3References13
Mageia
Mageia
added 2022/07/16 7:58 p.m.67 views

Updated golang packages fix security vulnerability

net/http: improper sanitization of Transfer-Encoding header The HTTP/1 client accepted some invalid Transfer-Encoding headers as indicating a "chunked" encoding. This could potentially allow for request smuggling, but only if combined with an intermediate server that also improperly failed to...

7.5CVSS0.7AI score0.00159EPSS
Exploits3References11
RedhatCVE
RedhatCVE
added 2022/07/15 10:33 a.m.62 views

CVE-2022-32148

A flaw was found in net/http/httputil golang package. When httputil.ReverseProxy.ServeHTTP is called with a Request.Header map containing a nil value for the X-Forwarded-For header, ReverseProxy could set the client IP incorrectly. This issue may affect confidentiality...

6.5CVSS2.2AI score0.00056EPSS
Exploits1References5
FreeBSD
FreeBSD
added 2022/07/12 12:0 a.m.33 views

go -- multiple vulnerabilities

The Go project reports: net/http: improper sanitization of Transfer-Encoding header The HTTP/1 client accepted some invalid Transfer-Encoding headers as indicating a "chunked" encoding. This could potentially allow for request smuggling, but only if combined with an intermediate server that also...

7.5CVSS0.6AI score0.00159EPSS
Exploits3References1
RedhatCVE
RedhatCVE
added 2022/05/07 2:23 p.m.77 views

CVE-2021-33197

A flaw was found in Go, acting as an unintended proxy or intermediary, where ReverseProxy forwards connection headers if the first one was empty. This flaw allows an attacker to drop arbitrary headers. The highest threat from this vulnerability is to integrity...

5.3CVSS4.9AI score0.00039EPSS
Exploits1References4
RedhatCVE
RedhatCVE
added 2022/04/30 1:9 p.m.42 views

CVE-2021-36221

A race condition flaw was found in Go. The incoming requests body weren't closed after the handler panic and as a consequence this could lead to ReverseProxy crash. The highest threat from this vulnerability is to Availability. Mitigation Mitigation for this issue is either not available or the...

5.9CVSS1.3AI score0.00231EPSS
Exploits0References4
IBM Security Bulletins
IBM Security Bulletins
added 2022/04/22 2:45 p.m.32 views

Security Bulletin: Security Vulnerabilities affect IBM Cloud Private - Golang (CVE-2021-33197)

Summary Security Vulnerabilities affect IBM Cloud Private - Golang Vulnerability Details CVEID: CVE-2021-33197 DESCRIPTION: Golang Go could allow a remote attacker to bypass security restrictions, caused by a flaw in the ReverseProxy in net/http/httputil. By sending a specially-crafted request, a...

5.3CVSS0.4AI score0.00039EPSS
Exploits1Affected Software1
Tenable Nessus
Tenable Nessus
added 2022/03/11 12:0 a.m.32 views

AlmaLinux 8 : go-toolset:rhel8 (ALSA-2021:4156)

The remote AlmaLinux 8 host has a package installed that is affected by multiple vulnerabilities as referenced in the ALSA-2021:4156 advisory. golang: net: lookup functions may return invalid host names CVE-2021-33195 golang: net/http/httputil: ReverseProxy forwards connection headers if first on...

7.5CVSS7.1AI score0.00231EPSS
Exploits3References5
Tenable Nessus
Tenable Nessus
added 2022/02/25 12:0 a.m.35 views

EulerOS 2.0 SP10 : golang (EulerOS-SA-2022-1254)

According to the versions of the golang packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - Go before 1.15.15 and 1.16.x before 1.16.7 has a race condition that can lead to a net/http/httputil ReverseProxy panic upon an ErrAbortHandler...

9.8CVSS7.5AI score0.10629EPSS
Exploits0References3
Rows per page
Query Builder