Improper Access Control Affecting de.tum.in.ase:artemis-java-test-sandbox package, versions [,1.11.2)
Threat Intelligence
Exploit Maturity
Proof of concept
EPSS
0.04% (6th
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 ID SNYK-JAVA-DETUMINASE-3318402
- published 12 Feb 2023
- disclosed 10 Feb 2023
- credit Lucas Alber (LDAP)
Introduced: 10 Feb 2023
CVE-2024-23681 Open this link in a new tabHow 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));
}
References
CVSS Scores
version 3.1