SecurityReason.com - Our Reason is

Security

Register | Forget Password | Login
SecurityReason
WLB
Services
RSS
Corporate
Note

If you have found a vulnerability, please send to our SecurityAlert Database :
secalert()securityreason()com

Also if you have new ( 0-day ) exploit, please send to our ExploitAlert Archive :
exploit()securityreason()com

Home arrow World Laboratory of Bugtraq Database

Arrow  Topic :

ShareTronix 1.0.4 html injection / cross site scripting


Arrow  WLB : WLB-2010010122  (About)
Arrow  SecurityAlert : None
Arrow  Date : 2010-01-29
Arrow  Credit          : InterN0T
Arrow  SecurityRisk : Low  Security Risk Low  (About)
Arrow  Remote : Yes
Arrow  Local     : No
Arrow  Status   : Bug

Arrow  History : [2010-01-29] Started

Arrow  Affected software :  ShareTronix version 1.0.4



Arrow  Text :  

ShareTronix - HTML Injection Vulnerability

Version Affected: 1.0.4 (newest)

Info:

Sharetronix Opensource is a multimedia microblogging platform.
It helps people in a community, company, or group to exchange short
messages over the Web.
Credits: MaXe from InterN0T (patched the vulnerability) & Reelix (found
the vulnerability)



External Links:

http://sharetronix.com/opensource/

-:: The Advisory ::-

The header.php file for showing a single microblog entry does not sanitize
the page_title correct.

page_title is set by the user when posting an entry to the microblog
platform.

Files:

sharetronix/system/templates/header.php

00013: <title><?= $D->page_title ?></title>



sharetronix/system/templates/mobile/header.php

00014: <title><?= $D->page_title ?></title>





-:: Solution ::-

sharetronix/system/templates/header.php

00013: <title><?= htmlentities($D->page_title);
?></title>

sharetronix/system/templates/mobile/header.php

00014: <title><?= htmlentities($D->page_title);
?></title>


Disclosure Information:

- Vulnerability found 26th January
- Patch was made available 26th January
- Vendor and Buqtraq (SecurityFocus) contacted the 26th January
- Will be disclosed on InterN0T 27th January

All of the best,

MaXe


Audyt bezpieczeństwa

Security Audit

Analiza powłamaniowa

Arrow  References :  

None

If you want change this note, please use UCP



Alert

libc/fnmatch(3) DoS

Security Risk Medium- 2011-05-13

Allow attacker to denial of service apache 2.2.17 server

Apache RSS Apache Alert

» Apache HTTP Server Denial
   of Service Vulnerability

» Multiple Vendors
   libc/fnmatch(3) DoS (incl
   apache poc)

» Apache Continuum
   cross-site scripting
   vulnerability

» Apache Tomcat DoS
   Vulnerability

Copyright © SecurityReason.com. All Rights Reserved.