### [CVE-2024-47186](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-47186) ![](https://img.shields.io/static/v1?label=Product&message=filament&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=%3D%20%3E%3D%203.0.0%2C%20%3C%203.2.115%20&color=brighgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-79%3A%20Improper%20Neutralization%20of%20Input%20During%20Web%20Page%20Generation%20('Cross-site%20Scripting')&color=brighgreen) ### 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. ### POC #### Reference - https://github.com/filamentphp/filament/security/advisories/GHSA-9h9q-qhxg-89xr #### Github No PoCs found on GitHub currently.