-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
2 changed files
with
78 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |