Cyber Resilience

CVE-2024-48909

Authzed Spicedb 1.35.0 – 1.37.1

Published
14 October 2024
Modified
17 October 2024
Patch / advisory
CVSS Score v3.1 2.0
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:L/I:N/A:N
EPSS Score 0.0030 22th percentile
Risk Priority 20 floored blend · peak EPSS

Summary

CVE-2024-48909 is a low-severity Encoding Error (CWE-172) vulnerability in Authzed Spicedb. Its CVSS base score is 2.0 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 22th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) and SI-15 (Information Output Filtering) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

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…

more

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`.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1027 Obfuscated Files or Information Stealth
Adversaries may attempt to make an executable or file difficult to discover or analyze by encrypting, encoding, or otherwise obfuscating its contents on the system or in transit.
T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-27101Same product: Authzed Spicedb
CVE-2023-35930Same product: Authzed Spicedb
CVE-2024-32001Same product: Authzed Spicedb
CVE-2023-46255Same product: Authzed Spicedb
CVE-2023-29193Same product: Authzed Spicedb
CVE-2025-49011Same product: Authzed Spicedb
CVE-2024-38361Same product: Authzed Spicedb
CVE-2025-64529Same product: Authzed Spicedb
CVE-2026-40091Same product: Authzed Spicedb
CVE-2024-46989Same product: Authzed Spicedb

Affected Assets

authzed
spicedb
1.35.0 — 1.37.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Input validation can reject or normalize improperly encoded data before it is processed.

Output filtering enforces correct encoding or escaping of data leaving the system.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require correct data encoding to avoid injection and corruption flaws.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

degrades

Secure coding explicitly requires correct character encoding and output escaping to avoid CWE-172.

finds

Security testing in development can detect encoding flaws before deployment.

prevents

Secure development lifecycle includes input/output validation and encoding practices that reduce encoding errors.

prevents

Application security requirements can mandate proper encoding/decoding to prevent data corruption or injection.

prevents

Secure system architecture and engineering principles address data handling and transformation correctness.

References