Question
Possible Security Issue?
Let me be as crystal clear as possible so there is no
confusion.
We have two VM Servers, not to be confused with Virtual Machines themselves... but two physically separate pieces of hardware.
VM 1 and VM 2 both have 1 instance for a webserver that run an installation of ColdFusion 8 Enterprise. One is for our internal applications, another is for our external applications.
VM1 is able to write to ANY network share on VM2. VM2 is able to write to ANY network share on VM1. The only problem is:
1) Neither ColdFusion install is running as a user, they are bother running as local system
2) None of the network shares on either server have any permissions assigned to them other than local system access.
3) I can use the <cffile> tag to upload and overwrite files 100% of the time
4) About 90% of the time I can use <cffile> to delete files. The other 10% of the time I receive the following error:
"ColdFusion could not delete the file *removed* for an unknown reason"
Has anyone else encountered this issue?
We have two VM Servers, not to be confused with Virtual Machines themselves... but two physically separate pieces of hardware.
VM 1 and VM 2 both have 1 instance for a webserver that run an installation of ColdFusion 8 Enterprise. One is for our internal applications, another is for our external applications.
VM1 is able to write to ANY network share on VM2. VM2 is able to write to ANY network share on VM1. The only problem is:
1) Neither ColdFusion install is running as a user, they are bother running as local system
2) None of the network shares on either server have any permissions assigned to them other than local system access.
3) I can use the <cffile> tag to upload and overwrite files 100% of the time
4) About 90% of the time I can use <cffile> to delete files. The other 10% of the time I receive the following error:
"ColdFusion could not delete the file *removed* for an unknown reason"
Has anyone else encountered this issue?
