Lucene search

K
cvelistGoCVELIST:CVE-2022-32148
HistoryAug 09, 2022 - 8:18 p.m.

CVE-2022-32148 Exposure of client IP addresses in net/http

2022-08-0920:18:21
Go
www.cve.org
4

7.3 High

AI Score

Confidence

High

0.002 Low

EPSS

Percentile

52.0%

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 X-Forwarded-For header.

CNA Affected

[
  {
    "vendor": "Go standard library",
    "product": "net/http",
    "collectionURL": "https://pkg.go.dev",
    "packageName": "net/http",
    "versions": [
      {
        "version": "0",
        "lessThan": "1.17.12",
        "status": "affected",
        "versionType": "semver"
      },
      {
        "version": "1.18.0-0",
        "lessThan": "1.18.4",
        "status": "affected",
        "versionType": "semver"
      }
    ],
    "programRoutines": [
      {
        "name": "Header.Clone"
      }
    ],
    "defaultStatus": "unaffected"
  }
]