In RestEasy Reactive implementation of Quarkus the insecure File.createTempFile()
is used in the FileBodyHandler
class which creates temp files with insecure permissions that could be read by a local user.
{ "nvd_published_at": "2023-02-24T18:15:00Z", "cwe_ids": [ "CWE-378", "CWE-668" ], "severity": "LOW", "github_reviewed": true, "github_reviewed_at": "2023-02-24T19:55:15Z" }