Skip to content

Injection: Lucee < 6.0.1.59 - Remote Code Execution

Identifier: lucee_rce

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM Scanner

Description

Lucee < 6.0.1.59 contains remote code execution vulnerabilities, potentially allowing attackers to execute arbitrary commands on the server.

How we test: We test for remote code execution vulnerabilities in Lucee by attempting to execute commands through vulnerable endpoints and analyzing responses to detect if arbitrary code execution is possible.

Reference:

Configuration

Example

Example configuration:

---
security_tests:
  lucee_rce:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.