CVE-2009-0819
MySQL < 5.1.32 and 6.0 < 6.0.10 - Authenticated Denial of Service via XPath FilterExpr in ExtractValue or UpdateXML
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2009-0819. PoCs published by Shane Bester.
AI-analyzed exploit summary This exploit demonstrates a denial-of-service vulnerability in MySQL by leveraging malformed XPath expressions in the `updatexml` and `extractvalue` functions, causing the application to crash.
Description
sql/item_xmlfunc.cc in MySQL 5.1 before 5.1.32 and 6.0 before 6.0.10 allows remote authenticated users to cause a denial of service (crash) via "an XPath expression employing a scalar expression as a FilterExpr with ExtractValue() or UpdateXML()," which triggers an assertion failure.
Exploits (1)
This exploit demonstrates a denial-of-service vulnerability in MySQL by leveraging malformed XPath expressions in the `updatexml` and `extractvalue` functions, causing the application to crash.