44 lines
1.6 KiB
YAML
44 lines
1.6 KiB
YAML
id: CVE-2022-21500
|
|
|
|
info:
|
|
name: Oracle E-Business Suite <=12.2 - Authentication Bypass
|
|
author: 3th1c_yuk1,tess
|
|
severity: high
|
|
description: |
|
|
Oracle E-Business Suite (component: Manage Proxies) 12.1 and 12.2 are susceptible to an easily exploitable vulnerability that allows an unauthenticated attacker with network access via HTTP to compromise it by self-registering for an account. Successful attacks of this vulnerability can result in unauthorized access to critical data or complete access to all Oracle E-Business Suite accessible data.
|
|
reference:
|
|
- https://orwaatyat.medium.com/my-new-discovery-in-oracle-e-business-login-panel-that-allowed-to-access-for-all-employees-ed0ec4cad7ac
|
|
- https://twitter.com/GodfatherOrwa/status/1514720677173026816
|
|
- https://www.oracle.com/security-alerts/alert-cve-2022-21500.html
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-21500
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
cvss-score: 7.5
|
|
cve-id: CVE-2022-21500
|
|
epss-score: 0.97069
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.title:"Login" "X-ORACLE-DMS-ECID" 200
|
|
verified: true
|
|
tags: cve,cve2022,oracle,misconfig,auth-bypass
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/OA_HTML/ibeCAcpSSOReg.jsp'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Registration'
|
|
- 'Register as individual'
|
|
- '<!-- ibeCZzpRuntimeIncl.jsp end -->'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by mp on 2022/06/29
|