Fess (an open-source Enterprise Search Server) creates temporary files without restrictive permissions, which may allow local attackers to read sensitive information from these temporary files.
The createTempFile()
method in org.codelibs.fess.helper.SystemHelper
creates temporary files without explicitly setting restrictive permissions. This could lead to potential information disclosure, allowing unauthorized local users to access sensitive data contained in these files.
This issue primarily affects environments where Fess is deployed in a shared or multi-user context. Typical single-user or isolated deployments have minimal or negligible practical impact.
Ensure local access to the environment running Fess is restricted to trusted users only.
{ "nvd_published_at": "2025-05-27T05:15:24Z", "cwe_ids": [ "CWE-732" ], "severity": "LOW", "github_reviewed": true, "github_reviewed_at": "2025-05-27T18:00:48Z" }