Skip to content

Sensitive Data: EasyImage down.php - Arbitrary File Read

Identifier: easyimage_downphp_lfi

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner

Description

down.php file in EasyImage is vulnerable to arbitrary file read.

Reference:

Configuration

Example

Example configuration:

---
security_tests:
  easyimage_downphp_lfi:
    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.