2022-08-07 16:09:25 +00:00
|
|
|
id: oracle-cgi-printenv
|
|
|
|
|
|
|
|
info:
|
2023-02-22 20:04:45 +00:00
|
|
|
name: Oracle CGI Printenv - Information Disclosure
|
2022-08-07 16:09:25 +00:00
|
|
|
author: DhiyaneshDk
|
2023-03-02 20:58:29 +00:00
|
|
|
severity: info
|
2023-02-22 20:04:45 +00:00
|
|
|
description: Oracle CGI printenv component is susceptible to an information disclosure vulnerability.
|
2022-08-07 16:09:25 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/ilmila/J2EEScan/blob/master/src/main/java/burp/j2ee/issues/impl/OracleCGIPrintEnv.java
|
2023-02-22 20:04:45 +00:00
|
|
|
classification:
|
2023-03-02 20:58:29 +00:00
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
|
|
cvss-score: 0.0
|
2023-02-22 20:04:45 +00:00
|
|
|
cwe-id: CWE-200
|
2022-08-08 19:32:14 +00:00
|
|
|
tags: exposure,oracle,config
|
2022-08-07 16:09:25 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/cgi-bin/printenv"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
2022-08-08 19:32:14 +00:00
|
|
|
words:
|
|
|
|
- 'DOCUMENT_ROOT="'
|
2022-08-07 16:09:25 +00:00
|
|
|
|
|
|
|
- type: word
|
2022-08-08 19:33:53 +00:00
|
|
|
part: header
|
2022-08-07 16:09:25 +00:00
|
|
|
words:
|
|
|
|
- "text/plain"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-02-22 20:04:45 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2023/02/22
|