CyberRota Analysis
AI-GeneratedThe vulnerability exists in Vitess versions 24.0.2 and earlier, where the /debug/vrlog endpoint lacks proper access control, allowing unauthorized remote access to sensitive VrLogStats data. This exposure can lead to the disclosure of SQL statements and application values, potentially compromising database security and integrity. Organizations using Vitess for MySQL clustering should prioritize patching this vulnerability to mitigate risks associated with unauthorized data access.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD 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