-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New Nuclei template for customer-reviews-woocommerce-plugin-d41d8cd98…
…f00b204e9800998ecf8427e.yaml [Thu Oct 5 03:31:42 UTC 2023] :robot:
- Loading branch information
1 parent
012521e
commit 5e3f343
Showing
1 changed file
with
58 additions
and
0 deletions.
There are no files selected for viewing
58 changes: 58 additions & 0 deletions
58
...ve-less/plugins/customer-reviews-woocommerce-plugin-d41d8cd98f00b204e9800998ecf8427e.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
id: customer-reviews-woocommerce-plugin-d41d8cd98f00b204e9800998ecf8427e | ||
|
||
info: | ||
name: > | ||
Customer Reviews for WooCommerce <= 5.36.0 - Missing Authorization | ||
author: topscoder | ||
severity: medium | ||
description: > | ||
The Customer Reviews for WooCommerce plugin for WordPress is vulnerable to unauthorized access of functionality due to a missing capability check on several AJAX actions in versions up to, and including, 5.36.0. This makes it possible for authenticated attackers with subscriber level access to cancel exports and obtain progress reports on exports. | ||
reference: | ||
- https://www.wordfence.com/threat-intel/vulnerabilities/id/c5429fb1-7072-4a00-8fb3-48d4f876417f?source=api-prod | ||
classification: | ||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N | ||
cvss-score: 4.3 | ||
cve-id: | ||
metadata: | ||
fofa-query: "wp-content/plugins/customer-reviews-woocommerce/" | ||
google-query: inurl:"/wp-content/plugins/customer-reviews-woocommerce/" | ||
shodan-query: 'vuln:' | ||
tags: cve,wordpress,wp-plugin,customer-reviews-woocommerce,medium | ||
|
||
http: | ||
- method: GET | ||
redirects: true | ||
max-redirects: 3 | ||
path: | ||
- "{{BaseURL}}/wp-content/plugins/customer-reviews-woocommerce/readme.txt" | ||
|
||
extractors: | ||
- type: regex | ||
name: version | ||
part: body | ||
group: 1 | ||
internal: true | ||
regex: | ||
- "(?mi)Stable tag: ([0-9.]+)" | ||
|
||
- type: regex | ||
name: version | ||
part: body | ||
group: 1 | ||
regex: | ||
- "(?mi)Stable tag: ([0-9.]+)" | ||
|
||
matchers-condition: and | ||
matchers: | ||
- type: status | ||
status: | ||
- 200 | ||
|
||
- type: word | ||
words: | ||
- "customer-reviews-woocommerce" | ||
part: body | ||
|
||
- type: dsl | ||
dsl: | ||
- compare_versions(version, '<= 5.36.1') |