Missing authentication in the /api/v1/usage-report/summary endpoint allows anyone to retrieve aggregate API usage counts. While no sensitive data is disclosed, the endpoint may reveal information about service activity or uptime.
Upgrade to >v1.70.1
Any ONE of these is sufficient to block this reporting:
- Disable usage reporting by setting configuration option usage_report.enabled or environment variable LAKEFS_USAGE_REPORT_ENABLED to false.
- Using load-balancer or application level firewall - blocking the request route /api/v1/usage-report/summary.
{
"nvd_published_at": null,
"severity": "MODERATE",
"cwe_ids": [
"CWE-200",
"CWE-862"
],
"github_reviewed_at": "2025-11-03T21:49:26Z",
"github_reviewed": true
}