-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
34.0.0.Final
-
None
-
---
-
---
The File.createTempFile method is designed to create a temporary file. However, if the method is used without proper validation or in a shared directory with weak permissions, an attacker may exploit the predictable file name or gain access to the temporary file. For example, on Linux systems, the temporary file is created under /tmp folder by default with permission rw-rr- when java.io.tmpdir is not set to another directory with restricted access
- is related to
-
WFLY-19966 Remove hornetq-* jar dependencies from the base redistributable package
- Open