Skip to content

Commit 62db6f3

Browse files
committed
data/reports: update GO-2022-0248 to include later fix
GHSA-cqh2-vc2f-q4fh reported a path traversal vulnerability in github.com/cloudflare/cfrpki/pki, which was subsequently fixed in v1.4.0. GHSA-8459-6rc9-8vf8 is a later GHSA reporting that the fix was insufficient. This report was addressed by a followup fix in v1.4.4. Since the vulnerability has a single root cause, update GO-2022-0248 to reference both GHSAs and list 1.4.4 as the fix version. For #248 Fixes #362 Change-Id: I3861168ab3ac7d18e33e95c37ab8616a34c2f624 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/539338 Reviewed-by: Tatiana Bradley <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent f8f7360 commit 62db6f3

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

data/osv/GO-2022-0248.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"published": "2022-07-15T23:07:18Z",
66
"aliases": [
77
"CVE-2021-3907",
8-
"GHSA-cqh2-vc2f-q4fh"
8+
"GHSA-cqh2-vc2f-q4fh",
9+
"GHSA-8459-6rc9-8vf8"
910
],
1011
"summary": "Directory traversal in manifest path extraction in github.com/cloudflare/cfrpki",
1112
"details": "Manifest path extraction is vulnerable to directory traversal attacks.\n\nThe ExtractPathManifest function permits file paths containing relative directory components (\"..\"), permitting files to reference arbitrary locations on the filesystem.",
@@ -23,7 +24,7 @@
2324
"introduced": "0"
2425
},
2526
{
26-
"fixed": "1.4.3"
27+
"fixed": "1.4.4"
2728
}
2829
]
2930
}
@@ -48,6 +49,10 @@
4849
{
4950
"type": "FIX",
5051
"url": "https://github.com/cloudflare/cfrpki/commit/eb9cc4db7b7b79e44f56dfaa959fccdfb2af8284"
52+
},
53+
{
54+
"type": "FIX",
55+
"url": "https://github.com/cloudflare/cfrpki/commit/a053a808feeb3115c76b6cc263ee55598ce6e8cd"
5156
}
5257
],
5358
"credits": [

data/reports/GO-2022-0248.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ id: GO-2022-0248
22
modules:
33
- module: github.com/cloudflare/cfrpki
44
versions:
5-
- fixed: 1.4.3
5+
- fixed: 1.4.4
66
vulnerable_at: 1.4.2
77
packages:
88
- package: github.com/cloudflare/cfrpki/validator/pki
@@ -25,7 +25,9 @@ cves:
2525
- CVE-2021-3907
2626
ghsas:
2727
- GHSA-cqh2-vc2f-q4fh
28+
- GHSA-8459-6rc9-8vf8
2829
credits:
2930
- Koen van Hove
3031
references:
3132
- fix: https://github.com/cloudflare/cfrpki/commit/eb9cc4db7b7b79e44f56dfaa959fccdfb2af8284
33+
- fix: https://github.com/cloudflare/cfrpki/commit/a053a808feeb3115c76b6cc263ee55598ce6e8cd

0 commit comments

Comments
 (0)