Skip to main content

alf.io CVE-2026-35482

CRITICAL
Incorrect Authorization (CWE-863)
2026-06-02 security-advisories@github.com
9.1
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
9.1 CRITICAL
AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
vuln.today AI
9.1 CRITICAL

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).

3.1 AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H

Primary rating from NVD.

CVSS VectorNVD

Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
None
Scope
Changed
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

5
Analysis Updated
Aug 12, 2026 - 18:14 vuln.today
v2 (cvss_changed)
Re-analysis Queued
Aug 12, 2026 - 18:07 vuln.today
cvss_changed
Severity Changed
Aug 12, 2026 - 18:07 NVD
HIGH CRITICAL
CVSS changed
Aug 12, 2026 - 18:07 NVD
8.0 (HIGH) 9.1 (CRITICAL)
Analysis Generated
Jun 02, 2026 - 23:30 vuln.today

DescriptionNVD

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.

More in Java

View all
CVE-2012-4681 CRITICAL POC
9.8 Aug 28

Oracle Java SE 7 Update 6 and earlier contains multiple sandbox bypass vulnerabilities via the ClassFinder and forName m

CVE-2015-7450 CRITICAL POC
9.8 Jan 02

Remote code execution in IBM Sterling B2B Integrator, Sterling Integrator, and Tivoli Common Reporting allows unauthenti

CVE-2013-2465 CRITICAL POC
9.8 Jun 18

Java Runtime Environment sandbox bypass via incorrect image channel verification in 2D component allows remote unauthent

CVE-2011-3544 CRITICAL POC
9.8 Oct 19

Oracle Java SE JDK/JRE 7 and 6 Update 27 and earlier allows remote code execution with complete system compromise throug

CVE-2010-1871 HIGH POC
8.8 Aug 05

JBoss Seam 2 in Red Hat JBoss EAP 4.3.0 fails to sanitize JBoss Expression Language inputs, allowing remote attackers to

CVE-2012-1723 CRITICAL POC
9.8 Jun 16

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 update 4 and earlier, 6 up

CVE-2013-0422 CRITICAL POC
9.8 Jan 10

Multiple vulnerabilities in Oracle Java 7 before Update 11 allow remote attackers to execute arbitrary code by (1) using

CVE-2012-0507 CRITICAL POC
9.8 Jun 07

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 2 and earlier, 6 Up

CVE-2015-4852 CRITICAL POC
9.8 Nov 18

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

CVE-2012-5076 CRITICAL POC
9.8 Oct 16

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 7 and earlier allow

CVE-2017-3066 CRITICAL POC
9.8 Apr 27

Remote unauthenticated attackers can execute arbitrary code on Adobe ColdFusion servers through Java deserialization fla

CVE-2012-0391 CRITICAL POC
9.8 Jan 08

The ExceptionDelegator component in Apache Struts before 2.2.3.1 interprets parameter values as OGNL expressions during

Share

CVE-2026-35482 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy