Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/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
Unauthenticated network read of arbitrary files (PR:N/UI:N/AC:L) yields high confidentiality only; no integrity or availability impact and no scope change.
Primary rating from Vendor (Joomla).
CVSS VectorVendor: Joomla
Lifecycle Timeline
2DescriptionCVE.org
The Joomla extension Quix Page Builder Pro is vulnerable to a unauthenticated path traversal via form elements. Unauthenticated users frontend users are allowed traversal paths and read arbitrary files. Requires a published page with a Form element.
AnalysisAI
Arbitrary file disclosure in ThemeXpert's Quix Page Builder Pro extension for Joomla allows unauthenticated frontend users to read files outside the intended directory by supplying traversal sequences to a Form element on a published page. The flaw (CWE-22) carries a CVSS 4.0 base score of 8.7 driven by high confidentiality impact with no authentication or user interaction. There is no public exploit identified at time of analysis and it is not listed in CISA KEV, but the network-reachable, unauthenticated nature makes it a strong candidate for opportunistic scanning.
Technical ContextAI
Quix Page Builder Pro is a commercial drag-and-drop page builder extension for the Joomla CMS, used to compose front-end pages from reusable elements including a Form element that processes user-supplied input. The vulnerability is a classic CWE-22 path traversal: user-controlled input reaching the form-handling code is used to construct a filesystem path without adequate canonicalization or allowlist validation, so sequences such as ../ let a request escape the web root and reference arbitrary files readable by the web server process. The single CPE, cpe:2.3:a:themexpert.com:quix_page_builder_pro_extension_for_joomla:*, confirms the affected component is the Pro edition of the extension rather than Joomla core; the wildcard version means no fixed lower/upper bound was published in the CPE.
RemediationAI
No vendor-released patch identified at time of analysis - the only supplied reference (https://www.themexpert.com/quix-pagebuilder) is a product page, not an advisory with a fix version, so administrators should contact ThemeXpert or check the extension's update channel for a patched release and upgrade to it as soon as one is published. As an immediate compensating control, unpublish or remove any front-end page containing a Quix Form element, since the description states a published page with a Form element is required to reach the vulnerable code - this eliminates the attack surface at the cost of losing form functionality on those pages. Additionally, deploy a WAF or Joomla security plugin rule to block traversal patterns (../, encoded %2e%2e%2f, and null-byte variants) on the Quix form-handling endpoint, and restrict the web server's filesystem permissions so the Joomla process cannot read sensitive OS files (e.g. /etc/passwd, configuration.php); note WAF rules can be bypassed with alternate encodings and are a stopgap, not a substitute for the vendor fix.
Authenticated PHP code execution in ThemeXpert's Quix Page Builder Pro extension for Joomla lets a privileged builder us
Improper access control in the Quix Page Builder Pro extension for Joomla (by ThemeXpert) lets authenticated users uploa
SQL injection in the Quix Page Builder Pro extension for Joomla lets remote unauthenticated attackers inject arbitrary S
Stored cross-site scripting in the Quix Page Builder Pro extension for Joomla (by ThemeXpert) lets an authenticated buil
Information disclosure in the Quix Page Builder Pro Joomla extension exposes raw exception data to unauthenticated remot
Stored cross-site scripting in Quix Page Builder Pro, a Joomla CMS extension by ThemeXpert, allows authenticated builder
Same weakness CWE-22 – Path Traversal
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-46063
GHSA-2jwh-h49v-x83h