Description
|
|
Multiple vulnerabilities have been reported in Job Listing Script, which can be exploited by malicious people to conduct cross-site scripting and request forgery attacks.
1) The application allows users to perform certain actions via HTTP requests without performing any validity checks to verify the requests. This can be exploited to e.g. change the administrator's password when a logged-in administrative user visits a specially crafted web page.
2) Input passed via multiple POST parameters to /index.php is not properly sanitised before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.
List of affected parameters:
<a href="http://[host]/index.php?controller=AdminCategories&action=create&category_title
" target="_blank">http://[host]/index.php?controll...n=create&category_title
</a>
<a href="http://[host]/index.php?controller=AdminTypes&action=create&type_title
" target="_blank">http://[host]/index.php?controll...ction=create&type_title
</a>
<a href="http://[host]/index.php?controller=AdminCountries&action=create&country_title
" target="_blank">http://[host]/index.php?controll...action=create&country_title
</a>
|