Home

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.

PUBLISHED Reserved 2026-04-20 | Published 2026-06-02 | Updated 2026-06-03 | Assigner GitHub_M




MEDIUM: 4.9CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N

Problem types

CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

CWE-73: External Control of File Name or Path

Product status

< 2.0-M5-2606
affected

References

github.com/...alf.io/security/advisories/GHSA-6m62-53cw-4373 exploit

github.com/...alf.io/security/advisories/GHSA-6m62-53cw-4373

cve.org (CVE-2026-41412)

nvd.nist.gov (CVE-2026-41412)

Download JSON