Missing Authorization Affecting vitess-24 package, versions <24.0.3-r7


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

EPSS
0.31% (25th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-CHAINGUARDLATEST-VITESS24-19531073
  • published4 Sept 2026
  • disclosed18 Aug 2026

Introduced: 18 Aug 2026

NewCVE-2026-65959  (opens in a new tab)
CWE-862  (opens in a new tab)

How to fix?

Upgrade Chainguard vitess-24 to version 24.0.3-r7 or higher.

NVD Description

Note: Versions mentioned in the description apply only to the upstream vitess-24 package and not the vitess-24 package as distributed by Chainguard. See How to fix? for Chainguard relevant fixed versions and status.

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