Skip to content

Server Side Request Forgery vulnerability fix (powered by Mobb)#5

Open
Keeggo-AppSec wants to merge 1 commit intomainfrom
Mobb-fix-43a93
Open

Server Side Request Forgery vulnerability fix (powered by Mobb)#5
Keeggo-AppSec wants to merge 1 commit intomainfrom
Mobb-fix-43a93

Conversation

@Keeggo-AppSec
Copy link
Owner

This change fixes a high severity (🚩) Server Side Request Forgery issue reported by Fortify.

Issue description

Server-Side Request Forgery (SSRF) allows attackers to make unauthorized requests from a vulnerable server, potentially accessing internal systems, services, or data.

Fix instructions

Validate or sanitize user-supplied URLs, ensuring that they are restricted to trusted domains. Implementing proper input validation and using whitelists for acceptable URLs can prevent SSRF attacks.

More info and fix customization are available in the Mobb platform

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

Successfully merging this pull request may close these issues.

1 participant