Insecure Temporary File in RESTEasy
In RESTEasy the insecure File.createTempFile()
is used in the DataSourceProvider
, FileProvider
and Mime4JWorkaround
classes which creates temp files with insecure permissions that could be read by a local user.
Fixed in the following pull requests:
There is no workaround for this issue.