Skip to content

Commit

Permalink
data/reports: add GO-2023-1872.yaml
Browse files Browse the repository at this point in the history
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
tatianab committed Jul 5, 2023
1 parent 4ba5062 commit 5d7feb8
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 0 deletions.
59 changes: 59 additions & 0 deletions data/osv/GO-2023-1872.json
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"
}
}
25 changes: 25 additions & 0 deletions data/reports/GO-2023-1872.yaml
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

0 comments on commit 5d7feb8

Please sign in to comment.