Lucene search
+L

Ivanti EPMM < 12.8.0.0 - Remote Code Execution

🗓️ 18 Sep 2026 08:42:26Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 3 Views

Unauthenticated RCE in Ivanti Endpoint Manager Mobile below 12.8.0.0 via code injection.

Related
Refs
Code
id: CVE-2026-1340

info:
  name: Ivanti EPMM < 12.8.0.0 - Remote Code Execution
  author: 0x_Akoko
  severity: critical
  description: |
    Ivanti Endpoint Manager Mobile contains a code injection vulnerability allowing unauthenticated attackers to execute arbitrary code remotely, exploit requires no authentication.
  impact: |
    Unauthenticated attackers can execute arbitrary code remotely, potentially leading to full system compromise.
  remediation: |
    Update to the latest version of Ivanti Endpoint Manager Mobile.
  reference:
    - https://forums.ivanti.com/s/article/Security-Advisory-Ivanti-Endpoint-Manager-Mobile-EPMM
    - https://nvd.nist.gov/vuln/detail/CVE-2026-1340
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2026-1340
    cwe-id: CWE-94
  metadata:
    verified: true
    max-request: 1
    vendor: ivanti
    product: endpoint_manager_mobile
    shodan-query: http.title:"Ivanti User Portal"
    fofa-query: title="Ivanti User Portal" || body="ui.login.css"
  tags: cve,cve2026,ivanti,epmm,mobileiron,rce,kev,passive,vkev

http:
  - raw:
      - |
        GET /mifs/user/login.jsp HTTP/1.1
        Host: {{Hostname}}

    redirects: true
    max-redirects: 3

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(body, "Ivanti")'
          - 'compare_versions(version, "< 12.8.0")'
        condition: and

    extractors:
      - type: regex
        name: version
        part: body
        group: 1
        internal: true
        regex:
          - 'ui\.login\.css\?([0-9]+\.[0-9]+(?:\.[0-9]+)?)'

      - type: regex
        part: body
        group: 1
        regex:
          - 'ui\.login\.css\?([0-9]+\.[0-9]+(?:\.[0-9]+)?)'
# digest: 490a00463044022070bc5189e8cb8617346a8b107745c8ce15d51d448a5b2115232ab132524a846d022001e48e2778dc7c583625150fa285e7b1b129c28bb2237efef2b4ab6405e1e654:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation