Description
Joomla Extension - joomlaeventmanager.net - Reflected XSS via the PDF export link in Joomla Events Manager < 5.0.1 - buildCurrentPdfLink copies the current request query string into the PDF button URL, and pdfbutton() echoes it unescaped, leading to an reflected XSS vector.
Published: 2026-08-27
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises in the Joomla Event Manager extension when the PDF export link includes an unescaped query string. Input supplied by an attacker can be reflected in a JavaScript or HTML context, allowing the attacker to run malicious scripts in the context of a user who clicks the link. This weakness exposes the user to theft of session tokens, credential compromise, or disclosure of sensitive data. The weakness is a reflected XSS flaw, classified as CWE‑79.

Affected Systems

CVE‑2026‑77989 affects the Joomla Event Manager extension from joomlaeventmanager.net. Versions older than 5.0.1 are vulnerable; upgrades to 5.0.1 or later contain the fix.

Risk and Exploitability

The CVSS severity is 5.3, indicating a moderate impact on confidentiality, integrity, and availability. Based on the description, it can be inferred that the likely attack vector involves an attacker crafting a link that the victim must click to trigger the reflected XSS, so the exploitation requires a user to click a crafted link. The EPSS score is not available so baseline exploitation likelihood is unknown. The vulnerability is not listed in the CISA KEV catalog, suggesting it has no known widespread exploitation yet. Nonetheless, because the flaw allows arbitrary script execution, it is a serious risk for sites that expose the PDF export functionality to untrusted users.

Generated by OpenCVE AI on August 27, 2026 at 08:09 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Joomla Event Manager extension to version 5.0.1 or newer, which removes the unescaped query string from the PDF export URL.
  • If immediate upgrade is not possible, disable or remove the PDF export feature for users without administrative privileges to eliminate the attack surface.
  • Implement strict input validation on all query parameters—ensure they are URL‑encoded or sanitized before being rendered in the page to mitigate potential XSS vectors.

Generated by OpenCVE AI on August 27, 2026 at 08:09 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Thu, 27 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description Joomla Extension - joomlaeventmanager.net - Reflected XSS via the PDF export link in Joomla Events Manager < 5.0.1 - buildCurrentPdfLink copies the current request query string into the PDF button URL, and pdfbutton() echoes it unescaped, leading to an reflected XSS vector.
Title Joomla Extension - joomlaeventmanager.net - Reflected XSS via the PDF export link in Joomla Events Manager < 5.0.1
Weaknesses CWE-79
References
Metrics cvssV4_0

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Joomla

Published:

Updated: 2026-08-27T05:43:56.550Z

Reserved: 2026-08-21T19:05:09.012Z

Link: CVE-2026-77989

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-27T06:17:28.413

Modified: 2026-08-27T06:17:28.413

Link: CVE-2026-77989

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-27T08:15:05Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')