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

WS-2023-0006 (Critical) detected in bumpalo-3.7.1.crate #13

Open
mend-bolt-for-github bot opened this issue Jan 16, 2023 · 0 comments
Open

WS-2023-0006 (Critical) detected in bumpalo-3.7.1.crate #13

mend-bolt-for-github bot opened this issue Jan 16, 2023 · 0 comments
Labels
Mend: dependency security vulnerability Security vulnerability detected by WhiteSource

Comments

@mend-bolt-for-github
Copy link
Contributor

mend-bolt-for-github bot commented Jan 16, 2023

WS-2023-0006 - Critical Severity Vulnerability

Vulnerable Library - bumpalo-3.7.1.crate

A fast bump allocation arena for Rust.

Library home page: https://crates.io/api/v1/crates/bumpalo/3.7.1/download

Path to dependency file: /Cargo.toml

Path to vulnerable library: /Cargo.toml

Dependency Hierarchy:

  • meilisearch-http-0.24.0 (Root Library)
    • reqwest-0.11.4.crate
      • rustls-0.19.1.crate
        • webpki-0.21.4.crate
          • ring-0.16.20.crate
            • web-sys-0.3.55.crate
              • wasm-bindgen-0.2.78.crate
                • wasm-bindgen-macro-0.2.78.crate
                  • wasm-bindgen-macro-support-0.2.78.crate
                    • wasm-bindgen-backend-0.2.78.crate
                    • bumpalo-3.7.1.crate (Vulnerable Library)

Found in HEAD commit: 8442595dc68076584ca77572fc42224085fe9ae5

Found in base branch: main

Vulnerability Details

In bumpalo prior to 3.11.1, the lifetime of the iterator produced by Vec::into_iter() is not constrained to the lifetime of the Bump that allocated the vector's memory. Using the iterator after the Bump is dropped causes use-after-free accesses.

Publish Date: 2024-11-21

URL: WS-2023-0006

CVSS 3 Score Details (9.8)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://rustsec.org/advisories/RUSTSEC-2022-0078.html

Release Date: 2023-01-14

Fix Resolution: bumpalo - 3.11.1


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 Jan 16, 2023
@mend-bolt-for-github mend-bolt-for-github bot changed the title WS-2023-0006 (High) detected in bumpalo-3.7.1.crate WS-2023-0006 (Critical) detected in bumpalo-3.7.1.crate Jul 28, 2023
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