CVE-2025-24884: kube-audit-rest's example logging configuration could disclose secret values in the audit log
N/A
CVSS Score
Basic Information
CVE ID
GHSA ID
EPSS Score
0.13646%
CWE
Published
1/29/2025
Updated
2/5/2025
KEV Status
No
Technology
Go
Technical Details
CVSS Vector
-
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| github.com/RichardoC/kube-audit-rest | go | < 0.0.0-20250205113217-9df8886b4819 | 0.0.0-20250205113217-9df8886b4819 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from incomplete redaction logic in the example Vector configuration. While the original code redacted .data fields, it neglected to remove the 'last-applied-configuration' annotation which contains serialized Secret data. This configuration-level function (expressed in VRL syntax) processes audit logs but left sensitive annotations intact. The commit diff clearly shows the addition of annotation deletion operations to address this oversight, confirming this as the vulnerable code path.