9 results (0.011 seconds)

CVSS: 2.0EPSS: 0%CPEs: 1EXPL: 0

SpiceDB is an open source database for scalably storing and querying fine-grained authorization data. Starting in version 1.35.0 and prior to version 1.37.1, clients that have enabled `LookupResources2` and have caveats in the evaluation path for their requests can return a permissionship of `CONDITIONAL` with context marked as missing, even then the context was supplied. LookupResources2 is the new default in SpiceDB 1.37.0 and has been opt-in since SpiceDB 1.35.0. The bug is patched as part of SpiceDB 1.37.1. As a workaround, disable LookupResources2 via the `--enable-experimental-lookup-resources` flag by setting it to `false`. • https://github.com/authzed/spicedb/commit/2f3cf77a7fcfcb478ef5a480a245842c96ac8853 https://github.com/authzed/spicedb/security/advisories/GHSA-3c32-4hq9-6wgj • CWE-172: Encoding Error •

CVSS: 3.7EPSS: 0%CPEs: 1EXPL: 0

spicedb is an Open Source, Google Zanzibar-inspired permissions database to enable fine-grained authorization for customer applications. Multiple caveats over the same indirect subject type on the same relation can result in no permission being returned when permission is expected. If the resource has multiple groups, and each group is caveated, it is possible for the returned permission to be "no permission" when permission is expected. Permission is returned as NO_PERMISSION when PERMISSION is expected on the CheckPermission API. This issue has been addressed in release version 1.35.3. • https://github.com/authzed/spicedb/commit/d4ef8e1dbce1eafaf25847f4c0f09738820f5bf2 https://github.com/authzed/spicedb/security/advisories/GHSA-jhg6-6qrx-38mr • CWE-269: Improper Privilege Management •

CVSS: 3.7EPSS: 0%CPEs: 1EXPL: 0

Spicedb is an Open Source, Google Zanzibar-inspired permissions database to enable fine-grained authorization for customer applications. Use of an exclusion under an arrow that has multiple resources may resolve to `NO_PERMISSION` when permission is expected. If the resource exists under *multiple* folders and the user has access to view more than a single folder, SpiceDB may report the user does not have access due to a failure in the exclusion dispatcher to request that *all* the folders in which the user is a member be returned. Permission is returned as `NO_PERMISSION` when `PERMISSION` is expected on the `CheckPermission` API. This issue has been addressed in version 1.33.1. • https://github.com/authzed/spicedb/commit/ecef31d2b266fde17eb2c3415e2ec4ceff96fbeb https://github.com/authzed/spicedb/security/advisories/GHSA-grjv-gjgr-66g2 • CWE-281: Improper Preservation of Permissions •

CVSS: 2.2EPSS: 0%CPEs: 1EXPL: 0

SpiceDB is a graph database purpose-built for storing and evaluating access control data. Use 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`. This 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. Any user making a negative authorization decision based on the results of a LookupSubjects request with version before v1.30.1 is affected. Version 1.30.1 contains a patch for the issue. • https://github.com/authzed/spicedb/commit/a244ed1edfaf2382711dccdb699971ec97190c7b https://github.com/authzed/spicedb/releases/tag/v1.30.1 https://github.com/authzed/spicedb/security/advisories/GHSA-j85q-46hg-36p2 • CWE-755: Improper Handling of Exceptional Conditions •

CVSS: 7.3EPSS: 0%CPEs: 1EXPL: 0

SpiceDB is an open source, Google Zanzibar-inspired database for creating and managing security-critical application permissions. Integer overflow in chunking helper causes dispatching to miss elements or panic. Any SpiceDB cluster with any schema where a resource being checked has more than 65535 relationships for the same resource and subject type is affected by this problem. The CheckPermission, BulkCheckPermission, and LookupSubjects API methods are affected. This vulnerability is fixed in 1.29.2. • https://github.com/authzed/spicedb/commit/ef443c442b96909694390324a99849b0407007fe https://github.com/authzed/spicedb/security/advisories/GHSA-h3m7-rqc4-7h9p • CWE-190: Integer Overflow or Wraparound •