CVE-2026-46637

Summary

Twig is a template language for PHP. Prior to 3.26.0, several filters in twig/markdown-extra and twig/cssinliner-extra are registered with is_safe => [all], causing Twig to treat plain text or HTML output as safe in HTML, JavaScript, CSS, URL, and other contexts where the output is not properly escaped. This issue is fixed in version 3.26.0.

Affected Software

VendorProductVersion RangeStatus
twigphpTwig< 3.26.0affected
twigcssinliner-extra< 3.26.0affected
twigmarkdown-extra< 3.26.0affected

Weaknesses

  • CWE-116: CWE-116: Improper Encoding or Escaping of Output

References