icon

We found results for “

WS-2021-0028

Good to know:

icon

Date: January 7, 2021

Affected versions of bam set the length of an internal buffer using self.compressed.set_len(block_size - HEADER_SIZE - MIN_EXTRA_SIZE) and then wrote into it. While block_size was constrained to a proper maximum, when it was too small the subtraction could overflow negatively to a large number past the capacity of self.compressed. This can result in memory corruption in the form of writing out of bounds when loading a bgzip file with a small block_size. Commit 061eee38d4 fixed this issue by checking for the underflow when setting the buffer size.

Language: RUST

Severity Score

Severity Score

Weakness Type (CWE)

Stack-based Buffer Overflow

CWE-121

Top Fix

icon

Upgrade Version

Upgrade to version 0.1.3

Learn More

CVSS v3.1

Base Score:
Attack Vector (AV): LOCAL
Attack Complexity (AC): LOW
Privileges Required (PR): NONE
User Interaction (UI): NONE
Scope (S): UNCHANGED
Confidentiality (C): NONE
Integrity (I): LOW
Availability (A): HIGH

Do you need more information?

Contact Us