Manila Multiple Cross-Site Scripting Vulnerabilities
BID:17563
Info
Manila Multiple Cross-Site Scripting Vulnerabilities
| Bugtraq ID: | 17563 |
| Class: | Input Validation Error |
| CVE: | |
| Remote: | Yes |
| Local: | No |
| Published: | Apr 17 2006 12:00AM |
| Updated: | Apr 18 2006 06:31PM |
| Credit: | Aaron Kaplan is credited with the discovery of these vulnerabilities. |
| Vulnerable: |
Manila Manila 9.0.1 |
| Not Vulnerable: | |
Discussion
Manila Multiple Cross-Site Scripting Vulnerabilities
Manila is prone to multiple cross-site scripting vulnerabilities. These issues are due to a failure in the application to properly sanitize user-supplied input.
An attacker may leverage these issues to have arbitrary script code executed in the browser of an unsuspecting user in the context of the affected site. This may help the attacker steal cookie-based authentication credentials and launch other attacks.
Manila is prone to multiple cross-site scripting vulnerabilities. These issues are due to a failure in the application to properly sanitize user-supplied input.
An attacker may leverage these issues to have arbitrary script code executed in the browser of an unsuspecting user in the context of the affected site. This may help the attacker steal cookie-based authentication credentials and launch other attacks.
Exploit / POC
Manila Multiple Cross-Site Scripting Vulnerabilities
This issue can be exploited through a web client.
The following proof-of-concept URI is available:
http://www.example.com/discuss/msgReader$1?mode=%22%3E%3Cscript%3Ealert('XSS!')%3C/script%3E
http://www.example.com/sendMail?usernum=2500&referer=%22%3E%3Cscript%3Ealert('xss')%3C/script%3E
This issue can be exploited through a web client.
The following proof-of-concept URI is available:
http://www.example.com/discuss/msgReader$1?mode=%22%3E%3Cscript%3Ealert('XSS!')%3C/script%3E
http://www.example.com/sendMail?usernum=2500&referer=%22%3E%3Cscript%3Ealert('xss')%3C/script%3E
Solution / Fix
Manila Multiple Cross-Site Scripting Vulnerabilities
Solution:
Currently we are not aware of any vendor-supplied patches for this issue. If you feel we are in error or are aware of more recent information, please mail us at: [email protected]:[email protected].
Solution:
Currently we are not aware of any vendor-supplied patches for this issue. If you feel we are in error or are aware of more recent information, please mail us at: [email protected]:[email protected].
References
Manila Multiple Cross-Site Scripting Vulnerabilities
References:
References:
- Manila Web Site (Manila)
- manila.userland cross site scriptable (Aaron Kaplan
)