Skip to content

Oracle ATG Commerce Panel - Detect

ID: oracle-atg-commerce

Severity: info

Author: Dale Clarke

Tags: tech,oracle,atg,commerce

Oracle ATG Commerce panel was detected.

id: oracle-atg-commerce
info:
name: Oracle ATG Commerce Panel - Detect
author: Dale Clarke
severity: info
description: Oracle ATG Commerce panel was detected.
reference:
- https://docs.oracle.com/cd/E35319_01/Platform.10-2/ATGPlatformProgGuide/html/s0101introduction01.html
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
tags: tech,oracle,atg,commerce
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: header
words:
- "x-atg-version"
- "atg_session_id"
condition: or
case-insensitive: true
- type: status
status:
- 200
# digest: 4b0a00483046022100ff93bd038fd95bdc6258037e8605e4fd51eed5b8af6449e0c707af571f481ffb022100aba2e96912cee4cc2d34c4a562f1acaa9bf98b83e0294a77c4055df307b269eb: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/technologies/oracle/oracle-atg-commerce.yaml"

View on Github