OpenBB Member.PHP Cross-Site Scripting Vulnerability
BID:13625
Info
OpenBB Member.PHP Cross-Site Scripting Vulnerability
| Bugtraq ID: | 13625 |
| Class: | Input Validation Error |
| CVE: | |
| Remote: | Yes |
| Local: | No |
| Published: | May 13 2005 12:00AM |
| Updated: | May 13 2005 12:00AM |
| Credit: | Megasky <[email protected]> is credited with the discovery of this vulnerability. |
| Vulnerable: |
OpenBB OpenBB 1.0.8 |
| Not Vulnerable: | |
Discussion
OpenBB Member.PHP Cross-Site Scripting Vulnerability
OpenBB is prone to a cross-site scripting vulnerability. This issue is due to a failure in the application to properly sanitize user-supplied input.
An attacker may leverage this issue to have arbitrary script code executed in the browser of an unsuspecting user. This may facilitate the theft of cookie-based authentication credentials as well as other attacks.
This issue reportedly affects OpenBB version 1.0.8; other versions may also be vulnerable.
OpenBB is prone to a cross-site scripting vulnerability. This issue is due to a failure in the application to properly sanitize user-supplied input.
An attacker may leverage this issue to have arbitrary script code executed in the browser of an unsuspecting user. This may facilitate the theft of cookie-based authentication credentials as well as other attacks.
This issue reportedly affects OpenBB version 1.0.8; other versions may also be vulnerable.
Exploit / POC
OpenBB Member.PHP Cross-Site Scripting Vulnerability
No exploit is required.
The following proof of concept URI is available:
http://www.example.com/member.php?action=list&page=2&sortorder=username&perpage=25&reverse="><script>alert('test');</script>
No exploit is required.
The following proof of concept URI is available:
http://www.example.com/member.php?action=list&page=2&sortorder=username&perpage=25&reverse="><script>alert('test');</script>
Solution / Fix
OpenBB Member.PHP Cross-Site Scripting Vulnerability
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] <mailto:[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] <mailto:[email protected]>.
References
OpenBB Member.PHP Cross-Site Scripting Vulnerability
References:
References:
- OpenBB Homepage (OpenBB)
- OpenBB SQL Injection & Cross-site Scripting Vulnerability (Megasky
)