Skip to content

Injection: Lucee < 6.0.1.59 - Remote Code Execution

Identifier: lucee_rce

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner

Description

Lucee contains a remote code execution vulnerability.

Reference:

Configuration

Example

Example configuration:

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