oracle-ebs-credentials: Oracle E-Business System Credentials Page - Detect

日期: 2025-08-01 | 影响软件: oracle ebs | POC: 已公开

漏洞描述

Oracle E-Business System credentials page was detected.

PoC代码[已公开]

id: oracle-ebs-credentials

info:
  name: Oracle E-Business System Credentials Page - Detect
  author: dhiyaneshDk
  severity: high
  description: Oracle E-Business System credentials page was detected.
  reference:
    - https://www.blackhat.com/docs/us-16/materials/us-16-Litchfield-Hackproofing-Oracle-eBusiness-Suite-wp-4.pdf
    - https://www.blackhat.com/docs/us-16/materials/us-16-Litchfield-Hackproofing-Oracle-eBusiness-Suite.pdf
    - http://www.davidlitchfield.com/AssessingOraclee-BusinessSuite11i.pdf
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cwe-id: CWE-200
  metadata:
    max-request: 1
  tags: config,exposure,oracle,vuln

http:
  - method: GET
    path:
      - '{{BaseURL}}/OA_HTML/jtfwrepo.xml'

    matchers-condition: and
    matchers:
      - type: word
        words:
          - "password="
          - "<PUSR_LIST>"
        part: body

      - type: word
        words:
          - "text/xml"
        part: header

      - type: status
        status:
          - 200
# digest: 4a0a004730450220668e9305a6f2a23bd3550d8b2b37256c4353177f791614d34cdddabd621d939f022100946c1186b6d2b4b8c7287b111541e3c178fa394d123d52689642742099142e29:922c64590222798bb761d5b6d8e72950

相关漏洞推荐