Description
|
|
Multiple vulnerabilities have been reported in Pet 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. create an administrative account 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=AdminTypes&action=create&type_title
" target="_blank">http://[host]/index.php?controll...ction=create&type_title
</a>
<a href="http://[host]/index.php?index.php?controller=AdminBreeds&action=create&breed_title
" target="_blank">http://[host]/index.php?index.ph...tion=create&breed_title
</a>
<a href="http://[host]/index.php?controller=AdminExtras&action=create&extra_title
" target="_blank">http://[host]/index.php?controll...p;action=create&extra_title
</a>
|