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

CVE-2020-8927 (Medium) detected in brotli-sys-0.3.2.crate #7

Open
mend-bolt-for-github bot opened this issue Nov 5, 2021 · 0 comments
Open
Labels
Mend: dependency security vulnerability Security vulnerability detected by WhiteSource

Comments

@mend-bolt-for-github
Copy link
Contributor

mend-bolt-for-github bot commented Nov 5, 2021

CVE-2020-8927 - Medium Severity Vulnerability

Vulnerable Library - brotli-sys-0.3.2.crate

Raw bindings to libbrotli

Library home page: https://crates.io/api/v1/crates/brotli-sys/0.3.2/download

Path to dependency file: /Cargo.toml

Path to vulnerable library: /Cargo.toml

Dependency Hierarchy:

  • meilisearch-http-0.24.0 (Root Library)
    • meilisearch-lib-0.24.0
      • meilisearch-error-0.24.0
        • actix-http-3.0.0-beta.10.crate
          • brotli2-0.3.2.crate
            • brotli-sys-0.3.2.crate (Vulnerable Library)

Found in HEAD commit: 8442595dc68076584ca77572fc42224085fe9ae5

Found in base branch: main

Vulnerability Details

A buffer overflow exists in the Brotli library versions prior to 1.0.8 where an attacker controlling the input length of a "one-shot" decompression request to a script can trigger a crash, which happens when copying over chunks of data larger than 2 GiB. It is recommended to update your Brotli library to 1.0.8 or later. If one cannot update, we recommend to use the "streaming" API as opposed to the "one-shot" API, and impose chunk size limits.

Publish Date: 2020-09-15

URL: CVE-2020-8927

CVSS 3 Score Details (5.3)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: Low
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2020-09-15

Fix Resolution: 1.0.8


Step up your Open Source Security Game with Mend here

@mend-bolt-for-github mend-bolt-for-github bot added the Mend: dependency security vulnerability Security vulnerability detected by WhiteSource label Nov 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mend: dependency security vulnerability Security vulnerability detected by WhiteSource
Projects
None yet
Development

No branches or pull requests

0 participants