Description
Joomla Extension - joomshaper.com - Unauthenticated SQL Injection in Property Search and Map Filtering in SP Property < 4.1.4 - The property search and listing query builders assembled several WHERE and ORDER BY clauses (zipcode, sorting, price_range_dropdown, and psize_range_dropdown) by directly concatenating raw request parameters into SQL strings without quoting or type casting. An unauthenticated remote attacker could execute boolean-based or time-based blind SQL injection to extract sensitive data from the database.
Published: 2026-09-10
Score: 9.3 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Sensitive Data Exposure
Action: Immediate Patch
AI Analysis

Impact

The SP Property extension for Joomla constructs SQL statements by directly concatenating raw request parameters into WHERE and ORDER BY clauses. This omission of quoting or type casting permits an attacker to perform boolean‑based or time‑based blind SQL injection, allowing extraction of arbitrary database contents without authentication.

Affected Systems

The vulnerability affects the Joomla SP Property extension published by joomshaper.com on all versions older than 4.1.4.

Risk and Exploitability

The CVSS score of 9.3 indicates a critical risk, and while an EPSS score is not available, the lack of a KEV listing does not negate the potential for exploitation. Exploitation can be carried out remotely over the internet; an unauthenticated user can submit crafted search or map‑filtering requests that trigger the injection and retrieve sensitive data from the database.

Generated by OpenCVE AI on September 10, 2026 at 11:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the SP Property extension to version 4.1.4 or later to eliminate the vulnerable code paths.
  • Disable or restrict access to the property search and map filtering URLs for unauthenticated users using Joomla ACL or a web‑application firewall.
  • Audit database interactions in the extension to ensure all user‑supplied input is properly parameterized or sanitized before inclusion in SQL queries.

Generated by OpenCVE AI on September 10, 2026 at 11:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 10 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 10 Sep 2026 10:15:00 +0000

Type Values Removed Values Added
Description Joomla Extension - joomshaper.com - Unauthenticated SQL Injection in Property Search and Map Filtering in SP Property < 4.1.4 - The property search and listing query builders assembled several WHERE and ORDER BY clauses (zipcode, sorting, price_range_dropdown, and psize_range_dropdown) by directly concatenating raw request parameters into SQL strings without quoting or type casting. An unauthenticated remote attacker could execute boolean-based or time-based blind SQL injection to extract sensitive data from the database.
Title Joomla Extension - joomshaper.com - Unauthenticated SQL Injection in Property Search and Map Filtering in SP Property < 4.1.4
Weaknesses CWE-89
References
Metrics cvssV4_0

{'score': 9.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Joomla

Published:

Updated: 2026-09-10T12:16:17.801Z

Reserved: 2026-08-22T14:23:37.801Z

Link: CVE-2026-78082

cve-icon Vulnrichment

Updated: 2026-09-10T12:16:13.384Z

cve-icon NVD

Status : Received

Published: 2026-09-10T10:17:31.863

Modified: 2026-09-10T13:20:31.080

Link: CVE-2026-78082

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-10T11:30:06Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')