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 applicationsLearn about Access Restriction Bypass vulnerabilities in an interactive lesson.
Start learningUpgrade symfony/http-foundation
to version 2.1.4, 2.0.19 or higher.
symfony/http-foundation is a component defines an object-oriented layer for the HTTP specification.
Affected versions of this package are vulnerable to Access Restriction Bypass in the Request::getClientIp()
method when the trust proxy mode is enabled (Request::trustProxyData()
).
An application is vulnerable if it uses the client IP address as returned by the Request::getClientIp()
method for sensitive decisions like IP based access control.