CVE-2008-5712
KDE Konqueror 3.5.9 - Denial of Service via Long HTML Color Attribute
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2008-5712. PoCs published by Jeremy Brown.
AI-analyzed exploit summary This exploit demonstrates a denial-of-service (DoS) vulnerability in KDE's Konqueror browser by generating HTML files with excessively long color attribute values, causing the browser to crash or hang.
Description
The HTML parser in KDE Konqueror 3.5.9 allows remote attackers to cause a denial of service (application crash) via (1) a long COLOR attribute in an HR element; or a long (a) BGCOLOR or (b) BORDERCOLOR attribute in a (2) TABLE, (3) TD, or (4) TR element. NOTE: the FONT vector is already covered by CVE-2008-4514.
Exploits (2)
This exploit demonstrates a denial-of-service (DoS) vulnerability in KDE's Konqueror browser by generating HTML files with excessively long color attribute values, causing the browser to crash or hang.
The exploit demonstrates a denial-of-service (DoS) vulnerability in Konqueror 3.5.9 by crafting an HTML file with an excessively long color value, causing a crash due to an assertion failure in libX11. The PoC includes a Perl one-liner to generate the malicious HTML and a stack trace confirming the crash.