nuclei-templates/http/vulnerabilities/wordpress/wp-superstorefinder-misconf...

31 lines
1.1 KiB
YAML
Raw Normal View History

2023-10-17 07:20:28 +00:00
id: wp-superstorefinder-misconfig
info:
name: Superstorefinder WP-plugin - Security Misconfigurations
author: r3Y3r53
severity: medium
description: |
2023-10-17 08:16:05 +00:00
Security misconfiguration is a common security issue that occurs when a system, application, or network is not properly configured to protect against threats and vulnerabilities.
2023-10-17 07:20:28 +00:00
reference:
- https://cxsecurity.com/issue/WLB-2021010145
- https://www.exploitalert.com/view-details.html?id=36983
metadata:
google-query: inurl:"wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/exportAjax.php"
publicwww-query: "/wp-content/plugins/superstorefinder-wp/"
verified: true
tags: wordpress,wp-plugin,superstorefinder-wp,wp,misconfig
http:
- raw:
- |
GET /wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/exportAjax.php HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl
dsl:
2023-10-17 08:16:05 +00:00
- 'status_code == 200'
- 'contains(body, "Name") && contains(body, "CategoriesTags") && contains(body, "email")'
2023-10-17 07:20:28 +00:00
- 'contains(content_type, "text/html")'
condition: and