Uncontrolled Recursion Affecting vitess-24 package, versions <24.0.1-r4


Severity

Recommended
low

Based on default assessment until relevant scores are available.

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-WOLFILATEST-VITESS24-17368309
  • published18 Jun 2026
  • disclosed22 Jun 2026

Introduced: 18 Jun 2026

NewCVE-2026-54269  (opens in a new tab)
CWE-674  (opens in a new tab)
CWE-754  (opens in a new tab)

How to fix?

Upgrade Wolfi vitess-24 to version 24.0.1-r4 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 Wolfi. See How to fix? for Wolfi relevant fixed versions and status.

protobufjs compiles protobuf definitions into JavaScript (JS) functions. Prior to 8.6.0 and 7.6.3, protobufjs accepted certain schema-derived names that could collide with properties used by protobufjs runtime helpers. The known affected names are fields named hasOwnProperty, field or oneof names such as $type when loaded through protobufjs JSON/reflection descriptors, and service methods whose generated helper name is rpcCall. When affected message or service types were used, protobufjs could read schema-controlled data where it expected an own-property helper, reflected type metadata, or the base RPC helper. This could cause deterministic exceptions or recursive calls in affected decode post-checks, verification, object conversion, reflected JSON serialization, or protobufjs RPC helper invocation. This vulnerability is fixed in 8.6.0 and 7.6.3.