nuclei-templates/http/cves/2023/CVE-2023-6786.yaml

32 lines
1012 B
YAML

id: CVE-2023-6786
info:
name: Payment Gateway for Telcell < 2.0.4 - Open Redirect
author: securityforeveryone
severity: medium
description: |
The plugin does not validate the api_url parameter before redirecting the user to its value, leading to an Open Redirect issue
remediation: |
Fixed in 2.0.4
reference:
- https://wpscan.com/vulnerability/f3e64947-3138-4ec4-86c4-27b5d6a5c9c2/
- https://nvd.nist.gov/vuln/detail/CVE-2023-6786
classification:
cve-id: CVE-2023-6786
metadata:
max-request: 1
verified: true
publicwww-query: "/wp-content/plugins/payment-gateway-for-telcell"
tags: cve,cve2023,wordpress,redirect,wp-plugin,wp,payment-gateway-for-telcell
http:
- method: GET
path:
- "{{BaseURL}}/wp-admin/admin.php?page=wc-settings&action=redirect_telcell_form&api_url=https://oast.me"
matchers:
- type: regex
part: header
regex:
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)oast\.me.*$'