Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

js/web version uses very old flatbuffers dependency with security vulnerability. #23361

Closed
AndreHenkel opened this issue Jan 14, 2025 · 1 comment · Fixed by #23545
Closed
Labels
platform:web issues related to ONNX Runtime web; typically submitted using template

Comments

@AndreHenkel
Copy link

AndreHenkel commented Jan 14, 2025

In js/web/package.json

The "flatbuffers" dependency is set to "^1.12.0"

This version is 5 years old and has security vulnerabilities: CVE-2020-35864 (https://nvd.nist.gov/vuln/detail/CVE-2020-35864)

Is it possible to update it to any later version, preferably the latest "flatbuffers" version?

@jingyanwangms jingyanwangms added the platform:web issues related to ONNX Runtime web; typically submitted using template label Jan 14, 2025
@guschmue
Copy link
Contributor

working on it

@AndreHenkel AndreHenkel changed the title js/web version uses very old flatbuffers depedency with security vulnerability. js/web version uses very old flatbuffers dependency with security vulnerability. Jan 15, 2025
fs-eire added a commit that referenced this issue Jan 31, 2025
### Description

Upgrade version of flatbuffers to latest. This change fixes #23361.
sfatimar pushed a commit to intel/onnxruntime that referenced this issue Feb 5, 2025
### Description

Upgrade version of flatbuffers to latest. This change fixes microsoft#23361.
sfatimar pushed a commit to intel/onnxruntime that referenced this issue Feb 5, 2025
### Description

Upgrade version of flatbuffers to latest. This change fixes microsoft#23361.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform:web issues related to ONNX Runtime web; typically submitted using template
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants