Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No CSRF Mitigation in Caddy Security Admin Panel #274

Open
ahpaleus opened this issue Sep 19, 2023 · 1 comment
Open

No CSRF Mitigation in Caddy Security Admin Panel #274

ahpaleus opened this issue Sep 19, 2023 · 1 comment
Assignees
Labels

Comments

@ahpaleus
Copy link

The admin panel of Caddy Security does not implement any CSRF protection mechanisms. CSRF attacks occur when an attacker tricks an authenticated user into unknowingly executing unwanted actions on a web application. Without CSRF mitigation in place, an attacker could forge malicious requests that exploit the trust and privileges of authenticated users, potentially leading to security breaches, unauthorized modifications, or data exposure.

For more information refer to https://cheatsheetseries.owasp.org/cheatsheets/Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.html

@gedw99
Copy link

gedw99 commented Nov 9, 2023

Here is a decent reference to fixing this.

https://github.com/mikestefanello/pagoda#csrf

@greenpau greenpau self-assigned this Dec 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants