Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
advisory-database[bot] committed Apr 10, 2024
1 parent c98f505 commit a9d5ee9
Showing 1 changed file with 61 additions and 0 deletions.
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
}
}

0 comments on commit a9d5ee9

Please sign in to comment.