-
CVSS Score
-| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| keystone | pip | < 8.0.0a0 | 8.0.0a0 |
The vulnerability stems from sensitive configuration options not being marked as 'secret' in the logging system. The commit c5037dd explicitly adds 'secret=True' to these two register_str() calls in keystone/common/config.py. Before this fix, the absence of the 'secret' parameter allowed the admin_token and LDAP password to appear in debug logs. These functions are directly responsible for defining how these configuration values are handled by the logging subsystem.