CVE-2010-3678
Oracle MySQL 5.1 < 5.1.49 - Authenticated Denial of Service via IN or CASE Operations with NULL Arguments
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2010-3678. PoCs published by Shane Bester.
AI-analyzed exploit summary This PoC demonstrates a denial-of-service vulnerability in MySQL by executing specific SQL queries that crash the database. The exploit targets MySQL versions prior to 5.1.49 by leveraging malformed GROUP BY queries with ROLLUP.
Description
Oracle MySQL 5.1 before 5.1.49 allows remote authenticated users to cause a denial of service (crash) via (1) IN or (2) CASE operations with NULL arguments that are explicitly specified or indirectly provided by the WITH ROLLUP modifier.
Exploits (1)
This PoC demonstrates a denial-of-service vulnerability in MySQL by executing specific SQL queries that crash the database. The exploit targets MySQL versions prior to 5.1.49 by leveraging malformed GROUP BY queries with ROLLUP.