Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Lifecycle Timeline
2DescriptionCVE.org
The Quick Playground plugin for WordPress is vulnerable to Path Traversal in versions up to and including 1.3.3. This is due to insufficient path validation in the qckply_zip_theme() function, which appends a user-controlled 'stylesheet' parameter directly to the theme root directory path without sanitizing directory traversal sequences. This makes it possible for unauthenticated attackers to trigger the creation of a ZIP archive containing arbitrary files from the server's filesystem - including wp-config.
AnalysisAI
Remote unauthenticated attackers can exploit a path traversal vulnerability in Quick Playground plugin for WordPress (versions ≤1.3.3) to exfiltrate sensitive server files including wp-config.php credentials. The flaw in the qckply_zip_theme() function allows arbitrary filesystem traversal via an unsanitized 'stylesheet' parameter, triggering creation of downloadable ZIP archives containing any server-accessible files. With CVSS 7.5 (AV:N/AC:L/PR:N/UI:N) indicating trivial remote exploitation requiring no authentication, this represents an immediate confidentiality risk for all sites running affected versions, though no CISA KEV listing or public exploit code has been identified at time of analysis.
Technical ContextAI
This vulnerability stems from insufficient input validation in WordPress plugin code handling filesystem operations. The Quick Playground plugin's qckply_zip_theme() function directly concatenates user-supplied 'stylesheet' parameter values to the WordPress theme directory path without sanitizing directory traversal sequences like '../'. This CWE-22 Path Traversal weakness allows attackers to escape the intended theme directory scope and reference arbitrary files on the server filesystem. The vulnerable code paths are visible in utility.php (lines 162, 248) and api.php (lines 62, 631) in versions through 1.3.3. WordPress plugins running with web server privileges can typically read configuration files, making wp-config.php (containing database credentials and security keys) a prime target. The affected product is identified by CPE cpe:2.3:a:davidfcarr:quick_playground:*:*:*:*:*:*:*:*, developed by davidfcarr and distributed through the official WordPress plugin repository.
RemediationAI
WordPress administrators should immediately update Quick Playground plugin to version 1.3.4 or later, which addresses the path traversal vulnerability through proper input sanitization in the qckply_zip_theme() function per WordPress plugin repository changeset 3523317. Update via WordPress admin dashboard (Plugins → Installed Plugins → Quick Playground → Update Now) or manually download from official WordPress plugin repository. If immediate patching is not feasible, implement these compensating controls with noted trade-offs: (1) Deactivate and delete Quick Playground plugin entirely until patched version can be deployed - eliminates attack surface but removes plugin functionality; (2) Implement web application firewall (WAF) rules blocking requests containing '../' or URL-encoded traversal sequences ('%2e%2e%2f') in 'stylesheet' parameter - may cause false positives with legitimate theme names containing dots; (3) Restrict WordPress plugin directory permissions to prevent web server read access to wp-config.php using filesystem ACLs - may break legitimate WordPress functionality requiring configuration file access. Review web server access logs for suspicious requests to Quick Playground endpoints (api.php, utility.php) with unusual 'stylesheet' parameter values. Post-patching, rotate WordPress database credentials and security salts in wp-config.php if exploitation is suspected. Advisory and patch details: https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=3523317%40quick-playground&new=3523317%40quick-playground.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-22 – Path Traversal
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-30517
GHSA-5vxp-83xg-5c9f