mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #23887] [CLOSED] fix: resolve 35 dependency CVEs including critical protobufjs RCE #50472
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/23887
Author: @beejak
Created: 4/20/2026
Status: ❌ Closed
Base:
dev← Head:fix/dependency-cves📝 Commits (10+)
fe6783cMerge pull request #19030 from open-webui/devfc05e0aMerge pull request #19405 from open-webui/deve3faec6Merge pull request #19416 from open-webui/dev9899293Merge pull request #19448 from open-webui/dev140605eMerge pull request #19462 from open-webui/dev6f1486fMerge pull request #19466 from open-webui/devd95f533Merge pull request #19729 from open-webui/deva7271530.6.43 (#20093)6adde20Merge pull request #20394 from open-webui/devf9b0534Merge pull request #20522 from open-webui/dev📊 Changes
5 files changed (+123 additions, -201 deletions)
View changed files
📝
package-lock.json(+116 -194)📝
package.json(+1 -1)📝
src/lib/components/chat/FileNav.svelte(+2 -2)📝
src/lib/components/common/FileItemModal.svelte(+2 -2)📝
src/lib/utils/excelToTable.ts(+2 -2)📄 Description
Summary
Two commits resolving all critical and high severity vulnerabilities.
Commit 1 —
npm audit fix(35 CVEs)Critical resolved:
High resolved:
_.template+ prototype pollutionBODY_SIZE_LIMITbypassCommit 2 — xlsx → @e965/xlsx (2 CVEs)
xlsx@0.18.5(SheetJS) has two unresolved CVEs with no fix on npm — the package was abandoned. Both are exploitable via user-uploaded Excel files:.xlsxfiles (HIGH)Replaced with
@e965/xlsx— the API-compatible community security fork. Three import lines changed, no API changes:src/lib/utils/excelToTable.tssrc/lib/components/chat/FileNav.sveltesrc/lib/components/common/FileItemModal.svelteTesting
npm auditconfirms 0 critical, 0 high after changes.xlsx, sheets render correctly@e965/xlsx(identical API)Contributor License Agreement
I have read the Contributor License Agreement and by submitting this pull request, I agree to its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.