Rule Name:PHP Session related Function Injection Attack
Severity:high
CVE ID:
Descripiton:
The session related function is used to operator session information in the PHP language. Attackers can include the session function in the http request and modify the PHP session information to obtain unauthorized resources, achieving code injection attacks. This rule requires checking the session operator function in http request to prevent such attacks. This rule supports to defend the A3: Injection and A1: Broken Access Control of OWASP Top 10 - 2021. Other reference:None