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.
{
"cwe_ids": [
"CWE-378",
"CWE-668"
],
"github_reviewed": true,
"github_reviewed_at": "2023-02-24T19:55:15Z",
"nvd_published_at": "2023-02-24T18:15:00Z",
"severity": "LOW"
}