Skip to content

Insecure Temporary File Permissions in Fess

Low
marevol published GHSA-g88v-2j67-9rmx May 24, 2025 · 1 comment

Package

maven org.codelibs.fess:fess (Maven)

Affected versions

< 14.19.2

Patched versions

14.19.2

Description

Summary

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.

Details

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.

Impact

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.

Workarounds

Ensure local access to the environment running Fess is restricted to trusted users only.

References

@simei2k
Copy link
Author

simei2k commented May 25, 2025

Severity

Low

CVE ID

CVE-2025-48382

Weaknesses

Credits