зеркало из https://github.com/golang/vulndb.git
58 строки
1.3 KiB
JSON
58 строки
1.3 KiB
JSON
{
|
|
"schema_version": "1.3.1",
|
|
"id": "GO-2023-1941",
|
|
"modified": "0001-01-01T00:00:00Z",
|
|
"published": "0001-01-01T00:00:00Z",
|
|
"aliases": [
|
|
"CVE-2023-37788",
|
|
"GHSA-4r8x-2p26-976p"
|
|
],
|
|
"summary": "Panic when handling invalid request in MITM mode in github.com/elazarl/goproxy",
|
|
"details": "An invalid request can cause a panic when running in MITM mode.",
|
|
"affected": [
|
|
{
|
|
"package": {
|
|
"name": "github.com/elazarl/goproxy",
|
|
"ecosystem": "Go"
|
|
},
|
|
"ranges": [
|
|
{
|
|
"type": "SEMVER",
|
|
"events": [
|
|
{
|
|
"introduced": "0"
|
|
},
|
|
{
|
|
"fixed": "0.0.0-20230731152917-f99041a5c027"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"ecosystem_specific": {
|
|
"imports": [
|
|
{
|
|
"path": "github.com/elazarl/goproxy",
|
|
"symbols": [
|
|
"ProxyHttpServer.ServeHTTP",
|
|
"ProxyHttpServer.handleHttps"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"references": [
|
|
{
|
|
"type": "REPORT",
|
|
"url": "https://github.com/elazarl/goproxy/issues/502"
|
|
},
|
|
{
|
|
"type": "FIX",
|
|
"url": "https://github.com/elazarl/goproxy/pull/507"
|
|
}
|
|
],
|
|
"database_specific": {
|
|
"url": "https://pkg.go.dev/vuln/GO-2023-1941",
|
|
"review_status": "REVIEWED"
|
|
}
|
|
} |