Skip to main content

Quick Playground CVE-2026-6403

| EUVDEUVD-2026-30517 HIGH
Path Traversal (CWE-22)
2026-05-15 Wordfence GHSA-5vxp-83xg-5c9f
7.5
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
7.5 HIGH
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
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Lifecycle Timeline

2
Analysis Generated
May 15, 2026 - 09:31 vuln.today
CVE Published
May 15, 2026 - 07:46 nvd
HIGH 7.5

DescriptionCVE.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.

CVE-2016-10045 CRITICAL POC
9.8 Dec 30

The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-11749 CRITICAL POC
9.8 Nov 05

The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-3495 CRITICAL POC
9.8 May 22

The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete

Share

CVE-2026-6403 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy