Description
The default docker image shipped for Venueless did not properly ensure that uploaded SVG files could not be delivered with executable JavaScript content. A valid Content Security Policy is now set.
Published: 2026-08-31
Score: 6.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Remote Code Execution via XSS
Action: Patch Immediately
AI Analysis

Impact

The vulnerability exists because the default Docker image for Venueless did not enforce a valid Content Security Policy, allowing uploaded SVG files to contain executable JavaScript. When such a file is served, the malicious script runs in the browser context, giving an attacker the ability to execute arbitrary code, steal session information, or perform further attacks. This flaw can affect the confidentiality, integrity, and availability of the system through typical XSS techniques.

Affected Systems

Venueless, the open‑source event ticketing platform provided by pretix, is affected when run in the default Docker image configuration delivered by the vendor. No specific software version is listed, so any instance using the base image without a custom CSP header is potentially vulnerable.

Risk and Exploitability

The vulnerability carries a CVSS score of 6.4, indicating a moderate severity. The EPSS score is not available, so the current exploitation probability cannot be quantified. The flaw is not listed in the CISA KEV catalog. An attacker can exploit it remotely by uploading a crafted SVG file through the web interface, leveraging the absence of a restrictive CSP to execute arbitrary JavaScript in the victim’s browser. Once activated, the attacker may hijack sessions, exfiltrate data, or pivot to other parts of the infrastructure.

Generated by OpenCVE AI on August 31, 2026 at 08:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update to the latest Venueless Docker image that includes a correct Content Security Policy header.
  • If an update is not immediately possible, manually configure a CSP header that disallows inline scripts and restricts script sources, or use a reverse proxy to inject the correct header.
  • Disable or sanitize SVG uploads, or implement server‑side SVG validation to strip executable script content.

Generated by OpenCVE AI on August 31, 2026 at 08:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 31 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 31 Aug 2026 09:15:00 +0000

Type Values Removed Values Added
First Time appeared Pretix
Pretix venueless
Vendors & Products Pretix
Pretix venueless

Mon, 31 Aug 2026 07:45:00 +0000

Type Values Removed Values Added
Description The default docker image shipped for Venueless did not properly ensure that uploaded SVG files could not be delivered with executable JavaScript content. A valid Content Security Policy is now set.
Title Default webserver configuration with incorrect CSP
Weaknesses CWE-80
References
Metrics cvssV4_0

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


Subscriptions

Pretix Venueless
cve-icon MITRE

Status: PUBLISHED

Assigner: rami.io

Published:

Updated: 2026-08-31T14:17:08.705Z

Reserved: 2026-08-31T07:39:57.951Z

Link: CVE-2026-82838

cve-icon Vulnrichment

Updated: 2026-08-31T14:16:26.740Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-31T08:17:04.080

Modified: 2026-09-03T18:12:56.407

Link: CVE-2026-82838

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T09:15:04Z

Weaknesses
  • CWE-80

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