58 lines
1.7 KiB
YAML
58 lines
1.7 KiB
YAML
id: CVE-2020-4463
|
|
|
|
info:
|
|
name: IBM Maximo Asset Management Information Disclosure - XML External Entity Injection
|
|
author: dwisiswant0
|
|
severity: high
|
|
description: |
|
|
IBM Maximo Asset Management is vulnerable to an
|
|
XML external entity injection (XXE) attack when processing XML data.
|
|
A remote attacker could exploit this vulnerability to expose
|
|
sensitive information or consume memory resources.
|
|
reference:
|
|
- https://www.ibm.com/support/pages/security-bulletin-ibm-maximo-asset-management-vulnerable-information-disclosure-cve-2020-4463
|
|
- https://github.com/Ibonok/CVE-2020-4463
|
|
- https://exchange.xforce.ibmcloud.com/vulnerabilities/181484
|
|
- https://www.ibm.com/support/pages/node/6253953
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-4463
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:L
|
|
cvss-score: 8.2
|
|
cve-id: CVE-2020-4463
|
|
cwe-id: CWE-611
|
|
cpe: cpe:2.3:a:ibm:maximo_asset_management:*:*:*:*:*:*:*:*
|
|
epss-score: 0.74371
|
|
metadata:
|
|
max-request: 2
|
|
shodan-query: http.favicon.hash:-399298961
|
|
tags: cve,cve2020,ibm,xxe,disclosure
|
|
|
|
http:
|
|
- method: POST
|
|
path:
|
|
- "{{BaseURL}}/os/mxperson"
|
|
- "{{BaseURL}}/meaweb/os/mxperson"
|
|
body: |
|
|
<?xml version='1.0' encoding='UTF-8'?>
|
|
<max:QueryMXPERSON xmlns:max='http://www.ibm.com/maximo'>
|
|
<max:MXPERSONQuery></max:MXPERSONQuery>
|
|
</max:QueryMXPERSON>
|
|
headers:
|
|
Content-Type: application/xml
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "QueryMXPERSONResponse"
|
|
- "MXPERSONSet"
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "application/xml"
|
|
|
|
# Enhanced by mp on 2022/06/28
|