Lucene search
K

ifdate-bypass.txt

🗓️ 15 May 2007 00:00:00Reported by Liz0ziMType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 19 Views

This document describes a vulnerability in iFdate 2.0 that allows unauthorized administrative access. The vulnerability exists in the lack of proper validation for administrative users and absence of exit or die code

Code
`vendor : Liz0zim  
web: www.biyosecurity.net www.expw0rm.com  
  
  
Script Home Page : http://www.ifusionservices.co.uk/  
vul. version : iFdate 2.*  
  
vul code :  
  
all admin folder files   
  
///////////////////////////////////////  
// Checks user is logged in //  
///////////////////////////////////////  
if (($_SESSION['admin_area']=="Active")&&($admin_info['admin_status']=="Online")){  
} else {  
echo "<script>document.location.href='admin_login.php'</script>"; -------> Vul code   
}  
  
script coder don't write exit(); or die();   
  
  
open web browser setting disable javascript   
  
  
http://victim.com/[path]/admin/ :=) i am new admin  
  
-------------------------------------  
  
  
fix:  
  
  
///////////////////////////////////////  
// Checks user is logged in //  
///////////////////////////////////////  
if (($_SESSION['admin_area']=="Active")&&($admin_info['admin_status']=="Online")){  
} else {  
echo "<script>document.location.href='admin_login.php'</script>";   
exit(); //add code  
}  
  
  
Orginal: http://www.expw0rm.com/ifdate-2-unauthorized-administrative-access-bug_no285.html  
  
// Exploit Worm www.expw0rm.com  
`

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