Skip to content

Access Control: Apache OFBiz - JNDI Remote Code Execution (Apache Log4j)

Identifier: apache_ofbiz_log4j_rce

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM Scanner

Description

Apache OFBiz is affected by a remote code execution vulnerability in the bundled Apache Log4j logging library due to insufficient protections on message lookup substitutions, allowing unauthenticated attackers to execute arbitrary code.

How we test: We test for Log4j remote code execution vulnerabilities in Apache OFBiz by injecting JNDI lookup payloads into user-controlled input and analyzing responses to detect if remote code execution is possible.

Reference:

Configuration

Example

Example configuration:

---
security_tests:
  apache_ofbiz_log4j_rce:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.