Skip to content

Access Control: Nginx Server - Local File Inclusion

Identifier: nginx_merge_slashes_path_traversal

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner

Description

Nginx server is vulnerable to local file inclusion.

Reference:

Configuration

Example

Example configuration:

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