phpVibe SQL Injection and Multiple Cross Site Scripting Vulnerabilities
BID:61802
Info
phpVibe SQL Injection and Multiple Cross Site Scripting Vulnerabilities
| Bugtraq ID: | 61802 |
| Class: | Input Validation Error |
| CVE: | |
| Remote: | Yes |
| Local: | No |
| Published: | Aug 15 2013 12:00AM |
| Updated: | Aug 15 2013 12:00AM |
| Credit: | Esac |
| Vulnerable: |
phpRevolution phpVibe 3.1 |
| Not Vulnerable: | |
Discussion
phpVibe SQL Injection and Multiple Cross Site Scripting Vulnerabilities
phpVibe is prone to an SQL-injection vulnerability and multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input.
Attackers can exploit these issues to execute arbitrary code in the context of the browser, compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database; other attacks are also possible.
phpVibe 3.1 is vulnerable; other versions may also be affected.
phpVibe is prone to an SQL-injection vulnerability and multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input.
Attackers can exploit these issues to execute arbitrary code in the context of the browser, compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database; other attacks are also possible.
phpVibe 3.1 is vulnerable; other versions may also be affected.
Exploit / POC
phpVibe SQL Injection and Multiple Cross Site Scripting Vulnerabilities
An attacker can exploit SQL-injection vulnerability using a web browser. To exploit multiple cross-site scripting vulnerabilities an attacker must trick a victim into following a malicious URI.
The following example URIs are available:
http://www.example.com/rss.php?cat= -1' or 2='3
http://www.example.com/forgot-pass.php => POST (multipart) input email was set to '">><script>alert('XSS')</script>
http://www.example.com/login.php => POST (multipart) input email was set to '">><script>alert('XSS')</script>
http://www.example.com/register.php => POST (multipart) input email was set to '">><script>alert('XSS')</script>
An attacker can exploit SQL-injection vulnerability using a web browser. To exploit multiple cross-site scripting vulnerabilities an attacker must trick a victim into following a malicious URI.
The following example URIs are available:
http://www.example.com/rss.php?cat= -1' or 2='3
http://www.example.com/forgot-pass.php => POST (multipart) input email was set to '">><script>alert('XSS')</script>
http://www.example.com/login.php => POST (multipart) input email was set to '">><script>alert('XSS')</script>
http://www.example.com/register.php => POST (multipart) input email was set to '">><script>alert('XSS')</script>
Solution / Fix
phpVibe SQL Injection and Multiple Cross Site Scripting Vulnerabilities
Solution:
Currently, we are not aware of any vendor-supplied patches. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected].
Solution:
Currently, we are not aware of any vendor-supplied patches. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected].
References
phpVibe SQL Injection and Multiple Cross Site Scripting Vulnerabilities
References:
References:
- phpVibe Homepage (S.C. Media Vibe)