-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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 <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Zvonimir Pavlinovic <zpavlinovic@google.com> Reviewed-by: Tatiana Bradley <tatianabradley@google.com>
- Loading branch information
1 parent
7d3d97b
commit f1566f9
Showing
2 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |