Severity by source
AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:N/A:N
Admin-only access warrants PR:H; UI:N because the admin is the attacker acting directly; C:H because wp-config.php exposure yields full database credentials and auth keys.
Primary rating from Vendor (WPScan).
CVSS VectorVendor: WPScan
CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:N/A:N
Lifecycle Timeline
4DescriptionCVE.org
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.
AnalysisAI
Path traversal in the Store Locator WordPress plugin before version 1.6.9 enables authenticated administrators to read arbitrary PHP files from the server filesystem, including wp-config.php, which contains database credentials and WordPress secret keys. The vulnerability stems from an unvalidated parameter passed directly into a file path, allowing traversal sequences to escape the intended directory. A publicly available proof-of-concept exists per WPScan reporting, though EPSS sits at 0.04% (12th percentile) and no KEV listing exists, indicating low observed exploitation activity despite the public PoC.
Technical ContextAI
The root cause is CWE-22 (Improper Limitation of a Pathname to a Restricted Directory - Path Traversal): the plugin accepts a user-controlled parameter and interpolates it into a filesystem read operation without sanitizing directory traversal sequences (e.g., ../../). This is a classic PHP path traversal pattern common in WordPress plugins that dynamically include or read files based on request parameters. The CPE cpe:2.3:a:unknown:store_locator_wordpress:*:*:*:*:*:*:*:* covers all versions of the plugin up to 1.6.9. The CVSS scope change (S:C) reflects that the vulnerable component - the plugin sandbox - can read files belonging to the broader server environment, including the WordPress core configuration file wp-config.php, which sits outside the plugin's own file scope. The disclosed impact on PHP files specifically suggests the plugin performs a PHP file read or include operation rather than a generic file read, limiting but not eliminating the severity.
RemediationAI
Update the Store Locator WordPress plugin to version 1.6.9 or later, which contains the vendor-released patch. The fix is confirmed as available per vendor advisory; the exact patch can be obtained through the WordPress plugin repository or via the WPScan advisory at https://wpscan.com/vulnerability/14014b6b-ce49-4778-822c-026ecafa1772/. If an immediate update is not possible, a compensating control is to restrict access to the WordPress admin panel (wp-admin) to trusted IP ranges via web server configuration or a security plugin, reducing exposure to admin-level exploitation - note this does not eliminate the vulnerability if admin credentials are already compromised. Additionally, auditing which users hold administrator roles and reducing that set to the minimum necessary limits the population of potential abusers. There are no known workarounds that address the root cause without patching.
In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
Same weakness CWE-22 – Path Traversal
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-36644
GHSA-553w-8mm7-5gf2