Vulnerability Description
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
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/vitessio/vitess/commit/4c58cd70edc6b03d61cb65842c342ac08341e6
- https://github.com/vitessio/vitess/commit/657662e78bde1c82df680e9cc43a686d619f80
- https://github.com/vitessio/vitess/commit/d929225a450027406687d27af8dca45620945c
- https://github.com/vitessio/vitess/security/advisories/GHSA-mhc4-g3wh-cw7m
- https://github.com/vitessio/vitess/security/advisories/GHSA-mhc4-g3wh-cw7m
FAQ
What is CVE-2026-65959?
CVE-2026-65959 is a vulnerability with a CVSS score of 5.3 (MEDIUM). 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/vr...
How severe is CVE-2026-65959?
CVE-2026-65959 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-65959?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.