{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2026-73653",
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "state": "PUBLISHED",
        "assignerShortName": "GitHub_M",
        "dateReserved": "2026-08-13T14:04:09.604Z",
        "datePublished": "2026-08-13T18:19:00.452Z",
        "dateUpdated": "2026-08-13T18:42:42.750Z"
    },
    "containers": {
        "cna": {
            "title": "Vitest: Browser Mode provider commands bypass the file-access permission gate",
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-22",
                            "lang": "en",
                            "description": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')",
                            "type": "CWE"
                        }
                    ]
                },
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-552",
                            "lang": "en",
                            "description": "CWE-552: Files or Directories Accessible to External Parties",
                            "type": "CWE"
                        }
                    ]
                },
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-862",
                            "lang": "en",
                            "description": "CWE-862: Missing Authorization",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "metrics": [
                {
                    "cvssV3_1": {
                        "attackComplexity": "LOW",
                        "attackVector": "NETWORK",
                        "availabilityImpact": "LOW",
                        "baseScore": 9.4,
                        "baseSeverity": "CRITICAL",
                        "confidentialityImpact": "HIGH",
                        "integrityImpact": "HIGH",
                        "privilegesRequired": "NONE",
                        "scope": "UNCHANGED",
                        "userInteraction": "NONE",
                        "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L",
                        "version": "3.1"
                    }
                }
            ],
            "references": [
                {
                    "name": "https://github.com/vitest-dev/vitest/security/advisories/GHSA-p63j-vcc4-9vmv",
                    "tags": [
                        "x_refsource_CONFIRM"
                    ],
                    "url": "https://github.com/vitest-dev/vitest/security/advisories/GHSA-p63j-vcc4-9vmv"
                },
                {
                    "name": "https://github.com/vitest-dev/vitest/pull/10674",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/vitest-dev/vitest/pull/10674"
                },
                {
                    "name": "https://github.com/vitest-dev/vitest/pull/10679",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/vitest-dev/vitest/pull/10679"
                },
                {
                    "name": "https://github.com/vitest-dev/vitest/pull/10680",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/vitest-dev/vitest/pull/10680"
                },
                {
                    "name": "https://github.com/vitest-dev/vitest/commit/33f96a145ef09ca6a43b4e555eb273e64a87be23",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/vitest-dev/vitest/commit/33f96a145ef09ca6a43b4e555eb273e64a87be23"
                },
                {
                    "name": "https://github.com/vitest-dev/vitest/commit/5c18dd267ff7f47f24cab2f615a16b37d90feb7f",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/vitest-dev/vitest/commit/5c18dd267ff7f47f24cab2f615a16b37d90feb7f"
                },
                {
                    "name": "https://github.com/vitest-dev/vitest/commit/b795e36b34969bec50b47a9f29d26f799a6a04fb",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/vitest-dev/vitest/commit/b795e36b34969bec50b47a9f29d26f799a6a04fb"
                },
                {
                    "name": "https://github.com/vitest-dev/vitest/releases/tag/v3.2.7",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/vitest-dev/vitest/releases/tag/v3.2.7"
                },
                {
                    "name": "https://github.com/vitest-dev/vitest/releases/tag/v4.1.10",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/vitest-dev/vitest/releases/tag/v4.1.10"
                },
                {
                    "name": "https://github.com/vitest-dev/vitest/releases/tag/v5.0.0-beta.6",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/vitest-dev/vitest/releases/tag/v5.0.0-beta.6"
                }
            ],
            "affected": [
                {
                    "vendor": "vitest-dev",
                    "product": "vitest",
                    "versions": [
                        {
                            "version": "< 3.2.7",
                            "status": "affected"
                        },
                        {
                            "version": ">= 4.0.0, < 4.1.10",
                            "status": "affected"
                        },
                        {
                            "version": ">= 5.0.0-beta.1, < 5.0.0-beta.6",
                            "status": "affected"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
                "shortName": "GitHub_M",
                "dateUpdated": "2026-08-13T18:19:00.452Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "Vitest is a testing framework powered by Vite. Prior to versions 3.2.7, 4.1.10, and 5.0.0-beta.6, Browser Mode provider commands including upload, takeScreenshot, screenshotMatcher, stopChunkTrace, deleteTracing, and annotateTraces accept browser-supplied file paths without enforcing the allowWrite permission gate or confining paths to the project root. A client that can reach the Browser Mode API can read arbitrary local files, create or overwrite image and trace files, or delete files accessible to the Vitest process even when allowWrite is false. This issue is fixed in versions 3.2.7, 4.1.10, and 5.0.0-beta.6."
                }
            ],
            "source": {
                "advisory": "GHSA-p63j-vcc4-9vmv",
                "discovery": "UNKNOWN"
            }
        },
        "adp": [
            {
                "metrics": [
                    {
                        "other": {
                            "type": "ssvc",
                            "content": {
                                "timestamp": "2026-08-13T18:42:15.244525Z",
                                "id": "CVE-2026-73653",
                                "options": [
                                    {
                                        "Exploitation": "none"
                                    },
                                    {
                                        "Automatable": "yes"
                                    },
                                    {
                                        "Technical Impact": "total"
                                    }
                                ],
                                "role": "CISA Coordinator",
                                "version": "2.0.3"
                            }
                        }
                    }
                ],
                "title": "CISA ADP Vulnrichment",
                "providerMetadata": {
                    "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
                    "shortName": "CISA-ADP",
                    "dateUpdated": "2026-08-13T18:42:42.750Z"
                }
            }
        ]
    }
}