Information
The permissions of files and directories underneath ${wlp.install.dir} should follow the principle of least privilege.
If the permissions of files and directories underneath ${wlp.install.dir} are too broad, unintended users may be able to modify or read those files. Write permission should be limited to a single administrator, read permission should be limited to a specifically-defined group containing users that require that access, and all other users should have their access entirely removed.
Solution
Change WebSphere Liberty file system access to 750 (owner has read/write/execute, group has read/execute, other has no access):
chmod -R 750 ${wlp.install.dir}
Impact:
If the file permissions are too broad, a security vulnerability exists where unintended users will have the ability to modify and read WebSphere Liberty files.