CVE-2008-4456
MySQL - Cross-Site Scripting via HTML Output with --html Option
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2008-4456. PoCs published by Thomas Henlich.
AI-analyzed exploit summary This exploit demonstrates an HTML injection vulnerability in MySQL's command-line client when using the --html flag. The PoC shows how unsanitized input can be rendered as HTML, potentially leading to XSS attacks.
Description
Cross-site scripting (XSS) vulnerability in the command-line client in MySQL 5.0.26 through 5.0.45, and other versions including versions later than 5.0.45, when the --html option is enabled, allows attackers to inject arbitrary web script or HTML by placing it in a database cell, which might be accessed by this client when composing an HTML document. NOTE: as of 20081031, the issue has not been fixed in MySQL 5.0.67.
Exploits (1)
This exploit demonstrates an HTML injection vulnerability in MySQL's command-line client when using the --html flag. The PoC shows how unsanitized input can be rendered as HTML, potentially leading to XSS attacks.