2021-05-02 19:10:42 +00:00
|
|
|
id: oracle-ebs-sqllog-disclosure
|
|
|
|
|
|
|
|
info:
|
2022-10-10 19:22:59 +00:00
|
|
|
name: Oracle EBS - SQL Log Disclosure
|
2021-05-02 19:10:42 +00:00
|
|
|
author: dhiyaneshDk
|
|
|
|
severity: medium
|
2022-10-10 19:22:59 +00:00
|
|
|
description: An Oracle EBS SQL log was discovered.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://the-infosec.com/2017/03/29/do-you-know-what-your-erp-is-telling-us/
|
2022-10-10 19:22:59 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
|
|
|
cvss-score: 5.3
|
|
|
|
cwe-id: CWE-200
|
2021-05-07 10:38:22 +00:00
|
|
|
tags: oracle,ebs,logs,exposure
|
2021-05-02 19:10:42 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2021-05-03 07:22:21 +00:00
|
|
|
- '{{BaseURL}}/OA_HTML/bin/sqlnet.log'
|
|
|
|
|
2021-05-02 19:10:42 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "DESCRIPTION="
|
|
|
|
- "USER="
|
|
|
|
part: body
|
2021-05-03 07:22:21 +00:00
|
|
|
|
2021-05-02 19:10:42 +00:00
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "text/plain"
|
|
|
|
part: header
|
2021-05-03 07:22:21 +00:00
|
|
|
|
2021-05-02 19:10:42 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-10-10 19:22:59 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/10/06
|