{
    "data_version": "4.0",
    "data_type": "CVE",
    "data_format": "MITRE",
    "CVE_data_meta": {
        "ID": "CVE-2024-47186",
        "ASSIGNER": "security-advisories@github.com",
        "STATE": "PUBLIC"
    },
    "description": {
        "description_data": [
            {
                "lang": "eng",
                "value": "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."
            }
        ]
    },
    "problemtype": {
        "problemtype_data": [
            {
                "description": [
                    {
                        "lang": "eng",
                        "value": "CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')",
                        "cweId": "CWE-79"
                    }
                ]
            }
        ]
    },
    "affects": {
        "vendor": {
            "vendor_data": [
                {
                    "vendor_name": "filamentphp",
                    "product": {
                        "product_data": [
                            {
                                "product_name": "filament",
                                "version": {
                                    "version_data": [
                                        {
                                            "version_affected": "=",
                                            "version_value": ">= 3.0.0, < 3.2.115"
                                        }
                                    ]
                                }
                            }
                        ]
                    }
                }
            ]
        }
    },
    "references": {
        "reference_data": [
            {
                "url": "https://github.com/filamentphp/filament/security/advisories/GHSA-9h9q-qhxg-89xr",
                "refsource": "MISC",
                "name": "https://github.com/filamentphp/filament/security/advisories/GHSA-9h9q-qhxg-89xr"
            },
            {
                "url": "https://github.com/filamentphp/filament/commit/df7989352464d08eda5837ef50f9997fad902316",
                "refsource": "MISC",
                "name": "https://github.com/filamentphp/filament/commit/df7989352464d08eda5837ef50f9997fad902316"
            },
            {
                "url": "https://github.com/filamentphp/filament/releases/tag/v3.2.115",
                "refsource": "MISC",
                "name": "https://github.com/filamentphp/filament/releases/tag/v3.2.115"
            }
        ]
    },
    "source": {
        "advisory": "GHSA-9h9q-qhxg-89xr",
        "discovery": "UNKNOWN"
    },
    "impact": {
        "cvss": [
            {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "NONE",
                "baseScore": 6.1,
                "baseSeverity": "MEDIUM",
                "confidentialityImpact": "LOW",
                "integrityImpact": "LOW",
                "privilegesRequired": "NONE",
                "scope": "CHANGED",
                "userInteraction": "REQUIRED",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
                "version": "3.1"
            }
        ]
    }
}