Description
|
|
Vulnerability Lab has reported multiple vulnerabilities in freelancerKit, which can be exploited by malicious users to conduct script insertion and SQL injection attacks.
1) Input passed via the "ticket" parameter to tickets.php when creating a ticket is not properly sanitised before being used. This can be exploited to insert arbitrary HTML and script code, which will be executed in a user's browser session in context of an affected site when the malicious data is being viewed.
2) Input passed via the "title" parameter to notes.php when creating a note is not properly sanitised before being used. This can be exploited to insert arbitrary HTML and script code, which will be executed in a user's browser session in context of an affected site when the malicious data is being viewed.
3) Input passed via the "task" parameter to todo.php when creating a todo is not properly sanitised before being used. This can be exploited to insert arbitrary HTML and script code, which will be executed in a user's browser session in context of an affected site when the malicious data is being viewed.
4) Certain unspecified input passed to the notes and tickets components is not properly sanitised before being used in a SQL query. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
|