cve/2023/CVE-2023-49293.md
2024-06-18 02:51:15 +02:00

19 lines
1.5 KiB
Markdown

### [CVE-2023-49293](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-49293)
![](https://img.shields.io/static/v1?label=Product&message=vite&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20%3E%3D4.4.0%2C%20%3C%204.4.12%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
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.
### POC
#### Reference
- https://github.com/vitejs/vite/security/advisories/GHSA-92r3-m2mg-pj97
#### Github
- https://github.com/d0r4-hackers/dora-hacking
- https://github.com/seal-community/patches