-
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-2019-14243, GHSA-85c5-ccm8-vr96 Fixes #1923 Change-Id: Ib599b8c632c506014d3325ee6464a3b52a91dba8 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/512915 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
92 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,65 @@ | ||
{ | ||
"schema_version": "1.3.1", | ||
"id": "GO-2023-1923", | ||
"modified": "0001-01-01T00:00:00Z", | ||
"published": "0001-01-01T00:00:00Z", | ||
"aliases": [ | ||
"CVE-2019-14243", | ||
"GHSA-85c5-ccm8-vr96" | ||
], | ||
"summary": "Panic when handling invalid HAProxy PROXY v2 request in github.com/mastercactapus/proxyprotocol", | ||
"details": "Panic when handling invalid HAProxy PROXY v2 request in github.com/mastercactapus/proxyprotocol", | ||
"affected": [ | ||
{ | ||
"package": { | ||
"name": "github.com/mastercactapus/proxyprotocol", | ||
"ecosystem": "Go" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "SEMVER", | ||
"events": [ | ||
{ | ||
"introduced": "0" | ||
}, | ||
{ | ||
"fixed": "0.0.2" | ||
} | ||
] | ||
} | ||
], | ||
"ecosystem_specific": { | ||
"imports": [ | ||
{ | ||
"path": "github.com/mastercactapus/proxyprotocol", | ||
"symbols": [ | ||
"Conn.LocalAddr", | ||
"Conn.ProxyHeader", | ||
"Conn.Read", | ||
"Conn.RemoteAddr", | ||
"Parse", | ||
"parseV2" | ||
] | ||
} | ||
] | ||
} | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"type": "ADVISORY", | ||
"url": "https://github.com/advisories/GHSA-85c5-ccm8-vr96" | ||
}, | ||
{ | ||
"type": "REPORT", | ||
"url": "https://github.com/mastercactapus/proxyprotocol/issues/1" | ||
}, | ||
{ | ||
"type": "FIX", | ||
"url": "https://github.com/mastercactapus/proxyprotocol/commit/5c4a101121fc3e868026189c7a73f7f19eef90ac" | ||
} | ||
], | ||
"database_specific": { | ||
"url": "https://pkg.go.dev/vuln/GO-2023-1923" | ||
} | ||
} |
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,27 @@ | ||
id: GO-2023-1923 | ||
modules: | ||
- module: github.com/mastercactapus/proxyprotocol | ||
versions: | ||
- fixed: 0.0.2 | ||
vulnerable_at: 0.0.1 | ||
packages: | ||
- package: github.com/mastercactapus/proxyprotocol | ||
symbols: | ||
- parseV2 | ||
derived_symbols: | ||
- Conn.LocalAddr | ||
- Conn.ProxyHeader | ||
- Conn.Read | ||
- Conn.RemoteAddr | ||
- Parse | ||
summary: |- | ||
Panic when handling invalid HAProxy PROXY v2 request in | ||
github.com/mastercactapus/proxyprotocol | ||
cves: | ||
- CVE-2019-14243 | ||
ghsas: | ||
- GHSA-85c5-ccm8-vr96 | ||
references: | ||
- advisory: https://github.com/advisories/GHSA-85c5-ccm8-vr96 | ||
- report: https://github.com/mastercactapus/proxyprotocol/issues/1 | ||
- fix: https://github.com/mastercactapus/proxyprotocol/commit/5c4a101121fc3e868026189c7a73f7f19eef90ac |