Vulnerability CVE-2024-47186


Published: 2024-09-27

Description:
Filament is a collection of full-stack components for Laravel development. Versions of Filament from v3.0.0 through v3.2.114 are affected by a cross-site scripting (XSS) vulnerability. If values passed to a `ColorColumn` or `ColumnEntry` are not valid and contain a specific set of characters, applications are vulnerable to XSS attack against a user who opens a page on which a color column or entry is rendered. Filament v3.2.115 fixes this issue.

Type:

CWE-79

(Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting'))

 References:
https://github.com/filamentphp/filament/security/advisories/GHSA-9h9q-qhxg-89xr
https://github.com/filamentphp/filament/commit/df7989352464d08eda5837ef50f9997fad902316
https://github.com/filamentphp/filament/releases/tag/v3.2.115

Copyright 2024, cxsecurity.com

 

Back to Top