SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-78375

HIGH · CVSS 8.6

Source: NVD + CISA KEV + EPSS · Published 2026-09-14 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

The SP Page Builder Content Plugin for Joomla versions 5.2.1 to 6.9.0 is vulnerable to an authenticated SQL injection due to improper handling of input data in the onContentAfterSave() method. This flaw allows attackers to exploit time-based blind SQL injection techniques to access sensitive database information, including user and session data. Organizations using affected versions of Joomla should prioritize patching this vulnerability to mitigate potential data breaches.

CVE
CVE-2026-78375
Severity
HIGH
CVSS
8.6
EPSS
N/A

Original NVD Description

Joomla Extension - joomshaper.com - Authenticated Privileged SQL Injection in the Content Plugin of SP Page Builder (Free and Pro) 5.2.1 - 6.9.0 - plgContentSppagebuilder::onContentAfterSave() read jform[attribs][sppagebuilder_article_id] from the request and concatenated it directly into the WHERE view_id = ... clause of a query against #__sppagebuilder without quoting or type casting. Joomla's ARRAY input filter does not sanitise element values, as InputFilter::clean() returns (array) $source with the elements untouched, so the entire payload could be delivered in a single POST field. The affected block also executed before the com_content.article context test, so it ran on every onContentAfterSave event regardless of which component triggered the save. An attacker could perform time-based blind SQL injection to read arbitrary database contents, including the #__users and #__session tables.