CVE-2026-65959: Vitess: Missing authorization on vttablet /debug/vrlog exposes live VReplication SQL data

Published Aug 18, 2026
·
Updated

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

Affected Software

1 affected component
Vitess Vitess vttablet<=24.0.2

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade to a fixed release to a version that resolves this vulnerability.

    Fixed in 24.0.2
  2. Configuration

    In vttablet, ensure the handler invoked by the /debug/vrlog endpoint from addHttpEndpoint() (vrlogStatsHandler()) performs acl.CheckAccessHTTP(r, acl.DEBUGGING) before streaming VrLogStats data.

    Vitess vttablet (go/vt/vttablet/tabletmanager/vreplication/vrlog.go) acl.CheckAccessHTTP(r, acl.DEBUGGING) = required

Event History

Aug 18, 2026
CVE Published
via MITRE·06:18 PM
Data Sourced
via MITRE·06:18 PM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Which deployments are realistically exposed?

Any deployment where an unauthenticated remote party can reach the vttablet debug HTTP port is exposed. The missing authorization check bypasses the configured debugging ACL specifically for the /debug/vrlog endpoint.

2

What access does an attacker need to exploit this issue?

An attacker needs only network access to the vttablet debug HTTP port; no credentials, privileges, or user interaction are required. They can request /debug/vrlog and stream VReplication log statistics.

3

What information could be disclosed?

The exposed data can include literal SQL statements and bound application values generated by MoveTables, Reshard, Materialize, and vitess-strategy Online DDL workflows. This is an information-disclosure issue; the provided data does not indicate integrity or availability impact.

4

What can be done if patching is not immediately possible?

Restrict network access to the vttablet debug HTTP port so untrusted remote callers cannot reach it. This limits access to the endpoint while a permanent remediation is applied.

5

How can I determine whether an instance is affected?

Check whether the affected vttablet instance is version 24.0.2 or earlier and whether its debug HTTP port is reachable by untrusted networks. A reachable /debug/vrlog endpoint can be accessed without the expected debugging ACL enforcement.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203