Skip to content

Commit

Permalink
data/reports: add GO-2023-1923.yaml
Browse files Browse the repository at this point in the history
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
neild committed Jul 25, 2023
1 parent f5771dd commit 30a9051
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 0 deletions.
65 changes: 65 additions & 0 deletions data/osv/GO-2023-1923.json
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"
}
}
27 changes: 27 additions & 0 deletions data/reports/GO-2023-1923.yaml
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

0 comments on commit 30a9051

Please sign in to comment.