-
CVSS Score
-| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| github.com/cubefs/cubefs | go | < 3.3.1 | 3.3.1 |
The commit diff shows removal of log.Info()("using magic secret keys...", regionMagic) from initWithRegionMagic function. This logging statement directly exposed the sensitive regionMagic value used for cryptographic operations. The vulnerability description explicitly states secret keys were leaked in logs, and the patch addresses this by removing the logging statement - making initWithRegionMagic the clear vulnerable function.
A Semantic Attack on Google Gemini - Read the Latest Research