Remote Code Execution (RCE)
Introduction
This article covers possible ways to secure the code from RCE vulnerability. This includes applying a proper function to check for the userβs input.
How to secure
For a dynamic function call or function call using the call_user_func
function, we recommend using a whitelist check on the allowed functions that can be called: