hpeter16
11/07/2022, 10:47 PM<cfexecute>
tag against the command shell injection attack?bdw429s
11/07/2022, 10:49 PMname
and arguments
attributes.bdw429s
11/07/2022, 10:50 PMhpeter16
11/07/2022, 10:55 PMWe recommend that ColdFusion _Sandbox Security_ is enabled and sensitive tags such as <cfexecute> and <cfregistry> be disabled by default.
but no mentions of how we can secure that in case if we use those tags so out of curiosity want to know.bdw429s
11/07/2022, 10:56 PMbdw429s
11/07/2022, 10:57 PMbdw429s
11/07/2022, 10:58 PMbdw429s
11/07/2022, 10:58 PMbdw429s
11/07/2022, 10:58 PM<cfexecute name="ping" arguments="google.com">
would be pretty hard to hackbdw429s
11/07/2022, 10:59 PM<cfexecute name="ping" arguments="#url.hostname#">
would be very easy to hack by providing something like localhost && sudo bad thing here
in the URLbdw429s
11/07/2022, 11:00 PMhpeter16
11/07/2022, 11:02 PMbdw429s
11/07/2022, 11:03 PM