CVE-2026-9062
Received Received - Intake
Stored PHP File Read in Store Locator WordPress Plugin

Publication date: 2026-06-13

Last updated on: 2026-06-13

Assigner: WPScan

Description
The Store Locator WordPress plugin before 1.6.9 does not validate a parameter before using it in a file path, allowing high-privileged users such as administrators to read arbitrary `.php` files from the server, including configuration files that contain database credentials and authentication keys.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-13
Last Modified
2026-06-13
Generated
2026-06-13
AI Q&A
2026-06-13
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
agile_store_locator store_locator to 1.6.9 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

CVE-2026-9062 is a vulnerability in the Agile Store Locator WordPress plugin versions before 1.6.9. It occurs because the plugin does not properly validate a parameter used in file paths within certain AJAX handlers. This flaw allows authenticated administrators to perform a path traversal attack, enabling them to read arbitrary PHP files on the server.

Specifically, attackers can send a crafted request to the admin-ajax.php endpoint with a manipulated 'section' parameter that points to sensitive files such as wp-config.php, which contains database credentials and authentication keys. The contents of the targeted file are then returned in the JSON response.

Impact Analysis

This vulnerability can have serious impacts because it allows high-privileged users, like administrators, to read sensitive PHP files on the server. Accessing files such as wp-config.php can expose database credentials and authentication keys.

With this information, an attacker could potentially compromise the database, escalate privileges, or further exploit the system, leading to data breaches or loss of control over the website.

Detection Guidance

This vulnerability can be detected by sending a crafted request to the WordPress site's admin-ajax.php endpoint targeting the vulnerable plugin's AJAX handlers.

Specifically, an authenticated administrator can test for the vulnerability by sending a request with a manipulated 'section' parameter to the 'reset_custom_template' or 'load_custom_template' AJAX handlers.

If the server responds with the contents of arbitrary PHP files (such as wp-config.php) in the 'html' field of the JSON response, the vulnerability is present.

Example command using curl (assuming you have admin credentials and a valid authentication cookie or token):

  • curl -X POST -d "action=reset_custom_template&section=../../../../wp-config.php" -b "cookie=YOUR_AUTH_COOKIE" https://yourwordpresssite.com/wp-admin/admin-ajax.php
  • Check the JSON response for the 'html' field containing the contents of the targeted PHP file.
Mitigation Strategies

The immediate and recommended mitigation step is to update the Agile Store Locator WordPress plugin to version 1.6.9 or later.

This update includes proper validation of the parameters used in the AJAX handlers, preventing path traversal attacks.

Until the update can be applied, restrict administrator access to trusted users only and monitor for suspicious requests to the admin-ajax.php endpoint.

Compliance Impact

This vulnerability allows high-privileged users such as administrators to read arbitrary PHP files on the server, including sensitive configuration files containing database credentials and authentication keys.

Exposure of such sensitive information could lead to unauthorized access or data breaches, which may violate data protection regulations like GDPR or HIPAA that require safeguarding personal and sensitive data.

Therefore, if exploited, this vulnerability could compromise compliance with these standards by failing to adequately protect sensitive information.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-9062. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart