vendor:
Ajax Availability Calendar
by:
AtT4CKxT3rR0r1ST
7.5
CVSS
HIGH
Sql Injection, Reflected XSS, Full Path Disclosure
89, 79, 200
CWE
Product Name: Ajax Availability Calendar
Affected Version From: 3.X.X
Affected Version To: 3.X.X
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
Ajax Availability Calendar 3.X.X Multiple Vulnerabilties
The Ajax Availability Calendar 3.X.X script is vulnerable to SQL Injection, Reflected XSS, and Full Path Disclosure vulnerabilities. The SQL Injection vulnerability allows an attacker to execute arbitrary SQL commands through the 'id_item' parameter, leading to unauthorized access to the database. The Reflected XSS vulnerability allows an attacker to inject malicious scripts into the 'id_item' parameter, potentially leading to the execution of arbitrary code in the victim's browser. The Full Path Disclosure vulnerability allows an attacker to obtain the full path of the script, which may aid in further attacks.
Mitigation:
To mitigate the SQL Injection vulnerability, it is recommended to properly sanitize user input and use parameterized queries. To mitigate the Reflected XSS vulnerability, it is recommended to properly encode user input before displaying it in HTML contexts. To mitigate the Full Path Disclosure vulnerability, it is recommended to disable error reporting or handle errors in a secure manner.