Bug 2049793 (CVE-2022-23601)

Summary: CVE-2022-23601 php-symfony: CSRF token missing in forms
Product: [Other] Security Response Reporter: Guilherme de Almeida Suckevicz <gsuckevi>
Component: vulnerabilityAssignee: Red Hat Product Security <security-response-team>
Status: CLOSED UPSTREAM QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: unspecifiedCC: fedora, james.hogarth, shawn
Target Milestone: ---Keywords: Security
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-02-02 18:31:19 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 2049794, 2049795    
Bug Blocks:    

Description Guilherme de Almeida Suckevicz 2022-02-02 17:31:47 UTC
Symfony is a PHP framework for web and console applications and a set of reusable PHP components. The Symfony form component provides a CSRF protection mechanism by using a random token injected in the form and using the session to store and control the token submitted by the user. When using the FrameworkBundle, this protection can be enabled or disabled with the configuration. If the configuration is not specified, by default, the mechanism is enabled as long as the session is enabled. In a recent change in the way the configuration is loaded, the default behavior has been dropped and, as a result, the CSRF protection is not enabled in form when not explicitly enabled, which makes the application sensible to CSRF attacks. This issue has been resolved in the patch versions listed and users are advised to update. There are no known workarounds for this issue.

Reference:
https://github.com/symfony/symfony/security/advisories/GHSA-vvmr-8829-6whx

Upstream patch:
https://github.com/symfony/symfony/commit/f0ffb775febdf07e57117aabadac96fa37857f50

Comment 1 Guilherme de Almeida Suckevicz 2022-02-02 17:32:04 UTC
Created php-symfony tracking bugs for this issue:

Affects: epel-7 [bug 2049794]
Affects: fedora-all [bug 2049795]

Comment 2 Product Security DevOps Team 2022-02-02 18:31:17 UTC
This CVE Bugzilla entry is for community support informational purposes only as it does not affect a package in a commercially supported Red Hat product. Refer to the dependent bugs for status of those individual community products.