Created on 24 April 2023, about 1 year ago
Updated 27 May 2023, about 1 year ago

Problem/Motivation

Seem like exist a problem vulnerable with some version in Twig:
https://nvd.nist.gov/vuln/detail/CVE-2022-39261

Twig is a template language for PHP. Versions 1.x prior to 1.44.7, 2.x prior to 2.15.3, and 3.x prior to 3.4.3 encounter an issue when the filesystem loader loads templates for which the name is a user input. It is possible to use the `source` or `include` statement to read arbitrary files from outside the templates' directory when using a namespace like `@somewhere/../some.file`. In such a case, validation is bypassed. Versions 1.44.7, 2.15.3, and 3.4.3 contain a fix for validation of such template names. There are no known workarounds aside from upgrading.

Proposed resolution

Update module twig/twig to >=2.15.3 or >=3.4.3.

πŸ“Œ Task
Status

Fixed

Version

3.2

Component

Code

Created by

πŸ‡¨πŸ‡·Costa Rica Josuer

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024