de.tum.in.ase:artemis-java-test-sandbox@1.9.2 vulnerabilities

  • latest version

    1.13.0

  • latest non vulnerable version

  • first published

    4 years ago

  • latest version published

    9 months ago

  • licenses detected

  • package manager

Direct Vulnerabilities

Known vulnerabilities in the de.tum.in.ase:artemis-java-test-sandbox package. This does not include vulnerabilities belonging to this package’s dependencies.

Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities and provides fixes for free.
Fix for free
Vulnerability Vulnerable Version
  • H
Improper Access Control

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));
}

How to fix Improper Access Control?

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

[,1.11.2)