CVE-2024-23681: Artemis Java Test Sandbox Libary Load Escape
Artemis Java Test Sandbox versions before 1.11.2 are vulnerable to a sandbox escape when an attacker loads untrusted libraries using System.load or System.loadLibrary. An attacker can abuse this issue to execute arbitrary Java when a victim executes the supposedly sandboxed code.
Security readout for executives and security teams
Plain-English summary
CVE-2024-23681 lets supposedly sandboxed Java code escape restrictions if untrusted code can load libraries through Java library-loading APIs. A successful attack could run arbitrary Java in the victim execution context, threatening confidentiality, integrity, and availability.
Executive priority
Treat as high priority where the sandbox protects code-execution workflows. Business urgency is lower for environments that do not run untrusted Java or do not use this package.
Technical view
Artemis Java Test Sandbox before 1.11.2 has a sandbox escape tied to System.load and System.loadLibrary behavior. The CVSS 3.1 score is 8.2 with local access, low complexity, low privileges, user interaction required, and scope changed.
Likely exposure
Exposure is most likely in grading, testing, CI, or training systems that execute untrusted Java using de.tum.in.ase:artemis-java-test-sandbox before 1.11.2.
Exploitation context
The provided sources do not show CISA KEV listing or confirmed active exploitation. Exploitation requires a victim to execute supposedly sandboxed malicious Java code in an affected environment.
Researcher notes
Affected metadata in the bundle is sparse, but the description and advisories identify versions before 1.11.2. Validate exposure by dependency version and actual untrusted-code execution paths.
Mitigation direction
Upgrade de.tum.in.ase:artemis-java-test-sandbox to 1.11.2 or later.
Check the GitHub Security Advisory for vendor-specific guidance.
Temporarily suspend untrusted Java execution where library loading cannot be controlled.
Prioritize systems that execute student, customer, or external contributor code.
Validation and detection
Inventory Maven dependencies for de.tum.in.ase:artemis-java-test-sandbox.
Confirm deployed versions are 1.11.2 or later.
Identify services that run untrusted Java inside the sandbox.
Verify compensating controls around native library loading and sandbox execution.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-284: Authorization and privilege behavior lookup
Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
2ADP providers
4Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-284 · source CWE mapping
Improper Access Control
Improper Access Control represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.