Improper Access Control Affecting de.tum.in.ase:artemis-java-test-sandbox package, versions [,1.11.2)


Severity

Recommended
0.0
high
0
10

CVSS assessment made by Snyk's Security Team. Learn more

Threat Intelligence

Exploit Maturity
Proof of concept
EPSS
0.05% (20th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications

Snyk Learn

Learn about Improper Access Control vulnerabilities in an interactive lesson.

Start learning
  • Snyk IDSNYK-JAVA-DETUMINASE-3318402
  • published12 Feb 2023
  • disclosed10 Feb 2023
  • creditLucas Alber (LDAP)

Introduced: 10 Feb 2023

CVE-2024-23681  (opens in a new tab)
CWE-284  (opens in a new tab)

How to fix?

Upgrade de.tum.in.ase:artemis-java-test-sandbox to version 1.11.2 or higher.

Overview

Affected versions of this package are vulnerable to Improper Access Control due to missing checkLink(String) override in the SecurityManager, libraries can be loaded and executed by using System.load(String) or System.loadLibrary​(String).

private static native void start(List<String> args);

public static void main(String[] args) { System.load(new File("path_to_lib.so").getAbsolutePath()); start(List.of(args)); }

CVSS Scores

version 3.1