CyberRota Analysis
AI-GeneratedThe vulnerability affects Twig template language versions prior to 3.26.0, where certain filters in twig/markdown-extra and twig/cssinliner-extra are incorrectly marked as safe, allowing unescaped output in various contexts such as HTML, JavaScript, and CSS. This can lead to potential cross-site scripting (XSS) attacks if untrusted input is processed. Developers using affected versions of Twig should prioritize upgrading to version 3.26.0 to mitigate this risk.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
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.
Related CVEs
Other vulnerabilities affecting the same vendor(s)