{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2026-54181",
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "state": "PUBLISHED",
        "assignerShortName": "GitHub_M",
        "dateReserved": "2026-06-11T21:46:52.382Z",
        "datePublished": "2026-09-14T17:55:45.275Z",
        "dateUpdated": "2026-09-14T17:55:45.275Z"
    },
    "containers": {
        "cna": {
            "title": "backpack/crud: Stored XSS in the color column — the `@if($column['escaped'])` branches are inverted",
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-79",
                            "lang": "en",
                            "description": "CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')",
                            "type": "CWE"
                        }
                    ]
                },
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-1023",
                            "lang": "en",
                            "description": "CWE-1023: Incomplete Comparison with Missing Factors",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "metrics": [
                {
                    "cvssV3_1": {
                        "attackComplexity": "LOW",
                        "attackVector": "NETWORK",
                        "availabilityImpact": "NONE",
                        "baseScore": 5.4,
                        "baseSeverity": "MEDIUM",
                        "confidentialityImpact": "LOW",
                        "integrityImpact": "LOW",
                        "privilegesRequired": "LOW",
                        "scope": "CHANGED",
                        "userInteraction": "REQUIRED",
                        "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N",
                        "version": "3.1"
                    }
                }
            ],
            "references": [
                {
                    "name": "https://github.com/Laravel-Backpack/CRUD/security/advisories/GHSA-mmg4-322v-6jvc",
                    "tags": [
                        "x_refsource_CONFIRM"
                    ],
                    "url": "https://github.com/Laravel-Backpack/CRUD/security/advisories/GHSA-mmg4-322v-6jvc"
                },
                {
                    "name": "https://github.com/Laravel-Backpack/CRUD/pull/5992",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/Laravel-Backpack/CRUD/pull/5992"
                },
                {
                    "name": "https://github.com/Laravel-Backpack/CRUD/pull/5994",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/Laravel-Backpack/CRUD/pull/5994"
                },
                {
                    "name": "https://github.com/Laravel-Backpack/CRUD/commit/608652b1020ba274781f222d2959d7780a559a08",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/Laravel-Backpack/CRUD/commit/608652b1020ba274781f222d2959d7780a559a08"
                },
                {
                    "name": "https://github.com/Laravel-Backpack/CRUD/commit/76c3a6e50e3fbd6d5f633208da5b04acb8322969",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/Laravel-Backpack/CRUD/commit/76c3a6e50e3fbd6d5f633208da5b04acb8322969"
                },
                {
                    "name": "https://github.com/Laravel-Backpack/CRUD/releases/tag/6.8.14",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/Laravel-Backpack/CRUD/releases/tag/6.8.14"
                },
                {
                    "name": "https://github.com/Laravel-Backpack/CRUD/releases/tag/7.0.38",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/Laravel-Backpack/CRUD/releases/tag/7.0.38"
                }
            ],
            "affected": [
                {
                    "vendor": "Laravel-Backpack",
                    "product": "CRUD",
                    "versions": [
                        {
                            "version": ">= 6.0.0, < 6.8.14",
                            "status": "affected"
                        },
                        {
                            "version": ">= 7.0.0, < 7.0.38",
                            "status": "affected"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
                "shortName": "GitHub_M",
                "dateUpdated": "2026-09-14T17:55:45.275Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "backpack/crud provides Create, Read, Update & Delete (CRUD) functions for Backpack, a collection of Laravel packages that help users build custom administration panels. From 6.0.0 until 6.8.14 and 7.0.38, src/resources/views/crud/columns/color.blade.php inverts the escaped and raw rendering branches controlled by $column['escaped'], which defaults to true, causing $column['text'] to be rendered unescaped by default. An attacker who can store an unsanitized value in a color column can execute script in the browser of a user who views the CRUD list, including an administrator, with access to the victim's session-backed application capabilities. Exploitation requires write access to the stored color value and a victim viewing the list. This issue is fixed in versions 6.8.14 and 7.0.38."
                }
            ],
            "source": {
                "advisory": "GHSA-mmg4-322v-6jvc",
                "discovery": "UNKNOWN"
            }
        }
    }
}