CVE-2023-46255
MEDIUM4.2EPSS 0.17%SpiceDB leaks information in log files when URI cannot be parsed
發布日:2023/10/31修改日:2026/2/4
描述
SpiceDB is an open source, Google Zanzibar-inspired database for creating and managing security-critical application permissions. When the provided datastore URI is malformed (e.g. by having a password which contains `:`) the full URI (including the provided password) is printed, so that the password is shown in the logs. Version 1.27.0-rc1 patches this issue. Example output: ``` terminated with errors error="unable to create migration driver for postgres: parse \"postgres://spicedb:<PASSWORD IN PLAINTEXT>": invalid port \"<PASSWORD IN PLAINTEXT>\" after host" ```
受影響套件(2)
- Go/github.com/authzed/spicedbfrom 0, < 1.27.0-rc1
- Go/github.com/authzed/spicedbfrom 0, < 1.27.0-rc1
CVSS 分數
| 來源 | 版本 | 嚴重程度 | 向量 |
|---|---|---|---|
| osv | CVSS 3.1 | MEDIUM4.2 | CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:N/A:N |