mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Files with 0000 permissions accessible through web server #235
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @VisolixTechnologies on 5/29/2024
CloudPanel version(s) affected
2.4.1
Description
I am facing an issue where files with permissions set to 0000 are still accessible through the web server. This behavior seems to be a potential security vulnerability, as files with no permissions should not be accessible to anyone.
How to reproduce
Expected Behavior
Files with permissions set to 0000 should be completely inaccessible, even through the web server.
Actual Behavior
The files are still accessible and can be viewed/downloaded through the web server URL.
Environment
Additional Information
I have tried various troubleshooting steps, such as:
However, none of these steps have resolved the issue. I suspect this might be a bug or configuration issue within CloudPanel or the web server setup provided by CloudPanel.
Please investigate and provide a solution to ensure that files with 0000 permissions are not accessible through the web server, as this is a critical security concern.
Thank you for your attention to this issue.
Possible Solution
No response
Additional Context
No response