Skip to content

Path Traversal vulnerability fix (powered by Mobb)#8

Open
Keeggo-AppSec wants to merge 1 commit intomainfrom
Mobb-fix-8b629
Open

Path Traversal vulnerability fix (powered by Mobb)#8
Keeggo-AppSec wants to merge 1 commit intomainfrom
Mobb-fix-8b629

Conversation

@Keeggo-AppSec
Copy link
Owner

This change fixes a critical severity (🚨) Path Traversal issue reported by Fortify.

Issue description

Path Traversal AKA Directory Traversal occurs when a path coming from user input is not properly sanitized, allowing an attacker to navigate through directories beyond the intended scope. Attackers can exploit this to access sensitive files or execute arbitrary code.

Fix instructions

Sanitize user-supplied paths, ensuring that they are restricted to a predefined directory structure.

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