CVE-2026-41412 MEDIUM

CVE-2026-41412: alf.io vulnerable to Arbitrary File Read and Exfil via simpleHttpClient Extension Script

Vendor Alfio-Event
Product alf.io
Weakness CWE-22 · Path traversal
Published June 2, 2026
Last update June 3, 2026

CVSS base score

4.9/10
Attack vector Network
Attack complexity Low
Privileges required High
User interaction None
Confidentiality High
Integrity None

CVSS vector

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

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

June 2, 2026 CVE published
June 3, 2026 Record updated