QSearchQSearch

CVE-2026-41412

4.9 MEDIUM

alf.io is an open source ticket reservation system for conferences, trade shows, workshops, and meetups

Published: 2026-06-02 · Last updated: 2026-06-04

Severity and scoring

CVSS
4.9 MEDIUM
Vector
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N
CWE
CWE-22, CWE-73

Description

alf.io is an open source ticket reservation system for conferences, trade shows, workshops, and meetups. Prior to version 2.0-M5-2606, the alf.io extension sandbox injects a fully-functional HTTP client (`simpleHttpClient`) into every extension script's scope. The `postFileAndSaveResponse()` method accepts an arbitrary filesystem path as its `file` parameter and reads the file contents using `new FileInputStream(file)` with no path validation, directory restriction, or allowlist. A malicious extension script can read any file accessible to the JVM process user and exfiltrate it to an attacker-controlled server via HTTP POST. Version 2.0-M5-2606 patches the issue.

Source: NVD

References

Related CVEs

Same CWE

  • CVE-2026-47368 A malicious actor with access to the network could exploit a Path Traversal vulnerability found in certain devices running UniFi OS to ob... (8.6 HIGH)
  • CVE-2026-45171 Incomplete input validation and improperly configured folder permissions within Idira Privileged Session Manager (PSM) versions prior to ...
  • CVE-2025-24268 A parsing issue in the handling of directory paths was addressed with improved path validation (5.5 MEDIUM)
  • CVE-2026-49982 tmp is a temporary file and directory creator for node.js (8.2 HIGH)
  • CVE-2026-44705 tmp is a temporary file and directory creator for node.js