Vulnerability Description
The default JVM can access files and directories under `/tmp/` including the `$TemporaryDirectory` of other users on the same cloud instance (`/tmp/UserTemporaryFiles/`). The `-init` file for the the JVM initialization exists in the vulnerable directory during the startup of the JVM. An attacker with access to the shared `/tmp/` space can preemptively create or replace `.jar` files or directories (via the `-init` file) that the victim JVM will resolve first in its classpath. By strategically placing a malicious version of a commonly used library (e.g., `commons-io`) in a location that is included in the classpath before the legitimate version, an attacker can cause the JVM to load the malicious class during startup, thereby executing the attacker's code.
CVSS Score
CRITICAL
References
- https://github.com/PeterRoberge/vulnerability-wolfram-cloud-14.2/blob/main/discl
- https://www.kb.cert.org/vuls/id/553375
- https://github.com/PeterRoberge/vulnerability-wolfram-cloud-14.2/blob/main/discl
FAQ
What is CVE-2025-11919?
CVE-2025-11919 is a vulnerability with a CVSS score of 9.6 (CRITICAL). The default JVM can access files and directories under `/tmp/` including the `$TemporaryDirectory` of other users on the same cloud instance (`/tmp/UserTemporaryFiles/`). The `-init` file for the the...
How severe is CVE-2025-11919?
CVE-2025-11919 has been rated CRITICAL with a CVSS base score of 9.6/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2025-11919?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.