-
Notifications
You must be signed in to change notification settings - Fork 916
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
CVE-2021-3520 (Critical) detected in https://source.codeaurora.org/quic/la/platform/external/lz4/android-t-preview-2 - autoclosed #4735
Comments
In node_modules/lmdb, I only see
These are various precompiled binaries for the LMDB library on Linux, built against different Node.js ABI versions and glibc/musl C libraries. They are the native components of LMDB and don't seem to include the lz4 compression library directly. I also checked our @AMoo-Miki should we close this security issue? |
I am wrong. Issue is for node_modules/lmdb not node_modules/@LMDB |
lmdb
includes a vulnerable version of lz4
@szhongna Since you are on-call this week, could you follow up on this? Once there is a release, we could start bump the package. If no release this week, just pass to next week on-call. Thanks. |
lmdb
includes a vulnerable version of lz4
there's a new release published https://www.npmjs.com/package/lmdb, I'll bump the dependency version for OSD |
✔️ This issue was automatically closed by Mend because the vulnerable library in the specific branch(es) was either marked as ignored or it is no longer part of the Mend inventory. |
CVE-2021-3520 - Critical Severity Vulnerability
Vulnerable Library - https://source.codeaurora.org/quic/la/platform/external/lz4/android-t-preview-2
Library home page: https://source.codeaurora.org/quic/la/platform/external/lz4/
Found in base branch: main
Vulnerable Source Files (1)
/node_modules/lmdb/dependencies/lz4/lib/lz4.c
Vulnerability Details
There's a flaw in lz4. An attacker who submits a crafted file to an application linked with lz4 may be able to trigger an integer overflow, leading to calling of memmove() on a negative size argument, causing an out-of-bounds write and/or a crash. The greatest impact of this flaw is to availability, with some potential impact to confidentiality and integrity as well.
Publish Date: 2021-06-02
URL: CVE-2021-3520
CVSS 3 Score Details (9.8)
Base Score Metrics:
Suggested Fix
Type: Upgrade version
Origin: https://rustsec.org/advisories/RUSTSEC-2022-0051.html
Release Date: 2021-06-02
Fix Resolution: lz4-sys 1.9.4
The text was updated successfully, but these errors were encountered: