sentora / sentora-core

Sentora is a web hosting control panel written in PHP for *NIX
GNU General Public License v3.0
653 stars 444 forks source link

Nessus Scanner returns a "Medium" vulnerability #194

Closed gavargas22 closed 9 years ago

gavargas22 commented 9 years ago

I am using Sentora to provide a server for multiple web applications and it was scanned by a Vulnerability Scanner called Nessus

This is what the scanner says:

At least one web application hosted on the remote web server discloses the physical path to its directories when a malformed request is sent to it.

I see that the path in question is /etc/styles/Sentora_Default/global-css/login.css

Is this really a problem? Can this be fixed? It seems that the path is not really the one pointing to the Sentora directory.

The scanner suggests that one should filter error messages containing path information. Does anyone have any comments regarding this?

Thank you

5050 commented 9 years ago

At my opinion it is not a vulnerability, but a false positive, for many reasons :

I think it is a false positive because the first directory of the "style" branch have been named "etc", like the "/etc" directory of linux, some legacy of old time... I would be happy to rename it (I hate such catchall name), but it may break some third party modules, so such change must be handled with a lot of care.

gavargas22 commented 9 years ago

I think you are exactly right! Thank you for the quick reply!