Skip to content

Commit f1566f9

Browse files
zpavlinovicgopherbot
authored andcommitted
data/reports: add GO-2025-3384
- data/reports/GO-2025-3384.yaml Fixes #3384 Change-Id: Ib8dd3c9e23570848f1ed5f5abd85ca94ee219de6 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/642597 LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Zvonimir Pavlinovic <[email protected]> Reviewed-by: Tatiana Bradley <[email protected]>
1 parent 7d3d97b commit f1566f9

File tree

2 files changed

+62
-0
lines changed

2 files changed

+62
-0
lines changed

data/osv/GO-2025-3384.json

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2025-3384",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"CVE-2024-56323",
8+
"GHSA-32q6-rr98-cjqv"
9+
],
10+
"summary": "OpenFGA Authorization Bypass in github.com/openfga/openfga",
11+
"details": "OpenFGA Authorization Bypass in github.com/openfga/openfga",
12+
"affected": [
13+
{
14+
"package": {
15+
"name": "github.com/openfga/openfga",
16+
"ecosystem": "Go"
17+
},
18+
"ranges": [
19+
{
20+
"type": "SEMVER",
21+
"events": [
22+
{
23+
"introduced": "1.3.8"
24+
},
25+
{
26+
"fixed": "1.8.3"
27+
}
28+
]
29+
}
30+
],
31+
"ecosystem_specific": {}
32+
}
33+
],
34+
"references": [
35+
{
36+
"type": "ADVISORY",
37+
"url": "https://github.com/openfga/openfga/security/advisories/GHSA-32q6-rr98-cjqv"
38+
}
39+
],
40+
"database_specific": {
41+
"url": "https://pkg.go.dev/vuln/GO-2025-3384",
42+
"review_status": "UNREVIEWED"
43+
}
44+
}

data/reports/GO-2025-3384.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
id: GO-2025-3384
2+
modules:
3+
- module: github.com/openfga/openfga
4+
versions:
5+
- introduced: 1.3.8
6+
- fixed: 1.8.3
7+
vulnerable_at: 1.8.2
8+
summary: OpenFGA Authorization Bypass in github.com/openfga/openfga
9+
cves:
10+
- CVE-2024-56323
11+
ghsas:
12+
- GHSA-32q6-rr98-cjqv
13+
references:
14+
- advisory: https://github.com/openfga/openfga/security/advisories/GHSA-32q6-rr98-cjqv
15+
source:
16+
id: GHSA-32q6-rr98-cjqv
17+
created: 2025-01-14T14:56:58.926069347Z
18+
review_status: UNREVIEWED

0 commit comments

Comments
 (0)