Skip to content

Commit 1bcfd60

Browse files
committed
data/reports: add GO-2024-2587.yaml
Aliases: CVE-2022-45786, GHSA-6p5q-h963-pwwf Fixes #2587 Change-Id: If299eadf8cd23f27ed8b86b6585d490221006ec0 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/568556 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Tatiana Bradley <[email protected]>
1 parent c0b1f0b commit 1bcfd60

File tree

2 files changed

+77
-0
lines changed

2 files changed

+77
-0
lines changed

data/osv/GO-2024-2587.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2024-2587",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"CVE-2022-45786",
8+
"GHSA-6p5q-h963-pwwf"
9+
],
10+
"summary": "SQL injection in github.com/apache/age/drivers/golang",
11+
"details": "SQL injection in github.com/apache/age/drivers/golang",
12+
"affected": [
13+
{
14+
"package": {
15+
"name": "github.com/apache/age/drivers/golang",
16+
"ecosystem": "Go"
17+
},
18+
"ranges": [
19+
{
20+
"type": "SEMVER",
21+
"events": [
22+
{
23+
"introduced": "0"
24+
}
25+
]
26+
}
27+
],
28+
"ecosystem_specific": {
29+
"imports": [
30+
{
31+
"path": "github.com/apache/age/drivers/golang/age",
32+
"symbols": [
33+
"AgeTx.ExecCypher",
34+
"AgeTx.ExecCypherMap",
35+
"ExecCypher",
36+
"ExecCypherMap"
37+
]
38+
}
39+
]
40+
}
41+
}
42+
],
43+
"references": [
44+
{
45+
"type": "ADVISORY",
46+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-45786"
47+
},
48+
{
49+
"type": "WEB",
50+
"url": "https://lists.apache.org/thread/of8x0gt5d2vfrm5ksxw55bwn2849ck1w"
51+
}
52+
],
53+
"database_specific": {
54+
"url": "https://pkg.go.dev/vuln/GO-2024-2587"
55+
}
56+
}

data/reports/GO-2024-2587.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
id: GO-2024-2587
2+
modules:
3+
- module: github.com/apache/age/drivers/golang
4+
vulnerable_at: 0.0.0-20240221054422-3b2b394eb669
5+
packages:
6+
- package: github.com/apache/age/drivers/golang/age
7+
symbols:
8+
- ExecCypher
9+
- ExecCypherMap
10+
- AgeTx.ExecCypher
11+
- AgeTx.ExecCypherMap
12+
summary: SQL injection in github.com/apache/age/drivers/golang
13+
cves:
14+
- CVE-2022-45786
15+
ghsas:
16+
- GHSA-6p5q-h963-pwwf
17+
references:
18+
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2022-45786
19+
- web: https://lists.apache.org/thread/of8x0gt5d2vfrm5ksxw55bwn2849ck1w
20+
notes:
21+
- Symbols determined manually from description of vulnerability.

0 commit comments

Comments
 (0)