Vitess is a database clustering system for horizontal scaling of MySQL. In 24.0.2 and earlier, the /debug/vrlog endpoint registered by addHttpEndpoint() in go/vt/vttablet/tabletmanager/vreplication/vrlog.go invokes vrlogStatsHandler() without acl.CheckAccessHTTP(r, acl.DEBUGGING), unlike comparable debug endpoints. A remote caller who can reach the vttablet debug HTTP port can bypass the configured security policy and stream VrLogStats data produced from NewVrLogStats().Send(), including literal SQL statements and bound application values from MoveTables, Reshard, Materialize, and vitess-strategy Online DDL workflows
References
Configurations
No configuration.
History
No history.
Information
Published : 2026-08-18 19:17
Updated : 2026-08-18 19:17
NVD link : CVE-2026-65959
Mitre link : CVE-2026-65959
CVE.ORG link : CVE-2026-65959
JSON object : View
Products Affected
No product.
CWE
CWE-862
Missing Authorization
