Web server requests targeting WebLogic JNDI LDAP via JndiBindingHandle (CVE-2021-2109)

Alerts on GET requests with WebLogic JndiBindingHandle and an ldap:// payload targeting AdminServer.

FreeReviewedSigma · Critical · v5
Category
webserver
Author
Bhabesh Raj (SigmaHQ), DRL 1.1
Published
2021-01-20
Updated
2026-07-31
title: Web server requests targeting WebLogic JNDI LDAP via JndiBindingHandle (CVE-2021-2109)
id: fa3c0e09-215c-4964-bb5b-f7836aefb9b6
status: test
description: This rule flags HTTP GET requests whose query string contains WebLogic-specific JNDI binding parameters along with an LDAP reference and an AdminServer identifier. Such requests are characteristic of attempts to exploit the WebLogic JNDI/LDAP pathway associated with CVE-2021-2109. It relies on webserver telemetry capturing the HTTP method and full URI query string content, enabling detection of injection-style payloads embedded in requests.
references:
  - https://twitter.com/pyn3rd/status/1351696768065409026
  - https://mp.weixin.qq.com/s/wX9TMXl1KVWwB_k6EZOklw
  - https://github.com/SigmaHQ/sigma/blob/master/rules-emerging-threats/2021/Exploits/CVE-2021-2109/web_cve_2021_2109_weblogic_rce_exploit.yml
author: Bhabesh Raj, Huntrule Team
date: 2021-01-20
modified: 2023-01-02
tags:
  - attack.t1190
  - attack.initial-access
  - cve.2021-2109
  - detection.emerging-threats
logsource:
  category: webserver
detection:
  selection:
    cs-method: GET
    cs-uri-query|contains|all:
      - com.bea.console.handles.JndiBindingHandle
      - ldap://
      - AdminServer
  condition: selection
falsepositives:
  - Unknown
level: critical
license: DRL-1.1
related:
  - id: 687f6504-7f44-4549-91fc-f07bab065821
    type: derived