-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Aliases: CVE-2023-35933, GHSA-hr9r-8phq-5x8j Fixes #1872 Change-Id: I1618e706dfeed191e320d9a4b4abc054d3598254 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/506760 TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Damien Neil <[email protected]> Run-TryBot: Tatiana Bradley <[email protected]>
- Loading branch information
Showing
2 changed files
with
84 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,59 @@ | ||
{ | ||
"schema_version": "1.3.1", | ||
"id": "GO-2023-1872", | ||
"modified": "0001-01-01T00:00:00Z", | ||
"published": "0001-01-01T00:00:00Z", | ||
"aliases": [ | ||
"CVE-2023-35933", | ||
"GHSA-hr9r-8phq-5x8j" | ||
], | ||
"summary": "Denial of service in github.com/openfga/openfga", | ||
"details": "OpenFGA is vulnerable to a denial of service attack when certain Check and ListObjects calls are executed against authorization models that contain circular relationship definitions.", | ||
"affected": [ | ||
{ | ||
"package": { | ||
"name": "github.com/openfga/openfga", | ||
"ecosystem": "Go" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "SEMVER", | ||
"events": [ | ||
{ | ||
"introduced": "0" | ||
}, | ||
{ | ||
"fixed": "1.1.1" | ||
} | ||
] | ||
} | ||
], | ||
"ecosystem_specific": { | ||
"imports": [ | ||
{ | ||
"path": "github.com/openfga/openfga/pkg/typesystem", | ||
"symbols": [ | ||
"New", | ||
"NewAndValidate", | ||
"TypeSystem.validateNames", | ||
"TypeSystem.validateRelationTypeRestrictions" | ||
] | ||
} | ||
] | ||
} | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"type": "ADVISORY", | ||
"url": "https://github.com/openfga/openfga/security/advisories/GHSA-hr9r-8phq-5x8j" | ||
}, | ||
{ | ||
"type": "FIX", | ||
"url": "https://github.com/openfga/openfga/commit/087ce392595f3c319ab3028b5089118ea4063452" | ||
} | ||
], | ||
"database_specific": { | ||
"url": "https://pkg.go.dev/vuln/GO-2023-1872" | ||
} | ||
} |
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,25 @@ | ||
id: GO-2023-1872 | ||
modules: | ||
- module: github.com/openfga/openfga | ||
versions: | ||
- fixed: 1.1.1 | ||
vulnerable_at: 1.1.1-0.20230623171216-d180fc3e227f | ||
packages: | ||
- package: github.com/openfga/openfga/pkg/typesystem | ||
symbols: | ||
- New | ||
- NewAndValidate | ||
- TypeSystem.validateNames | ||
- TypeSystem.validateRelationTypeRestrictions | ||
summary: Denial of service in github.com/openfga/openfga | ||
description: |- | ||
OpenFGA is vulnerable to a denial of service attack when certain Check and | ||
ListObjects calls are executed against authorization models that contain | ||
circular relationship definitions. | ||
cves: | ||
- CVE-2023-35933 | ||
ghsas: | ||
- GHSA-hr9r-8phq-5x8j | ||
references: | ||
- advisory: https://github.com/openfga/openfga/security/advisories/GHSA-hr9r-8phq-5x8j | ||
- fix: https://github.com/openfga/openfga/commit/087ce392595f3c319ab3028b5089118ea4063452 |