CVE-2026-65876
Received Received - Intake

Unauthenticated SQL Injection in SP Page Builder Joomla Extension

Vulnerability report for CVE-2026-65876, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-27

Last updated on: 2026-07-27

Assigner: Joomla! Project

Description

Joomla Extension - joomshaper.com - Unauthenticated SQL injection in SP Page Builder < 6.7.1 - Improper validation of catid parameters in the loadMoreArticles endpoint leads to an SQL injection vector.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-27
Last Modified
2026-07-27
Generated
2026-07-27
AI Q&A
2026-07-27
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
joomshaper sp_page_builder to 6.7.1 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is an unauthenticated SQL injection vulnerability in the SP Page Builder Joomla extension versions before 6.7.1. It occurs due to improper validation of the catid parameter in the loadMoreArticles endpoint, allowing attackers to inject malicious SQL queries without authentication.

Detection Guidance

To detect this vulnerability, check if SP Page Builder versions prior to 6.7.1 are installed. Inspect server logs for unusual SQL query patterns or errors related to the loadMoreArticles endpoint. Use tools like SQLMap to test for SQL injection by sending crafted catid parameters to the affected endpoint.

Impact Analysis

An attacker could exploit this to extract sensitive data from the database, modify or delete data, or gain unauthorized access to the Joomla site. Since it requires no authentication, any unpatched system is at high risk of compromise.

Compliance Impact

This vulnerability could lead to unauthorized data access or breaches, violating GDPR (data protection) and HIPAA (health data privacy) requirements. Organizations may face fines, legal penalties, and reputational damage if exploited.

Mitigation Strategies

Immediately update SP Page Builder to version 6.7.1 or later. If updating is not possible, disable the loadMoreArticles endpoint or restrict access to trusted IPs. Review and sanitize all user inputs, especially catid parameters, to prevent SQL injection.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-65876. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart