CVE-2024-22199 CRITICAL

CVE-2024-22199: Django Template Engine Vulnerable to XSS

Vendor Gofiber
Product template
Weakness CWE-20 · Input validation
Published January 11, 2024
Last update November 14, 2024

CVSS base score

9.3/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality Low
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:H/A:N

What the vulnerability does

01Description

This package provides universal methods to use multiple template engines with the Fiber web framework using the Views interface. This vulnerability specifically impacts web applications that render user-supplied data through this template engine, potentially leading to the execution of malicious scripts in users' browsers when visiting affected web pages. The vulnerability has been addressed, the template engine now defaults to having autoescape set to `true`, effectively mitigating the risk of XSS attacks.

Key dates

02Disclosure timeline

January 11, 2024 CVE published
November 14, 2024 Record updated