CVE-2008-3963
MySQL 5.0 < 5.0.66, 5.1 < 5.1.26, 6.0 < 6.0.6 - Denial of Service via Empty Bit-String Literal
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2008-3963. PoCs published by Kay Roepke.
AI-analyzed exploit summary This exploit demonstrates a denial-of-service vulnerability in MySQL by sending a query with an empty binary string literal, causing the application to crash. The issue affects MySQL versions prior to 5.0.66, 5.1.26, and 6.0.6.
Description
MySQL 5.0 before 5.0.66, 5.1 before 5.1.26, and 6.0 before 6.0.6 does not properly handle a b'' (b single-quote single-quote) token, aka an empty bit-string literal, which allows remote attackers to cause a denial of service (daemon crash) by using this token in a SQL statement.
Exploits (1)
This exploit demonstrates a denial-of-service vulnerability in MySQL by sending a query with an empty binary string literal, causing the application to crash. The issue affects MySQL versions prior to 5.0.66, 5.1.26, and 6.0.6.