Skip to main content

Quix Page Builder Pro CVE-2026-60026

| EUVDEUVD-2026-46058 HIGH
Code Injection (CWE-94)
2026-07-20 Joomla GHSA-pcwx-c962-fh8r
8.9
CVSS 4.0 · Vendor: Joomla
Share

Severity by source

Vendor (Joomla) PRIMARY
8.9 HIGH
CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
9.1 CRITICAL

Network-reachable builder function with low complexity but requiring a high-privilege content role (PR:H); RCE breaks out of the app into the OS/web-server context (S:C) with full C/I/A impact.

3.1 AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
4.0 AV:N/AC:L/AT:P/PR:H/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H

Primary rating from Vendor (Joomla).

CVSS VectorVendor: Joomla

Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
None
Scope
X

Lifecycle Timeline

2
Analysis Generated
Jul 20, 2026 - 19:24 vuln.today
CVE Published
Jul 20, 2026 - 18:11 cve.org
HIGH 8.9

DescriptionCVE.org

The Joomla extension Quix Page Builder Pro is vulnerable to an authenticated PHP code execution. Authenticated builder user (core.create/core.edit) could inject PHP tags in element content, that got executed via view-cache include(). Requires caching on (default).

AnalysisAI

Authenticated PHP code execution in ThemeXpert's Quix Page Builder Pro extension for Joomla lets a privileged builder user (holding core.create or core.edit permissions) embed raw PHP tags in element content that are subsequently executed when the server's view-cache layer include()s the cached template. Exploitation requires caching to be enabled, which is the default, and yields full remote code execution on the underlying web server. No public exploit identified at time of analysis, though the reporter is Joomla itself and the CVSS 4.0 base score is 8.9 (High).

Technical ContextAI

Quix Page Builder Pro is a commercial drag-and-drop page builder distributed as a Joomla extension (CPE cpe:2.3:a:themexpert.com:quix_page_builder_pro_extension_for_joomla). The root cause is CWE-94 (Improper Control of Generation of Code, i.e. code injection): user-supplied element content is written into a server-side view cache and later loaded with PHP's include() construct. Because include() compiles and executes anything between PHP tags in the included file, any <?php ... ?> sequence stored in an element becomes live server-side code at render time. The vulnerability lives in the caching pipeline rather than the initial input handler, so the injected code only detonates once the cache is populated and re-read - which is why the 'caching on (default)' precondition is architecturally essential rather than incidental.

RemediationAI

No vendor-released patch version was identified at time of analysis, so an exact upgrade target cannot be cited from the input data - monitor ThemeXpert at https://www.themexpert.com/quix-pagebuilder and update to the fixed Quix Page Builder Pro release as soon as it is published. As compensating controls until a patch is applied, tighten Joomla ACLs so that only fully trusted administrators retain core.create/core.edit on Quix content (removing these permissions from lower-trust author/editor accounts directly eliminates the required privilege), and audit existing Quix elements for embedded PHP tags. Because the code executes only through the view cache, disabling Quix/Joomla view caching removes the execution path, with the trade-off of measurable performance degradation and higher server load on content-heavy pages. Additionally, restrict or monitor filesystem write access to the view-cache directory and consider a WAF or content rule that rejects '<?php' and '<?=' sequences submitted through the builder. Rotate credentials and review logs for any accounts that could already have planted a payload.

More in PHP

View all
CVE-2019-11043 CRITICAL POC
9.8 Oct 28

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

CVE-2012-1823 CRITICAL POC
9.8 May 11

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

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2018-11138 CRITICAL POC
9.8 May 31

The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

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

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

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

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

Share

CVE-2026-60026 vulnerability details – vuln.today

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