From f1566f97dbf45e19ebf873128361e860d9e3aff2 Mon Sep 17 00:00:00 2001 From: Zvonimir Pavlinovic Date: Tue, 14 Jan 2025 14:57:20 +0000 Subject: [PATCH] data/reports: add GO-2025-3384 - data/reports/GO-2025-3384.yaml Fixes golang/vulndb#3384 Change-Id: Ib8dd3c9e23570848f1ed5f5abd85ca94ee219de6 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/642597 LUCI-TryBot-Result: Go LUCI Auto-Submit: Zvonimir Pavlinovic Reviewed-by: Tatiana Bradley --- data/osv/GO-2025-3384.json | 44 ++++++++++++++++++++++++++++++++++ data/reports/GO-2025-3384.yaml | 18 ++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 data/osv/GO-2025-3384.json create mode 100644 data/reports/GO-2025-3384.yaml diff --git a/data/osv/GO-2025-3384.json b/data/osv/GO-2025-3384.json new file mode 100644 index 00000000..e9dcba79 --- /dev/null +++ b/data/osv/GO-2025-3384.json @@ -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" + } +} \ No newline at end of file diff --git a/data/reports/GO-2025-3384.yaml b/data/reports/GO-2025-3384.yaml new file mode 100644 index 00000000..42d70cb1 --- /dev/null +++ b/data/reports/GO-2025-3384.yaml @@ -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