vendor:
Thyme Calendar
by:
Warlord
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Thyme Calendar
Affected Version From: Thyme Calendar 1.3 and possibly lower versions
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
Thyme Calendar 1.3 SQL Vulnerability Exploit
A vulnerability exists in Thyme Calendar 1.3 (and possibly lower versions) which allows execution of a custom SQL query. The vulnerability exists in event_view.php, because the 'eid' field is not properly validated. An attacker could exploit the vulnerability with a specific request. By changing the 'eid' field, the attacker can retrieve all the usernames from the database instead of the intended 'id' from thyme_Attachments. The attacker can grab the usernames from the HTML source by searching for 'aid='.
Mitigation:
Properly validate user input and use parameterized queries to prevent SQL injection attacks. Update to a patched version of Thyme Calendar.