Description
Malicious HTML content could be injected into the content rendered by the pretix-digital plugin.
Published: 2026-06-25
Score: 2 Low
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A stored cross‑site scripting flaw exists in the pretix‑digital plugin, allowing an attacker to embed malicious HTML into content that is later rendered to users. If exploited, the injected script could execute in the context of the victim’s browser, potentially stealing session cookies, defacing content, or hijacking user interactions. The flaw is classified as CWE‑80 and carries a low CVSS score of 2, indicating limited impact if an attacker can inject content but no escalation of privileges or system compromise.

Affected Systems

The vulnerability affects the pretix‑digital plugin released by pretix. Specific version ranges are not enumerated in the available data, so any instance of the plugin that has not been updated to the latest release is potentially affected.

Risk and Exploitability

The low CVSS score and lack of an EPSS value suggest that while exploitation is theoretically possible, the danger is limited to the scope of users who view the affected content. The attack vector is inferred to require the attacker to submit HTML content through the plugin’s input channels, typically handled by an administrator or staff member. No evidence indicates that this flaw is currently included in the CISA KEV catalog, and no widely documented exploits have been observed. Consequently, the overall risk is low, but the flaw remains open to use in phishing or social engineering campaigns against site visitors.

Generated by OpenCVE AI on June 25, 2026 at 15:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest pretix‑digital plugin release (2026‑5‑2) as announced on the pretix blog; this update removes the stored XSS vector.
  • If an immediate upgrade is infeasible, sanitize all user‑supplied HTML content before rendering, ensuring that script tags and other executable elements are stripped or escaped according to secure coding guidelines for stored XSS mitigations.
  • Deploy a web application firewall rule that blocks common XSS payloads in input fields associated with the pretix‑digital plugin, providing an additional layer of defense until the plugin can be updated.

Generated by OpenCVE AI on June 25, 2026 at 15:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 25 Jun 2026 14:45:00 +0000

Type Values Removed Values Added
Description Malicious HTML content could be injected into the content rendered by the pretix-digital plugin.
Title Stored XSS in pretix-digital
Weaknesses CWE-80
References
Metrics cvssV4_0

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: rami.io

Published:

Updated: 2026-06-25T15:14:37.719Z

Reserved: 2026-06-25T06:59:45.673Z

Link: CVE-2026-13314

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-25T15:30:16Z

Weaknesses
  • CWE-80

    Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)