Lucene search
K

WB News 2.3.3 Stored Cross Site Scripting

🗓️ 22 Apr 2010 00:00:00Reported by ItSecTeamType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 26 Views

WB News 2.3.3 Stored Cross Site Scripting in Webmobo PHP news management syste

Code
`#####################################################################################  
#Title: WB News (Webmobo) 2.3.3 Stored XSS #  
#Vendor: http://www.webmobo.org/ #  
#####################################################################################  
#AUTHOR: ITSecTeam #  
#Email: [email protected] #  
#Website: http://www.itsecteam.com #  
#Forum : http://forum.ITSecTeam.com #  
#Original Advisory: www.ITSecTeam.com/en/vulnerabilities/vulnerability44.htm #  
#Thanks: r3dm0v3 [r3dm0v3_at_ymail.com], Pejvak, am!rkh@n #  
#####################################################################################  
  
#DESCRIPTION (by vendor):############################################################  
WB News is a PHP news management system which requires MySQL/PostgreSQL database.   
The system is meant for quick and easy build to integrate news into an existing   
site or used as a framework with many systems such as Authentication, Template Engine,   
Database Abstration and more.   
  
#BUG:################################################################################  
file /base/Comments.php:  
85: foreach ( $comments as $comment )  
86: {  
87: $rows[] = array(  
88: "message" => nl2br( textWrap( htmlspecialchars( filter( $comment["message"] ) ) ) ),  
89: "name" => NULL != $comment["postname"] ? $comment["postname"] : $comment["name"], //<---vulnerable line  
90: "date" => tz_date( Configuration::getInstance()->getOption("dateFormat"), $comment["timeposted"] )  
91: );  
92: }  
  
file /templates/default/list-comments.ihtml:  
17: <td><strong><?php echo __("Posted By") ?>:</strong> <?php echo $r["name"] ?> On: <?php echo $r["date"] ?></td>  
  
  
Comment sender's name is not filtered and is sent to browser!  
  
  
#EXPLOIT:############################################################################  
goto comments and post any script as comment sender's name!  
`

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

22 Apr 2010 00:00Current
7.4High risk
Vulners AI Score7.4
26