What measures should be taken to prevent File System Object from accessing directories of other customers on an IIS shared web host?
Posted
by
sean e
on Server Fault
See other posts from Server Fault
or by sean e
Published on 2012-09-21T01:20:24Z
Indexed on
2012/09/21
3:39 UTC
Read the original article
Hit count: 218
We have our website on an IIS shared hosting server. While working on a file monitor for our site, we have found that the File System Object allows us to enumerate the directories and files of other customers that are on the same server as us. Attempting to enumerate files in some root customer directories results in access denied errors - but not all.
Is this an IIS configuration error? A Windows configuration error?
How can we direct our hosting company to fix the problem?
© Server Fault or respective owner