Update and rename misconfiguration/oracle-ebusiness-registration-enabled.yaml to cves/2022/CVE-2022-21500.yaml
parent
1f46751122
commit
f97215e84a
|
@ -0,0 +1,34 @@
|
|||
id: CVE-2022-21500
|
||||
|
||||
info:
|
||||
name: Oracle E-Business - Login Panel Registration Accessible
|
||||
author: 3th1c_yuk1,tess
|
||||
severity: high
|
||||
description: |
|
||||
Vulnerability in Oracle E-Business Suite (component: Manage Proxies). Supported versions that are affected are 12.1 and 12.2. Easily exploitable vulnerability allows unauthenticated attacker with network access via HTTP to compromise Oracle E-Business Suite. Successful attacks of this vulnerability can result in unauthorized access to critical data or complete access to all Oracle E-Business Suite accessible data. Note: Authentication is required for successful attack, however the user may be self-registered.
|
||||
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://nvd.nist.gov/vuln/detail/CVE-2022-21500
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.title:"Login" "X-ORACLE-DMS-ECID" 200
|
||||
tags: oracle,misconfig,cve,cve2022
|
||||
|
||||
requests:
|
||||
- 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
|
|
@ -1,32 +0,0 @@
|
|||
id: oracle-ebusiness-registration-enabled
|
||||
|
||||
info:
|
||||
name: Oracle E-Business Login Panel Registration Accessible
|
||||
author: 3th1c_yuk1,tess
|
||||
severity: info
|
||||
description: Oracle E-Business Login Panel Registration Accessible.
|
||||
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
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.title:"Login" "X-ORACLE-DMS-ECID" 200
|
||||
tags: oracle,misconfig
|
||||
|
||||
requests:
|
||||
- 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
|
Loading…
Reference in New Issue