Skip to content

Superstorefinder WP-plugin - Security Misconfigurations

ID: wp-superstorefinder-misconfig

Severity: medium

Author: r3Y3r53

Tags: wordpress,wp-plugin,superstorefinder-wp,wp,misconfig

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.

id: wp-superstorefinder-misconfig
info:
name: Superstorefinder WP-plugin - Security Misconfigurations
author: r3Y3r53
severity: medium
description: |
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.
reference:
- https://cxsecurity.com/issue/WLB-2021010145
- https://www.exploitalert.com/view-details.html?id=36983
classification:
cpe: cpe:2.3:a:superstorefinder:super_store_finder:*:*:*:*:wordpress:*:*:*
metadata:
verified: true
max-request: 1
vendor: superstorefinder
product: super_store_finder
publicwww-query: /wp-content/plugins/superstorefinder-wp/
google-query: inurl:"wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/exportAjax.php"
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:
- 'status_code == 200'
- 'contains(body, "Name") && contains(body, "CategoriesTags") && contains(body, "email")'
- 'contains(content_type, "text/html")'
condition: and
# digest: 4b0a0048304602210091cdbd6092fd8514281301fc0ebe80b2ad4f1e18feb585d29a514ec944154613022100970e6a8bda02c3c80cd67c99add36cc89142391110b0d72a52696ac75282bd36:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/vulnerabilities/wordpress/wp-superstorefinder-misconfig.yaml"

View on Github