Out-of-Bounds The advisory has been revoked - it doesn't affect any version of package smallvec  (opens in a new tab)


Threat Intelligence

Exploit Maturity
Not Defined
EPSS
0.23% (61st percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-RUST-SMALLVEC-536786
  • published5 Dec 2019
  • disclosed26 Aug 2019
  • creditUnknown

Introduced: 26 Aug 2019

CVE-2019-15554  (opens in a new tab)
CWE-119  (opens in a new tab)

Amendment

This was deemed not a vulnerability.

Overview

smallvec is a "Small vector" optimization for Rust: store up to a small number of items on the stack.

Affected versions of this package are vulnerable to Out-of-Bounds. If grow is given a size that is within the inline size, after a SmallVec has been spilled, the resulting value is corrupted.