Vulnerability 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.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/alfio-event/alf.io/security/advisories/GHSA-6m62-53cw-4373
- https://github.com/alfio-event/alf.io/security/advisories/GHSA-6m62-53cw-4373
FAQ
What is CVE-2026-41412?
CVE-2026-41412 is a vulnerability with a CVSS score of 4.9 (MEDIUM). 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 clie...
How severe is CVE-2026-41412?
CVE-2026-41412 has been rated MEDIUM with a CVSS base score of 4.9/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-41412?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.