English
The Internet threat alert status is currently normal. At present, no major epidemics or other serious incidents have been recorded by Kaspersky Lab’s monitoring service. Internet threat level: 1

Zen Time Tracking Multiple SQL Injection Vulnerabilities


Secunia ID

SA38471

CVE-ID

CVE-2010-1053

Release Date

08 Feb 2010

Last Change

26 Mar 2010

Criticality

Moderately Critical

Solution Status

Unpatched

Software

Zen Time Tracking 2.x

Where

From remote

Impact
Exposure of sensitive information

Vulnerabilities where documents or credentials are leaked or can be revealed either locally or from remote.

Manipulation of data

This includes vulnerabilities where a user or a remote attacker can manipulate local data on a system, but not necessarily be able to gain escalated privileges or system access.

The most frequent type of vulnerabilities with this impact are SQL-injection vulnerabilities, where a malicious user or person can manipulate SQL queries.

Security Bypass

This covers vulnerabilities or security issues where malicious users or people can bypass certain security mechanisms of the application.

The actual impact varies significantly depending on the design and purpose of the affected application.

Description

Multiple vulnerabilities have been discovered in Zen Time Tracking, which can be exploited by malicious people to conduct SQL injection attacks.

Input passed via the "username" and "password" parameter to userlogin.php and managerlogin.php is not properly sanitised before being used in a SQL query. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.

Successful exploitation allows bypassing the authentication mechanism but requires that "magic_quotes_gpc" is disabled.

The vulnerabilities are confirmed in version 2.2. Other versions may also be affected.

Solution

Edit the source code to ensure that input is properly sanitised.

Reported by

cr4wl3r

Original Advisory

http://www.exploit-db.com/exploits/11345