Skip to main content

Quix Page Builder Pro CVE-2026-60031

| EUVDEUVD-2026-46060 MEDIUM
Information Exposure (CWE-200)
2026-07-20 Joomla GHSA-mrwj-6qcf-fqf2
6.9
CVSS 4.0 · Vendor: Joomla
Share

Severity by source

Vendor (Joomla) PRIMARY
6.9 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/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
vuln.today AI
5.3 MEDIUM

Network-reachable AJAX endpoint requires no authentication or user interaction; only low confidentiality impact as raw exceptions leak partial internal state.

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

Primary rating from Vendor (Joomla).

CVSS VectorVendor: Joomla

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

Lifecycle Timeline

1
Analysis Generated
Jul 20, 2026 - 19:29 vuln.today

DescriptionCVE.org

The Joomla extension Quix Page Builder Pro is vulnerable to an information disclosure. Raw exceptions reflected in AJAX handler responses.

AnalysisAI

Information disclosure in the Quix Page Builder Pro Joomla extension exposes raw exception data to unauthenticated remote attackers via AJAX handler responses. The affected component fails to sanitize or suppress server-side exception output before returning it to the client, potentially leaking internal application state, file paths, database structure, or configuration details depending on what triggers the exception. No public exploit or CISA KEV listing is identified at time of analysis, but the unauthenticated network-accessible attack vector lowers the barrier for reconnaissance abuse.

Technical ContextAI

Quix Page Builder Pro is a commercial drag-and-drop page builder extension for the Joomla CMS, developed by ThemeXpert (CPE: cpe:2.3:a:themexpert.com:quix_page_builder_pro_extension_for_joomla:*:*:*:*:*:*:*:*). The vulnerability is rooted in CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor), a class of flaw where application error handling paths return internal exception objects or stack traces directly in HTTP responses rather than sanitized error messages. In this case, AJAX endpoints - commonly used by page builder extensions for dynamic content operations such as template loading or widget data retrieval - reflect raw PHP exception output. Depending on the exception type and message, this can expose server-side paths, class names, database table schemas, or environment configuration details useful for targeted follow-on attacks.

RemediationAI

No vendor-released patch identified at time of analysis - the sole reference points to the general product page (https://www.themexpert.com/quix-pagebuilder) rather than a security advisory. Site administrators should monitor the ThemeXpert vendor page for a patched release and apply it promptly once available. As a compensating control, configure the Joomla server's PHP environment to suppress exception output in production by setting display_errors = Off and display_startup_errors = Off in php.ini; this reduces but may not fully eliminate exception leakage depending on the extension's own error handling. Additionally, consider restricting access to AJAX handler endpoints via web server rules (e.g., Apache mod_rewrite or nginx location blocks) to authenticated sessions or known IP ranges where operationally feasible, accepting the trade-off of reduced functionality for unauthenticated page builder previews. Enabling a web application firewall rule to detect and suppress verbose PHP error patterns in HTTP responses is a further layer of defense.

Share

CVE-2026-60031 vulnerability details – vuln.today

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