CVE-2007-3888
insanely_simple_blog <= 0.5 - Cross-Site Scripting via Search Action or Anonymous Blog Entry
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2007-3888. PoCs published by joseph.giron13.
AI-analyzed exploit summary This exploit demonstrates XSS vulnerabilities in Insanely Simple Blog 0.5 and prior versions by injecting malicious JavaScript via HTML attributes. The PoC shows how arbitrary script execution can occur in the context of the webserver process due to insufficient input sanitization.
Description
Multiple cross-site scripting (XSS) vulnerabilities in Insanely Simple Blog 0.5 and earlier allow remote attackers to inject arbitrary web script or HTML via (1) the search action, possibly related to the term parameter to index.php; or (2) an anonymous blog entry, possibly involving the (a) posted_by, (b) subject, and (c) content parameters to index.php; as demonstrated by the onmouseover attribute of certain elements. NOTE: some of these details are obtained from third party information.
Exploits (1)
This exploit demonstrates XSS vulnerabilities in Insanely Simple Blog 0.5 and prior versions by injecting malicious JavaScript via HTML attributes. The PoC shows how arbitrary script execution can occur in the context of the webserver process due to insufficient input sanitization.