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

Server-Side Request Forgery vulnerability #31

Open
Redpeppersir opened this issue Nov 3, 2024 · 0 comments
Open

Server-Side Request Forgery vulnerability #31

Redpeppersir opened this issue Nov 3, 2024 · 0 comments

Comments

@Redpeppersir
Copy link

The /auth/uploadByUrl endpoint allows a URL to be submitted for the server to access. An attacker can exploit this to send requests to the server, and a Server-Side Request Forgery (SSRF) vulnerability allows the attacker to manipulate the server into making requests, potentially leading to access to internal systems and leakage of sensitive information.

Remediation Suggestions: If the functionality is not essential, it is recommended to remove it, or define a whitelist that users can specify, or filter out internal addresses

image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant