Joomla Extension - joomshaper.com - Unauthenticated SQL injection in SP Page Builder < 6.7.1 - Improper validation of order parameters in the Dynamic Content endpoint leads to an SQL injection vector.
Security readout for executives and security teams
Plain-English summary
SP Page Builder versions 1.0.0 through 6.7.0 contain a critical database injection flaw. An unauthenticated internet user may exploit improperly checked sorting parameters in Dynamic Content requests to expose sensitive database information. The available evidence does not indicate data modification or service disruption.
Executive priority
Treat this as an immediate remediation priority for internet-facing sites. The flaw needs no authentication or user action and may expose sensitive database information. Identify affected installations promptly, upgrade them, and investigate suspicious requests. Internal or isolated systems should follow after externally reachable instances.
Technical view
CVE-2026-65766 is a CWE-89 SQL injection caused by improper validation of order parameters in SP Page Builder’s Dynamic Content endpoint. CVSS 4.0 rates it 9.2: network-accessible, low complexity, requiring no privileges or user interaction, with high confidentiality impact but no stated integrity or availability impact.
Likely exposure
Joomla sites running SP Page Builder 1.0.0 through 6.7.0 are affected, particularly where the Dynamic Content endpoint is remotely reachable. The supplied sources do not identify configuration prerequisites, the precise endpoint path, or whether every installation enables the vulnerable functionality.
Exploitation context
The vulnerability is not listed as a CISA KEV in the supplied record, and no cited source establishes active exploitation. Its unauthenticated, network-accessible, low-complexity characteristics nevertheless make exposed installations attractive targets. No exploit instructions or proof-of-concept details are included here.
Researcher notes
The record identifies improper validation of Dynamic Content order parameters but does not disclose the exact route, query construction, database-specific behavior, or demonstrated extraction scope. CVSS indicates high vulnerable-system and subsequent-system confidentiality impact, with no stated integrity or availability impact. Avoid inferring broader compromise without supporting evidence.
Mitigation direction
Upgrade SP Page Builder to version 6.7.1 or a later vendor-supported release.
Prioritize internet-facing Joomla installations and systems containing sensitive database information.
Review JoomShaper guidance for any additional configuration changes or compensating controls.
Restrict unnecessary access to affected functionality until upgrading is complete.
Validation and detection
Inventory Joomla sites and confirm the installed SP Page Builder version.
Verify no production instance remains on versions 1.0.0 through 6.7.0.
Confirm the deployed extension reports version 6.7.1 or later after remediation.
Review web and security logs for suspicious Dynamic Content requests involving order parameters.
Monitor vendor and CVE updates for newly documented exploitation indicators or prerequisites.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
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-89: Database access and collection lookup
Injection into data stores can inform collection, data access, and exfiltration detection reviews. 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 database injection or access, so collection and exfiltration 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.
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-89 · source CWE mapping
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.