{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.1",
    "cveMetadata": {
        "cveId": "CVE-2023-49293",
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "state": "PUBLISHED",
        "assignerShortName": "GitHub_M",
        "dateReserved": "2023-11-24T16:45:24.313Z",
        "datePublished": "2023-12-04T23:03:30.752Z",
        "dateUpdated": "2024-08-02T21:53:44.657Z"
    },
    "containers": {
        "cna": {
            "title": "Cross-site Scripting in `server.transformIndexHtml` via URL payload in vite",
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-79",
                            "lang": "en",
                            "description": "CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "metrics": [
                {
                    "cvssV3_1": {
                        "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"
                    }
                }
            ],
            "references": [
                {
                    "name": "https://github.com/vitejs/vite/security/advisories/GHSA-92r3-m2mg-pj97",
                    "tags": [
                        "x_refsource_CONFIRM"
                    ],
                    "url": "https://github.com/vitejs/vite/security/advisories/GHSA-92r3-m2mg-pj97"
                }
            ],
            "affected": [
                {
                    "vendor": "vitejs",
                    "product": "vite",
                    "versions": [
                        {
                            "version": ">=4.4.0, < 4.4.12",
                            "status": "affected"
                        },
                        {
                            "version": "= 4.5.0",
                            "status": "affected"
                        },
                        {
                            "version": ">=5.0.0, < 5.0.5",
                            "status": "affected"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
                "shortName": "GitHub_M",
                "dateUpdated": "2023-12-04T23:03:30.752Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "Vite is a website frontend framework. When Vite's HTML transformation is invoked manually via `server.transformIndexHtml`, the original request URL is passed in unmodified, and the `html` being transformed contains inline module scripts (`<script type=\"module\">...</script>`), it is possible to inject arbitrary HTML into the transformed output by supplying a malicious URL query string to `server.transformIndexHtml`. Only apps using `appType: 'custom'` and using the default Vite HTML middleware are affected. The HTML entry must also contain an inline script. The attack requires a user to click on a malicious URL while running the dev server. Restricted files aren't exposed to the attacker. This issue has been addressed in vite@5.0.5, vite@4.5.1, and vite@4.4.12. There are no known workarounds for this vulnerability."
                }
            ],
            "source": {
                "advisory": "GHSA-92r3-m2mg-pj97",
                "discovery": "UNKNOWN"
            }
        },
        "adp": [
            {
                "providerMetadata": {
                    "orgId": "af854a3a-2127-422b-91ae-364da2661108",
                    "shortName": "CVE",
                    "dateUpdated": "2024-08-02T21:53:44.657Z"
                },
                "title": "CVE Program Container",
                "references": [
                    {
                        "name": "https://github.com/vitejs/vite/security/advisories/GHSA-92r3-m2mg-pj97",
                        "tags": [
                            "x_refsource_CONFIRM",
                            "x_transferred"
                        ],
                        "url": "https://github.com/vitejs/vite/security/advisories/GHSA-92r3-m2mg-pj97"
                    }
                ]
            }
        ]
    }
}