Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade pulpcore
to version 3.6.0 or higher.
pulpcore is a Pulp Django Application and Related Modules
Affected versions of this package are vulnerable to Infinite loop when CONTENT_PATH_PREFIX
is followed by /
.
>>> os.path.split('/path')
('/', 'path')
>>> os.path.split('/')
('/', '')