vendor:
Intranet Attendance Track
by:
Ihsan Sencan
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Intranet Attendance Track
Affected Version From: 2.6.5
Affected Version To: 2.6.5
Patch Exists: NO
Related CWE: N/A
CPE: a:thagatpam:intranet_attendance_track
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Win7 x64, Kali Linux x64
2017
Joomla! Component Intranet Attendance Track v2.6.5 – SQL Injection
An attacker can exploit a SQL injection vulnerability in Joomla! Component Intranet Attendance Track v2.6.5 to execute arbitrary SQL commands on the vulnerable system. This can be done by sending maliciously crafted requests to the vulnerable application. The vulnerable parameters are 'month', 'year', 'weekstartdate', 'userid', 'user', 'month', 'idPromocion', 'rutaSalida', and 'rutaDestino'.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries. Additionally, parameterized queries should be used to prevent SQL injection attacks.