LiveActive security incident?Get immediate response
CVE Record

CVE-2021-32693: Authentication granted with multiple firewalls

Symfony is a PHP framework for web and console applications and a set of reusable PHP components. A vulnerability related to firewall authentication is in Symfony starting with version 5.3.0 and prior to 5.3.2. When an application defines multiple firewalls, the token authenticated by one of the firewalls was available for all other firewalls. This could be abused when the application defines different providers for each part of the application, in such a situation, a user authenticated on a part of the application could be considered authenticated on the rest of the application. Starting in version 5.3.2, a patch ensures that the authenticated token is only available for the firewall that generates it.

MediumCVSS 6.8Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A Symfony application could treat a user logged into one protected area as logged into another. This matters when separate application sections use different firewalls or user providers, such as customer and admin areas. The vendor fixed this in Symfony 5.3.2 by keeping authentication tokens scoped to the firewall that created them.

Executive priority

Treat as a prompt maintenance fix for affected Symfony 5.3 systems, not as an emergency based on supplied evidence. Prioritize internet-facing or business-critical applications where customer, employee, or admin areas rely on separate authentication boundaries.

Technical view

Symfony 5.3.0 through before 5.3.2 mishandled firewall authentication token scope. In applications with multiple firewalls, a token authenticated by one firewall was available to other firewalls. This is CWE-287 improper authentication. The patch restricts token availability to the generating firewall.

Likely exposure

Exposure is limited to Symfony applications running 5.3.0 or 5.3.1 that define multiple firewalls, especially with different providers for different application areas. Single-firewall applications are not described as affected by the supplied sources.

Exploitation context

The supplied sources do not show active exploitation, and KEV is false. Abuse requires an authenticated user and a vulnerable multi-firewall configuration. The CVSS vector indicates network access, low privileges, no user interaction, and high confidentiality and integrity impact if conditions fit.

Researcher notes

Focus on whether the application relies on firewall separation for privilege boundaries. The important condition is not Symfony use alone, but Symfony 5.3.0-5.3.1 plus multiple firewalls. Review the advisory and patch commits for token scoping behavior, then validate through application-level authorization tests.

Mitigation direction

  • Upgrade affected Symfony packages to version 5.3.2 or later.
  • Check Symfony vendor guidance before applying any non-upgrade workaround.
  • Inventory applications using Symfony 5.3.0 or 5.3.1.
  • Review security configuration for multiple firewalls and distinct providers.
  • Add regression tests for cross-firewall authentication boundaries.

Validation and detection

  • Check composer.lock for Symfony 5.3.0 or 5.3.1 packages.
  • Review security.yaml for multiple firewall definitions.
  • Confirm protected areas use the intended providers and access rules.
  • Verify authentication state does not carry across unrelated firewalls.
  • Run the application unit and regression test suite after upgrading.
Prepared
Confidence
high
Sources
6

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-287: Credential and account abuse lookup

Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-32693 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
5Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
6.8CVSS 3.1MediumCVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N1.65.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.8Medium
CVSS 3.1 vector shape for CVE-2021-32693Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
symfonysymfony>= 5.3.0, < 5.3.2Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-287 · source CWE mapping

Improper Authentication

Improper Authentication represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.