Lucene search
K

ShareTronix 1.0.4 Cross Site Scripting

🗓️ 27 Jan 2010 00:00:00Reported by MaXeType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 24 Views

ShareTronix 1.0.4 HTML Injection Vulnerability in page_titl

Code
`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   
`

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