Vulnerability Description
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.
CVSS Score
CRITICAL
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Gofiber | Django | < 3.1.9 |
Related Weaknesses (CWE)
References
- https://github.com/gofiber/template/commit/28cff3ac4d4c117ab25b5396954676d624b6cPatch
- https://github.com/gofiber/template/security/advisories/GHSA-4mq2-gc4j-cmw6MitigationVendor Advisory
- https://github.com/gofiber/template/commit/28cff3ac4d4c117ab25b5396954676d624b6cPatch
- https://github.com/gofiber/template/security/advisories/GHSA-4mq2-gc4j-cmw6MitigationVendor Advisory
FAQ
What is CVE-2024-22199?
CVE-2024-22199 is a vulnerability with a CVSS score of 9.3 (CRITICAL). 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 us...
How severe is CVE-2024-22199?
CVE-2024-22199 has been rated CRITICAL with a CVSS base score of 9.3/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2024-22199?
Check the references section above for vendor advisories and patch information. Affected products include: Gofiber Django.