Description
Joomla Extension - svenbluege.de - CSRF in image upload in Event Gallery extension < 6.5.0 - Due to lack of an CSRF token check, a third-party site can upload files to an event and overwrite existing files with the same name.
Published: 2026-09-27
Score: 5.1 Medium
EPSS: n/a
KEV: No
Impact: Remote Code Execution
Action: Apply Patch
AI Analysis

Impact

The Event Gallery extension for Joomla does not perform a CSRF token check when processing image uploads. A malicious site can send a forged request to the extension and cause it to upload a file that overwrites an existing file with the same name. If the overwritten file is an executable or script, an attacker could gain remote code execution or inject malicious content. This flaw corresponds to CWE‑352, representing a lack of proper cross‑site request forgery protection, which can compromise confidentiality, integrity, and potentially availability of the affected Joomla site.

Affected Systems

The vulnerability affects the svenbluege.de Event Gallery extension for Joomla. All published releases prior to version 6.5.0 are vulnerable. The extension is available through the standard Joomla extension directory and can be installed alongside any Joomla site that uses the Event Gallery plugin.

Risk and Exploitability

The CVSS score of 5.1 indicates moderate severity. No EPSS data is provided, so the exploit probability is unknown, and the vulnerability is not listed in the CISA KEV catalog. The likely attack vector is a cross‑site request forgery where a visitor with upload permissions is tricked into sending a request to the extension, often by visiting a malicious external site. The attacker needs to know the target site’s URL and a user session that has permission to upload images. Successful exploitation allows the attacker to overwrite existing files and potentially execute malicious code.

Generated by OpenCVE AI on September 27, 2026 at 13:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Download and install the latest Event Gallery extension version 6.5.0 or newer from svenbluege.de or the Joomla Extensions Directory.
  • Restrict file upload permissions in Joomla so that only trusted administrators can upload new images, and configure the extension to reject duplicate file names or enforce unique naming.
  • Enable CSRF protection by adding a nonce or token to the image upload form and validating it on the server side, or configure Joomla’s built‑in CSRF protection for the module.

Generated by OpenCVE AI on September 27, 2026 at 13:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Sun, 27 Sep 2026 12:00:00 +0000

Type Values Removed Values Added
Description Joomla Extension - svenbluege.de - CSRF in image upload in Event Gallery extension < 6.5.0 - Due to lack of an CSRF token check, a third-party site can upload files to an event and overwrite existing files with the same name.
Title Joomla Extension - svenbluege.de - CSRF in image upload in Event Gallery extension < 6.5.0
Weaknesses CWE-352
References
Metrics cvssV4_0

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Joomla

Published:

Updated: 2026-09-27T11:50:07.882Z

Reserved: 2026-09-26T13:42:33.885Z

Link: CVE-2026-100747

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-27T12:17:10.557

Modified: 2026-09-27T12:17:10.557

Link: CVE-2026-100747

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-27T13:30:21Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)