1. Input passed to the msg property of account-inbox.php is not properly
sanitized before being displayed to the user. A malicious authenticated
user
can execute arbitrary HTML and scripting code in a user's browser session
in
context of an affected web site.
Example:
http://[host]/account-inbox.php?msg=<script>alert(document.cookie)</scr
ipt>&receiver=<username>
2. The application allows users to perform certain actions via HTTP
requests
without performing any validity checks to verify the request. A malicious
person can perform a CSRF attack.
Example:
http://[host]/account-inbox.php?msg=<message>&receiver=<username>
Vulnerability #1 was discovered by Dominus.
Original URL: http://www.securitylab.ru/vulnerability/347887.php
BR,
Valery Marchuk
www.SecurityLab.ru
Feedback :
If you have additional information or notice any errors regarding this security advisory, please use contact form or email us at info()securityreason()com.
Maksymilian Arciemowicz discovered a Integer Overflow
vulnerability in the libc library "strfmon()" function.A vulnerability could allow an attacker who successfully exploits this vulnerability to take control of the affected *BSD systems.