Skip to content

Commit

Permalink
data/reports: add GO-2023-1941.yaml
Browse files Browse the repository at this point in the history
Aliases: CVE-2023-37788, GHSA-4r8x-2p26-976p

Fixes #1941

Change-Id: If23de6db60a6e1cc959b3e1c124466b02836acaf
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/514595
Reviewed-by: Tatiana Bradley <[email protected]>
Run-TryBot: Damien Neil <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
  • Loading branch information
neild committed Jul 31, 2023
1 parent 9cfa8d2 commit 9842529
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 0 deletions.
57 changes: 57 additions & 0 deletions data/osv/GO-2023-1941.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"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"
}
}
21 changes: 21 additions & 0 deletions data/reports/GO-2023-1941.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
id: GO-2023-1941
modules:
- module: github.com/elazarl/goproxy
versions:
- fixed: 0.0.0-20230731152917-f99041a5c027
vulnerable_at: 0.0.0-20221015165544-a0805db90819
packages:
- package: github.com/elazarl/goproxy
symbols:
- ProxyHttpServer.handleHttps
derived_symbols:
- ProxyHttpServer.ServeHTTP
summary: Panic when handling invalid request in MITM mode in github.com/elazarl/goproxy
description: An invalid request can cause a panic when running in MITM mode.
cves:
- CVE-2023-37788
ghsas:
- GHSA-4r8x-2p26-976p
references:
- report: https://github.com/elazarl/goproxy/issues/502
- fix: https://github.com/elazarl/goproxy/pull/507

0 comments on commit 9842529

Please sign in to comment.