Description
Joomla Extension - joomshaper.com - Missing CSRF Token Verification in Property Booking and Agent Contact Endpoints in SP Property < 4.1.4 - The visitor booking (properties.booking) and agent contact form submission (agents.sendmail) endpoints processed POST requests without verifying Joomla session anti-CSRF tokens.
Published: 2026-09-10
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: Remote request forgery enabling unauthorized form submissions
Action: Patch
AI Analysis

Impact

The extension’s booking (properties.booking) and agent contact (agents.sendmail) endpoints accept POST data without checking Joomla’s CSRF token. An attacker can construct a request that a victim’s browser will automatically submit, causing unintended actions such as fake bookings or spam communications. The flaw is a typical cross‑site request forgery weakness, exposing the system to data tampering, denial of service by flooding bookings, or privacy breaches through unsolicited agent messages.

Affected Systems

The vulnerability affects the joomshaper.com SP Property extension for Joomla when the installed version is older than 4.1.4. Only these older releases process the vulnerable endpoints without CSRF validation. Users running 4.1.4 or newer are not impacted.

Risk and Exploitability

The CVSS score of 7.1 indicates a high impact level. The EPSS score is not available, but CSRF attacks are common and easy to automate without special credentials, suggesting realistic risk. The vulnerability is not listed in the CISA KEV catalog, so it is not known to be actively exploited in the wild at this time. An attacker can target a site by hosting a malicious page that submits a form to either endpoint; no elevated privileges or complex configuration are required beyond user interaction.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the SP Property extension to version 4.1.4 or later, which includes CSRF token verification for booking and agent contact endpoints.
  • If an immediate update is not feasible, restrict POST access to these endpoints by requiring authentication or implementing a custom CSRF check using Joomla’s built‑in token mechanism.
  • As a temporary measure, add a server‑side check to ensure the Joomla session anti‑CSRF token is present and valid in the POST payload before processing booking or agent communication requests.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Metrics ssvc

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


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

Type Values Removed Values Added
Description Joomla Extension - joomshaper.com - Missing CSRF Token Verification in Property Booking and Agent Contact Endpoints in SP Property < 4.1.4 - The visitor booking (properties.booking) and agent contact form submission (agents.sendmail) endpoints processed POST requests without verifying Joomla session anti-CSRF tokens.
Title Joomla Extension - joomshaper.com - Missing CSRF Token Verification in Property Booking and Agent Contact Endpoints in SP Property < 4.1.4
Weaknesses CWE-352
References
Metrics cvssV4_0

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Joomla

Published:

Updated: 2026-09-10T12:03:20.646Z

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

Link: CVE-2026-78083

cve-icon Vulnrichment

Updated: 2026-09-10T12:03:15.326Z

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-78083

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-10T12:00:11Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)