Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Unauthenticated remote (AV:N/AC:L/PR:N/UI:N) but impact is limited to forging outbound mail sender addresses, so integrity-low only with no confidentiality or availability effect.
Primary rating from Vendor (Joomla).
CVSS VectorVendor: Joomla
Lifecycle Timeline
4DescriptionCVE.org
Joomla Extension - joomshaper.com - Unauthenticated mail relay via a hardcoded, product-wide secret in SP Page Builder < 6.7.1 - A hardcoded secret allowed attackers to forge the mail from address of forms.
AnalysisAI
Email sender-address forgery and mail relay abuse affects the SP Page Builder extension for Joomla (by JoomShaper) in all versions before 6.7.1, where a hardcoded, product-wide secret lets unauthenticated remote attackers forge the 'mail from' address of form submissions. Because the same secret ships across every deployment of the extension, any attacker who knows it can drive the server to send spoofed emails, enabling phishing and spam relayed through the trusted Joomla host. No public exploit code has been identified at time of analysis, EPSS risk is low (0.14%, 4th percentile), and CISA SSVC lists exploitation status as none.
Technical ContextAI
SP Page Builder is a drag-and-drop page/content builder extension for the Joomla CMS, widely used to build landing pages and contact/form components. The root cause is CWE-798 (Use of Hard-coded Credentials): a secret used to validate or sign form/mail parameters is embedded identically in the product across all installations rather than being generated per-site. Because it is not unique per deployment, the secret provides no real trust boundary - anyone with a copy of the extension source (freely inspectable) recovers it and can then craft requests that the mail-handling logic treats as legitimate, in this case controlling the From address of outbound form mail. CPE cpe:2.3:a:joomshaper.com:sp_page_builder_extension_for_joomla identifies the exact affected component.
RemediationAI
Primary fix: upgrade the SP Page Builder extension to version 6.7.1 or later (Vendor-released patch: 6.7.1), which addresses the hardcoded-secret mail forgery; obtain it via the vendor at https://www.joomshaper.com/page-builder and review the disclosure at https://mysites.guru/blog/sp-page-builder-sql-injection-mail-relay-disclosure/. If immediate patching is not possible, restrict or disable the SP Page Builder form/mail submission endpoints (contact and form components) so they cannot be reached by anonymous users - this stops the relay abuse but breaks legitimate site forms until patched. As additional compensating controls, enforce SPF/DKIM/DMARC on the sending domain and monitor outbound mail from the Joomla host for spoofed From addresses or spikes in form-triggered mail, and place the site behind a WAF rule that inspects form submissions to the SP Page Builder handler; these reduce phishing effectiveness and give detection but do not remove the underlying forgeable secret.
Remote unauthenticated arbitrary file upload in JoomShaper SP Page Builder extension for Joomla (versions 1.0.0 through
Unauthenticated local PHP file inclusion in the SP Page Builder extension for Joomla (versions before 6.8.0) lets remote
Unauthenticated SQL injection in the SP Page Builder Joomla extension before version 6.7.1 allows remote attackers to ex
Unauthenticated SQL injection in SP Page Builder for Joomla prior to version 6.7.1 allows remote attackers to extract se
Authenticated arbitrary file deletion in SP Page Builder before 6.7.1 allows attackers with administrative access to Joo
SQL injection in the SP Page Builder extension for Joomla versions prior to 6.7.1 allows an authenticated attacker with
Unauthenticated path traversal in SP Page Builder (Joomla extension by joomshaper.com) versions prior to 6.8.0 permits r
Unauthenticated comment creation in SP Page Builder for Joomla (versions prior to 6.8.0) allows remote attackers to bypa
Same weakness CWE-798 – Use of Hard-coded Credentials
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-49198
GHSA-w26p-j3v2-w753