Description
Joomla Extension - joomshaper.com - Missing Access Control in Gallery Image Management in SP Property < 4.1.4 - The gallery management controller tasks lacked authorization checks and CSRF token validation.. Users could invoke file removal actions with arbitrary path strings or upload unverified file types.
Published: 2026-09-10
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Unauthorized deletion and upload of gallery images
Action: Patch
AI Analysis

Impact

The vulnerability resides in the gallery management controller of the SP Property extension for Joomla. The control flow handling file deletions and uploads lacks both authorization checks and CSRF token validation, allowing any user who can reach these actions to supply arbitrary path strings to delete files or to upload unverified file types. This flaw permits an attacker to remove or replace gallery assets—and if executable code is uploaded, potentially gain remote code execution rights on the Joomla site.

Affected Systems

The affected product is the joomshaper.com SP Property Joomla extension, any release prior to version 4.1.4.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate severity. No EPSS score is available, and the vulnerability is not listed in the CISA KEV catalog. Attackers are expected to exploit the flaw via the web interface, potentially only after authenticating as a user with sufficient privileges to reach the gallery tasks, though the missing CSRF protection could allow remote exploitation when the user is logged in. Successful exploitation would provide non‑privileged access to upload arbitrary files or delete gallery images.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the SP Property extension to version 4.1.4 or newer so that authorization checks and CSRF validation are restored
  • Verify that file upload handling validates MIME types and file extensions to prevent the upload of executable content
  • Restrict access to the gallery management features to users with administrative roles and ensure that CSRF tokens are enforced for all state‑changing requests

Generated by OpenCVE AI on September 10, 2026 at 11:22 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': 'partial'}, 'version': '2.0.3'}


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

Type Values Removed Values Added
Description Joomla Extension - joomshaper.com - Missing Access Control in Gallery Image Management in SP Property < 4.1.4 - The gallery management controller tasks lacked authorization checks and CSRF token validation.. Users could invoke file removal actions with arbitrary path strings or upload unverified file types.
Title Joomla Extension - joomshaper.com - Missing Access Control in Gallery Image Management in SP Property < 4.1.4
Weaknesses CWE-284
CWE-352
References
Metrics cvssV4_0

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Joomla

Published:

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

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

Link: CVE-2026-78084

cve-icon Vulnrichment

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

cve-icon NVD

Status : Deferred

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

Modified: 2026-09-10T15:13:07.090

Link: CVE-2026-78084

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-352

    Cross-Site Request Forgery (CSRF)