CVE-2006-3672
KDE Konqueror < 3.5.1 - Denial of Service via replaceChild DOM Method
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2006-3672. PoCs published by hdm.
AI-analyzed exploit summary The provided code is a minimal JavaScript snippet that triggers a denial-of-service (DoS) in KDE Konqueror by calling document.replaceChild(0). This exploit relies on user interaction to visit a malicious website.
Description
KDE Konqueror 3.5.1 and earlier allows remote attackers to cause a denial of service (application crash) by calling the replaceChild method on a DOM object, which triggers a null dereference, as demonstrated by calling document.replaceChild with a 0 (zero) argument.
Exploits (1)
The provided code is a minimal JavaScript snippet that triggers a denial-of-service (DoS) in KDE Konqueror by calling document.replaceChild(0). This exploit relies on user interaction to visit a malicious website.