Skip to content

Commit

Permalink
data/reports: add GO-2025-3384
Browse files Browse the repository at this point in the history
  - 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]>
  • Loading branch information
zpavlinovic authored and gopherbot committed Jan 14, 2025
1 parent 7d3d97b commit f1566f9
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
44 changes: 44 additions & 0 deletions data/osv/GO-2025-3384.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"schema_version": "1.3.1",
"id": "GO-2025-3384",
"modified": "0001-01-01T00:00:00Z",
"published": "0001-01-01T00:00:00Z",
"aliases": [
"CVE-2024-56323",
"GHSA-32q6-rr98-cjqv"
],
"summary": "OpenFGA Authorization Bypass in github.com/openfga/openfga",
"details": "OpenFGA Authorization Bypass in github.com/openfga/openfga",
"affected": [
{
"package": {
"name": "github.com/openfga/openfga",
"ecosystem": "Go"
},
"ranges": [
{
"type": "SEMVER",
"events": [
{
"introduced": "1.3.8"
},
{
"fixed": "1.8.3"
}
]
}
],
"ecosystem_specific": {}
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/openfga/openfga/security/advisories/GHSA-32q6-rr98-cjqv"
}
],
"database_specific": {
"url": "https://pkg.go.dev/vuln/GO-2025-3384",
"review_status": "UNREVIEWED"
}
}
18 changes: 18 additions & 0 deletions data/reports/GO-2025-3384.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
id: GO-2025-3384
modules:
- module: github.com/openfga/openfga
versions:
- introduced: 1.3.8
- fixed: 1.8.3
vulnerable_at: 1.8.2
summary: OpenFGA Authorization Bypass in github.com/openfga/openfga
cves:
- CVE-2024-56323
ghsas:
- GHSA-32q6-rr98-cjqv
references:
- advisory: https://github.com/openfga/openfga/security/advisories/GHSA-32q6-rr98-cjqv
source:
id: GHSA-32q6-rr98-cjqv
created: 2025-01-14T14:56:58.926069347Z
review_status: UNREVIEWED

0 comments on commit f1566f9

Please sign in to comment.