CVE-2026-56290: Joomla Extension - joomlack.fr - Unauthenticated file upload in Page Builder CK extension < 3.6.0
The Joomla extension Page Builder CK is vulnerable to an unauthenticated arbitrary file upload that allows uploading executable files and leads to full RCE.
Security readout for executives and security teams
Plain-English summary
CVE-2026-56290 affects the Joomla Page Builder CK extension from joomlack.fr. It allows unauthenticated attackers to upload executable files, which can lead to full remote code execution. CISA KEV listing indicates exploitation is known. Public-facing Joomla sites using this extension should be treated as urgent.
Executive priority
Treat as emergency remediation for any exposed Joomla site using Page Builder CK. The combination of no authentication, remote code execution, critical severity, and KEV status creates high business risk.
Technical view
The issue is CWE-434: unrestricted upload of dangerous file types. The source bundle describes unauthenticated arbitrary file upload leading to full RCE, with CVSS 4.0 score 10.0. The title states Page Builder CK versions before 3.6.0; the affected data lists 1.0-3.6.0, so verify exact vendor guidance.
Likely exposure
Internet-facing Joomla sites with Page Builder CK installed are the primary exposure. Risk is highest where the extension is outdated and reachable without authentication.
Exploitation context
Active exploitation is supported by the CISA Known Exploited Vulnerabilities reference in the source bundle. No exploit mechanics are provided here.
Researcher notes
Evidence is strong for critical unauthenticated upload-to-RCE and known exploitation. Version scope has a minor inconsistency between the title and affected range; validate against the vendor patch advisory before closing findings.
Mitigation direction
Identify all Joomla sites using Page Builder CK.
Update Page Builder CK according to joomlack.fr guidance, including the 3.6.0 patch reference.
If immediate update is impossible, restrict public access until remediated.
Review servers for unexpected uploaded executable files.
Back up evidence before cleanup if compromise is suspected.
Validation and detection
Inventory installed Page Builder CK versions across Joomla sites.
Compare versions against vendor and CVE guidance.
Confirm public reachability of affected Joomla instances.
Review webroot upload directories for suspicious executable content.
Check web server logs for anomalous unauthenticated upload activity.
Confirm CISA KEV tracking and internal remediation deadlines.
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-434: File access and web shell behavior lookup
File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
Exploitation: activeAutomatable: yesTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-434 · source CWE mapping
Unrestricted Upload of File with Dangerous Type
Unrestricted Upload of File with Dangerous Type represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.