-
Notifications
You must be signed in to change notification settings - Fork 349
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c98f505
commit a9d5ee9
Showing
1 changed file
with
61 additions
and
0 deletions.
There are no files selected for viewing
61 changes: 61 additions & 0 deletions
61
advisories/github-reviewed/2024/04/GHSA-j85q-46hg-36p2/GHSA-j85q-46hg-36p2.json
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,61 @@ | ||
{ | ||
"schema_version": "1.4.0", | ||
"id": "GHSA-j85q-46hg-36p2", | ||
"modified": "2024-04-10T22:25:17Z", | ||
"published": "2024-04-10T22:25:17Z", | ||
"aliases": [ | ||
"CVE-2024-32001" | ||
], | ||
"summary": "SpiceDB: LookupSubjects may return partial results if a specific kind of relation is used", | ||
"details": "### Background\n\nUse of a relation of the form: `relation folder: folder | folder#parent` with an arrow such as `folder->view` can cause LookupSubjects to only return the subjects found under subjects for *either* `folder` or `folder#parent`.\n\nThis bug *only* manifests if the *same* subject type is used multiple types in a relation, relationships exist for both subject types *and* an arrow is used over the relation.\n\n### Impact\n\nAny user making a negative authorization decision based on the results of a LookupSubjects request with version before v1.30.1 is affected.\n\n### Workarounds\nAvoid using LookupSubjects for negative authorization decisions and/or avoid using the broken schema.\n", | ||
"severity": [ | ||
{ | ||
"type": "CVSS_V3", | ||
"score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:L/A:N" | ||
} | ||
], | ||
"affected": [ | ||
{ | ||
"package": { | ||
"ecosystem": "Go", | ||
"name": "github.com/authzed/spicedb" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "ECOSYSTEM", | ||
"events": [ | ||
{ | ||
"introduced": "0" | ||
}, | ||
{ | ||
"fixed": "1.30.1" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"type": "WEB", | ||
"url": "https://github.com/authzed/spicedb/security/advisories/GHSA-j85q-46hg-36p2" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://github.com/authzed/spicedb/commit/a244ed1edfaf2382711dccdb699971ec97190c7b" | ||
}, | ||
{ | ||
"type": "PACKAGE", | ||
"url": "https://github.com/authzed/spicedb" | ||
} | ||
], | ||
"database_specific": { | ||
"cwe_ids": [ | ||
"CWE-755" | ||
], | ||
"severity": "LOW", | ||
"github_reviewed": true, | ||
"github_reviewed_at": "2024-04-10T22:25:17Z", | ||
"nvd_published_at": null | ||
} | ||
} |