cve/2024/CVE-2024-23681.md

19 lines
859 B
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2024-23681](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-23681)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-284%20Improper%20Access%20Control&color=brighgreen)
### Description
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.
### POC
#### Reference
- https://github.com/advisories/GHSA-98hq-4wmw-98w9
- https://github.com/ls1intum/Ares/security/advisories/GHSA-98hq-4wmw-98w9
#### Github
No PoCs found on GitHub currently.