OSV 1.4.0 · github-reviewed · 修改于 2026-07-03 03:07
发布时间
2026-07-03 03:07
GitHub 审查时间
2026-07-03 03:07
NVD 发布时间
—
源文件
advisories/github-reviewed/2026/07/GHSA-2944-57xv-2682/GHSA-2944-57xv-2682.json
Location: core/src/shared/secure-fetch.ts:33-35
data: URIs were allowed without any restriction. While data: URIs don't make network requests, they can be used for memory exhaustion via very large data URIs.
Fixed in v0.2.136 — data: URIs are now limited to 1MB. URIs exceeding this limit throw an error.