Skip to content

Oracle Commerce Business Control Center Login Panel - Detect

ID: oracle-business-control

Severity: info

Author: dhiyaneshDk,righettod

Tags: oracle,login,panel

Oracle Commerce Business Control Center login panel was detected.

id: oracle-business-control
info:
name: Oracle Commerce Business Control Center Login Panel - Detect
author: dhiyaneshDk,righettod
severity: info
description: Oracle Commerce Business Control Center login panel was detected.
reference:
- https://docs.oracle.com/cd/E23095_01/Platform.93/ATGBCCAdminGuide/html/s0101introductiontotheatgbusinesscont01.html
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:oracle:commerce:*:*:*:*:*:*:*:*
metadata:
max-request: 2
vendor: oracle
product: commerce
shodan-query:
- "http.title:\"Oracle Commerce\""
- http.title:"oracle commerce"
- cpe:"cpe:2.3:a:oracle:commerce"
fofa-query: title="oracle commerce"
google-query: intitle:"oracle commerce"
tags: oracle,login,panel
http:
- method: GET
path:
- '{{BaseURL}}/atg/bcc'
- '{{BaseURL}}/atg/user/html/login.jsp'
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- '<title>Oracle Commerce Business Control Center</title>'
- '/atg/userprofiling/InternalProfileFormHandler.loginSuccessURL'
- '/atg/userprofiling/InternalProfileFormHandler.loginErrorURL'
condition: or
- type: status
status:
- 200
# digest: 4a0a00473045022100b9d5ddaf19848819465eaa7a51557ccdd587646f042ebf44e23dbe973da6ce37022059ec11f71ea2befa5332fd8e91f571128c26da09788df6ccf09a6e50ce5e9d09:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/oracle-business-control.yaml"

View on Github