Insecure service configuration In node-log4js
Description
Incorrect Default Permissions in log4js
Impact
Default file permissions for log files created by the file, fileSync and dateFile appenders are world-readable (in unix). This could cause problems if log files contain sensitive information. This would affect any users that have not supplied their own permissions for the files via the mode parameter in the config.
Patches
Fixed by:
Released to NPM in [email protected]
Workarounds
Every version of log4js published allows passing the mode parameter to the configuration of file appenders, see the documentation for details.
References
Thanks to ranjit-git for raising the issue, and to @lamweili for fixing the problem.
For more information
If you have any questions or comments about this advisory:
Open an issue in logj4s-node
Ask a question in the slack channel
Email us at [email protected]
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Package | Affected version | Patched versions |
|---|---|---|---|
debian 13 | 6.4.1+~cs8.3.5-1 | ||
debian 12 | 6.4.1+~cs8.3.5-1 | ||
debian 14 | 6.4.1+~cs8.3.5-1 | ||
npm | 6.4.0 | ||
debian 11 | 6.3.0+~cs8.3.10-1+deb11u1 |
Aliases
References