Bug 2051361 (CVE-2022-23614)

Summary: CVE-2022-23614 twig: Disallow non closures in `sort` filter when the sandbox mode is enabled
Product: [Other] Security Response Reporter: Sandipan Roy <saroy>
Component: vulnerabilityAssignee: Red Hat Product Security <security-response-team>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: fedora, scorneli, shawn
Target Milestone: ---Keywords: Security
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: twig 2.14.11, twig 3.3.8 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-03-02 20:24:49 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: 2051363, 2051362    
Bug Blocks: 2051364    

Description Sandipan Roy 2022-02-07 06:13:01 UTC
Twig is an open source template language for PHP. When in a sandbox mode, the `arrow` parameter of the `sort` filter must be a closure to avoid attackers being able to run arbitrary PHP functions. In affected versions this constraint was not properly enforced and could lead to code injection of arbitrary PHP code. Patched versions now disallow calling non Closure in the `sort` filter as is the case for some other filters. Users are advised to upgrade.

https://github.com/twigphp/Twig/commit/2eb33080558611201b55079d07ac88f207b466d5
https://github.com/twigphp/Twig/commit/22b9dc3c03ee66d7e21d9ed2ca76052b134cb9e9
https://github.com/twigphp/Twig/security/advisories/GHSA-5mv2-rx3q-4w2v

Comment 1 Sandipan Roy 2022-02-07 06:14:40 UTC
Created php-twig tracking bugs for this issue:

Affects: epel-all [bug 2051363]
Affects: fedora-all [bug 2051362]

Comment 2 Marco Benatto 2022-03-02 20:24:49 UTC
Closing this bug as NOTABUG as any Red Hat product is affected by this vulnerability.