CVE-2008-1800
published 2008-04-15CVE-2008-1800: Multiple cross-site scripting (XSS) vulnerabilities in index.php in DivXDB 2002 0.94b allow remote attackers to inject arbitrary web script or HTML via the (1)…
PriorityP417medium4.3CVSS 2.0
AVNACMAuNCNIPAN
EXPLOIT
EPSS
1.19%
64.0th percentile
Multiple cross-site scripting (XSS) vulnerabilities in index.php in DivXDB 2002 0.94b allow remote attackers to inject arbitrary web script or HTML via the (1) choice, (2) _page_, (3) zone_admin, (4) general_search, and (5) import parameters. NOTE: the provenance of this information is unknown; the details are obtained solely from third party information.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| divx | divxdb | — | — |
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
Exploit-DB
RSMScript 1.21 - Cross-Site Scripting / Insecure Cookie Handling
exploitdb·2008-12-17
CVE-2008-6743 RSMScript 1.21 - Cross-Site Scripting / Insecure Cookie Handling
RSMScript 1.21 - Cross-Site Scripting / Insecure Cookie Handling
---
[START]
#########################################################################################
[0x01] Informations:
Script : RSMScript 1.21
Download : http://www.hotscripts.com/jump.php?listing_id=78547&jump_type=1
Vulnerability : Insecure Cookie Handling / XXS
Author : Osirys
Contact : osirys[at]live[dot]it
Website : http://osirys.org
Notes : Proud to be Italian
Greets: : XaDoS, x0r, emgent, Jay, str0ke, Todd and AlpHaNiX
#########################################################################################
[0x02] Bug: [Insecure Cookie Handling]
######
Bugged file is: /[path]/verify.php
[CODE]
if($admin_pass == $code)
{
setcookie("verified", "null", time()+1800);
header( 'refresh: 0; url=update.php' );
}
[
Exploit-DB
DivXDB 2002 0.94b - Multiple Cross-Site Scripting Vulnerabilities
exploitdb·2008-04-02
CVE-2008-1800 DivXDB 2002 0.94b - Multiple Cross-Site Scripting Vulnerabilities
DivXDB 2002 0.94b - Multiple Cross-Site Scripting Vulnerabilities
---
source: https://www.securityfocus.com/bid/28566/info
DivXDB 2002 is prone to multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input.
An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may allow the attacker to steal cookie-based authentication credentials and to launch other attacks.
DivXDB 2002 0.94b is vulnerable; other versions may also be affected.
http://www.example.com/index.php?choice=">alert("CANAKKALE-GECiLMEZ") http://www.example.com/index.php?choice=14&_page_=">alert("CANAKKALE-GECiLMEZ")&year_inf=1998&year_sup=2008 http://www.example.com/index.php?_page_="
No writeups or analysis indexed.
2008-04-15
Published