40 lines
1.0 KiB
YAML
40 lines
1.0 KiB
YAML
id: oracle-cgi-printenv
|
|
|
|
info:
|
|
name: Oracle CGI printenv - Information Disclosure
|
|
author: DhiyaneshDk
|
|
severity: medium
|
|
description: Oracle CGI printenv component is susceptible to an information disclosure vulnerability.
|
|
reference:
|
|
- https://github.com/ilmila/J2EEScan/blob/master/src/main/java/burp/j2ee/issues/impl/OracleCGIPrintEnv.java
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
|
cvss-score: 5.3
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
tags: exposure,oracle,config
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/cgi-bin/printenv"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'DOCUMENT_ROOT="'
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/plain"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a0047304502205505ac2155b8bfd33db9941b3831ba08320cfbe968ed9ca3e8f461da25f12cea022100d19f089572c2671314f9035ed139b0a2529073f253f6cd001cf323ba835fae8f:922c64590222798bb761d5b6d8e72950
|