Lucene search
K

FreeNews 1.1 Cross Site Scripting

🗓️ 08 Mar 2009 00:00:00Reported by Jonathan SalwanType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 31 Views

FreeNews 1.1 Cross Site Scripting vulnerability in gestion_news.ph

Code
`#############################################################################################  
#  
# Module : FREENEWS  
# Version : 1.1  
# Edited by : prologin.fr  
# Download : http://www.phpscripts-fr.net/scripts/download.php?id=688  
#  
# Vulnerability : XSS vulnerability  
#  
# Author : Jonathan Salwan  
# Mail : submit [AT] shell-storm.org  
# Web : http://www.shell-storm.org  
#  
#############################################################################################  
# Proof of Concept  
#############################################################################################  
#  
# File : ./gestion_news.php  
# Code   
# <?php echo "- $titre3[$i]"; ?> (on line 146)  
#   
#  
#############################################################################################  
#  
#  
# If you edit a new article, you can exploit xss vulnerability in title article.  
#  
#  
#############################################################################################  
# Patch Vulnerability  
#############################################################################################  
#  
# replaces code : <?php echo "- $titre3[$i]"; ?>  
# to : <?php echo htmlentities("- $titre3[$i]"); ?>  
#  
#############################################################################################  
`

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