Skip to content

Access Control: ThinkPHP 5.0.1 - Remote Code Execution

Identifier: thinkphp_501_rce

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner

Description

ThinkPHP 5.0.1 allows remote unauthenticated attackers to execute arbitrary code via the 's' parameter.

Reference:

Configuration

Example

Example configuration:

---
security_tests:
  thinkphp_501_rce:
    assets_allowed:
    - REST
    - GRAPHQL
    - WEBAPP
    skip: false

Reference

assets_allowed

Type : List[AssetType]*

List of assets that this check will cover.

skip

Type : boolean

Skip the test if true.