Improper Authentication Affecting symfony/security-http package, versions >=5.3.0, <5.3.2


0.0
medium

Snyk CVSS

    Attack Complexity High
    Confidentiality High
    Integrity High

    Threat Intelligence

    EPSS 0.15% (51st percentile)
Expand this section
NVD
8.8 high

Do your applications use this vulnerable package?

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 applications
  • Snyk ID SNYK-PHP-SYMFONYSECURITYHTTP-1311804
  • published 18 Jun 2021
  • disclosed 18 Jun 2021
  • credit Bogdan, gndk, Paweł Warchoł, Warxcell, Adrien Lamotte

How to fix?

Upgrade symfony/security-http to version 5.3.2 or higher.

Overview

symfony/security-http is a provides an infrastructure for sophisticated authorization systems, which makes it possible to easily separate the actual authorization logic from so called user providers that hold the users credentials.

Affected versions of this package are vulnerable to Improper Authentication. When an application defines multiple firewalls, the authenticated token delivered by one of the firewalls is available to all other firewalls. This can be abused when the application defines different providers for different parts of an application. In such a situation, a user authenticated on one part of the application is considered authenticated on the whole application.