alf.io CVE-2026-35482
CRITICALSeverity by source
AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
Network-reachable admin panel (AV:N) with reliable reflection technique (AC:L) but requires admin (PR:H); sandbox-to-host escape is a scope change (S:C) yielding full RCE (C/I/A:H).
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
5DescriptionNVD
alf.io is an open source ticket reservation system for conferences, trade shows, workshops, and meetups. Prior to version 2.0-M5-2606, a sandbox escape vulnerability in the alf.io extension script engine allows an authenticated administrator to execute arbitrary operating system commands on the server. The extension system is intended to execute restricted JavaScript in a sandboxed Rhino environment; however, a combination of an unguarded injected Java object (returnClass) and an incomplete AST blocklist allows the sandbox to be fully escaped using Java reflection without triggering any validation errors. Version 2.0-M5-2606 patches the issue.
AnalysisAI
Authenticated OS command execution in alf.io before version 2.0-M5-2606 lets a logged-in administrator escape the Rhino JavaScript sandbox that runs extension scripts and execute arbitrary commands on the underlying server. The break-out relies on an unguarded injected Java object (returnClass) plus an incomplete AST blocklist that together permit Java reflection without tripping any validation. Publicly available exploit context exists (SSVC exploitation: poc) but the flaw is not in CISA KEV and its EPSS score is very low (0.04%), consistent with a high-impact but privilege-gated issue.
Technical ContextAI
alf.io is an open-source event/ticket reservation platform. Its extension subsystem is designed to run operator-supplied JavaScript inside a restricted Mozilla Rhino sandbox so that customization logic cannot reach the host. The vulnerability arises because a Java object exposed to the script context (returnClass) is not guarded, and the abstract-syntax-tree (AST) blocklist meant to forbid dangerous language constructs is incomplete; the combination lets script code pivot through Java reflection to reach arbitrary classes and methods, fully defeating the sandbox without raising validation errors. This maps to CWE-863 (Incorrect Authorization): the sandbox's allow/deny enforcement is present but flawed, so an action that should be denied is authorized. The single affected product per CPE is cpe:2.3:a:alf:alf:*:*:*:*:*:*:*:*.
RemediationAI
Vendor-released patch: upgrade to alf.io 2.0-M5-2606, which closes the reflection path by guarding the returnClass object and tightening the extension AST blocklist; see GHSA-3w8f-mcf6-cm7h (https://github.com/alfio-event/alf.io/security/advisories/GHSA-3w8f-mcf6-cm7h). If you cannot upgrade immediately, reduce the attack surface by restricting the administrator role to the minimum set of trusted operators and rotating any shared admin credentials, since exploitation requires admin access; place the admin interface behind a VPN or IP allowlist rather than exposing it to the internet (trade-off: complicates remote administration); and if the extension/scripting feature is not used, disable or avoid granting the ability to create or edit extension scripts (trade-off: loses customization capability). These are compensating controls only - they narrow who can reach the flaw but do not remove it, so patching remains the real fix.
Oracle Java SE 7 Update 6 and earlier contains multiple sandbox bypass vulnerabilities via the ClassFinder and forName m
Remote code execution in IBM Sterling B2B Integrator, Sterling Integrator, and Tivoli Common Reporting allows unauthenti
Java Runtime Environment sandbox bypass via incorrect image channel verification in 2D component allows remote unauthent
Oracle Java SE JDK/JRE 7 and 6 Update 27 and earlier allows remote code execution with complete system compromise throug
JBoss Seam 2 in Red Hat JBoss EAP 4.3.0 fails to sanitize JBoss Expression Language inputs, allowing remote attackers to
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 update 4 and earlier, 6 up
Multiple vulnerabilities in Oracle Java 7 before Update 11 allow remote attackers to execute arbitrary code by (1) using
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 2 and earlier, 6 Up
The WLS Security component in Oracle WebLogic Server 10.3.6.0, 12.1.2.0, 12.1.3.0, and 12.2.1.0 allows remote attackers
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 7 and earlier allow
Remote unauthenticated attackers can execute arbitrary code on Adobe ColdFusion servers through Java deserialization fla
The ExceptionDelegator component in Apache Struts before 2.2.3.1 interprets parameter values as OGNL expressions during
Same weakness CWE-863 – Incorrect Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today