CVE-2026-1340: Ivanti EPMM < 12.8.0.0 - Remote Code Execution

2026-09-21 Unknown PoC Public

Description

Ivanti Endpoint Manager Mobile contains a code injection vulnerability allowing unauthenticated attackers to execute arbitrary code remotely, exploit requires no authentication.

PoC

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
    epss-score: 0.98676
    epss-percentile: 0.99922
    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: 490a004630440220264205fb64d1ac276df735ed7a71ba6e9fbbf71546ffd008ce243e4691764239022029e947d150e56c578c17212da78e77549c143ff12ae683e949e3352232505b05:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.