Skip to content

Access Control: Apache Solr \<=8.8.1 - Local File Inclusion

Identifier: apache_solr_file_read

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner

Description

Apache Solr versions prior to and including 8.8.1 are vulnerable to local file inclusion.

Reference:

Configuration

Example

Example configuration:

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