vendor:
php-agenda
by:
Anthony Dubuissez
7,5
CVSS
HIGH
iSQL in php-agenda <= 2.2.8
89
CWE
Product Name: php-agenda
Affected Version From: Php-Agenda 2.2.8
Affected Version To: Php-Agenda 2.2.8 and lower versions
Patch Exists: YES
Related CWE: CVE-2013-3961
CPE: a:php-agenda:php-agenda:2.2.8
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: None
2013
WEBERA ALERT ADVISORY 02
Php-Agenda 2.2.8 and lower versions contain a flaw that allows an authenticated user iSQL attack. This flaw exists because the application does not properly sanitize parameters (only rely on mysql_real_escape_string() funcion ) in the edit_event.php file. This allows an attacker to create a specially crafted URL to dump multiple informations of the databases content. A valid account is required.
Mitigation:
sanitize correctly the GET/POST parameter. (don’t rely on the mysql_real_escape_string() functions only…)