Description
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).
Published: 2026-07-20
Score: 8.9 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows an authenticated Joomla builder user to inject arbitrary PHP code into element content. Because the Quix Page Builder Pro extension includes element content via view‑cache include(), the injected PHP tags are executed on the server. This results in remote code execution, giving full control over the affected web server. The flaw is a classic code injection (CWE‑94) that can compromise confidentiality, integrity, and availability.

Affected Systems

The issue affects the Quix Page Builder Pro extension for Joomla versions earlier than 6.2.1, as distributed by themexpert.com. Only installations that have caching enabled (the default) are vulnerable. The vulnerability does not affect the core Joomla application or other extensions.

Risk and Exploitability

With a CVSS score of 8.9 the vulnerability is classified as high severity. The exploit requires the attacker to authenticate as a user with builder privileges (core.create/core.edit). Once authenticated, the attacker can inject PHP tags into the page content and trigger execution through Joomla’s view‑cache mechanism. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog, so no widespread exploitation is reported at this time. Nevertheless, because the attack surface allows arbitrary code execution, the risk remains significant and any Joomla site using an affected version and caching should consider this a priority.

Generated by OpenCVE AI on July 21, 2026 at 20:04 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Quix Page Builder Pro extension to version 6.2.1 or later, which removes the PHP code injection flaw.
  • If an upgrade is not possible, disable Joomla’s caching feature or set the view‑cache option to false to prevent the execution of injected content.
  • Restrict builder user permissions or block PHP tag usage by configuring Joomla’s input filtering, or deploy a web application firewall rule to filter out <php> or <? tags in page content.

Generated by OpenCVE AI on July 21, 2026 at 20:04 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 21 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Mon, 20 Jul 2026 18:45:00 +0000

Type Values Removed Values Added
Description 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).
Title Joomla Extension - themexpert.com - Authenticated PHP code execution in Quix Page Builder < 6.2.1
Weaknesses CWE-94
References
Metrics cvssV4_0

{'score': 8.9, 'vector': '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'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Joomla

Published:

Updated: 2026-07-21T17:16:41.647Z

Reserved: 2026-07-08T05:31:35.889Z

Link: CVE-2026-60026

cve-icon Vulnrichment

Updated: 2026-07-21T16:27:34.015Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-21T20:15:02Z

Weaknesses
  • CWE-94

    Improper Control of Generation of Code ('Code Injection')