CVE-2024-32886

Vitess is a database clustering system for horizontal scaling of MySQL. When executing the following simple query, the `vtgate` will go into an endless loop that also keeps consuming memory and eventually will run out of memory. This vulnerability is fixed in 19.0.4, 18.0.5, and 17.0.7.
Configurations

No configuration.

History

21 Nov 2024, 09:15

Type Values Removed Values Added
Summary
  • (es) Vitess es un sistema de agrupación de bases de datos para el escalado horizontal de MySQL. Al ejecutar la siguiente consulta simple, `vtgate` entrará en un bucle sin fin que también sigue consumiendo memoria y eventualmente se quedará sin memoria. Esta vulnerabilidad se solucionó en 19.0.4, 18.0.5 y 17.0.7.
References () https://github.com/vitessio/vitess/blob/8f6cfaaa643a08dc111395a75a2d250ee746cfa8/go/mysql/collations/charset/convert.go#L73-L79 - () https://github.com/vitessio/vitess/blob/8f6cfaaa643a08dc111395a75a2d250ee746cfa8/go/mysql/collations/charset/convert.go#L73-L79 -
References () https://github.com/vitessio/vitess/blob/8f6cfaaa643a08dc111395a75a2d250ee746cfa8/go/mysql/collations/charset/unicode/utf16.go#L69-L71 - () https://github.com/vitessio/vitess/blob/8f6cfaaa643a08dc111395a75a2d250ee746cfa8/go/mysql/collations/charset/unicode/utf16.go#L69-L71 -
References () https://github.com/vitessio/vitess/commit/2fd5ba1dbf6e9b32fdfdaf869d130066b1b5c0df - () https://github.com/vitessio/vitess/commit/2fd5ba1dbf6e9b32fdfdaf869d130066b1b5c0df -
References () https://github.com/vitessio/vitess/commit/9df4b66550e46b5d7079e21ed0e1b0f49f92b055 - () https://github.com/vitessio/vitess/commit/9df4b66550e46b5d7079e21ed0e1b0f49f92b055 -
References () https://github.com/vitessio/vitess/commit/c46dc5b6a4329a10589ca928392218d96031ac8d - () https://github.com/vitessio/vitess/commit/c46dc5b6a4329a10589ca928392218d96031ac8d -
References () https://github.com/vitessio/vitess/commit/d438adf7e34a6cf00fe441db80842ec669a99202 - () https://github.com/vitessio/vitess/commit/d438adf7e34a6cf00fe441db80842ec669a99202 -
References () https://github.com/vitessio/vitess/security/advisories/GHSA-649x-hxfx-57j2 - () https://github.com/vitessio/vitess/security/advisories/GHSA-649x-hxfx-57j2 -

08 May 2024, 14:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-05-08 14:15

Updated : 2024-11-21 09:15


NVD link : CVE-2024-32886

Mitre link : CVE-2024-32886

CVE.ORG link : CVE-2024-32886


JSON object : View

Products Affected

No product.

CWE
CWE-835

Loop with Unreachable Exit Condition ('Infinite Loop')