Vulnerability Details : CVE-2019-15551
An issue was discovered in the smallvec crate before 0.6.10 for Rust. There is a double free for certain grow attempts with the current capacity.
Vulnerability category: Memory Corruption
Products affected by CVE-2019-15551
- cpe:2.3:a:servo:smallvec:*:*:*:*:*:*:*:*
Exploit prediction scoring system (EPSS) score for CVE-2019-15551
0.22%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 59 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2019-15551
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
7.5
|
HIGH | AV:N/AC:L/Au:N/C:P/I:P/A:P |
10.0
|
6.4
|
NIST | |
9.8
|
CRITICAL | CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
3.9
|
5.9
|
NIST |
CWE ids for CVE-2019-15551
-
The product calls free() twice on the same memory address, potentially leading to modification of unexpected memory locations.Assigned by: nvd@nist.gov (Primary)
References for CVE-2019-15551
-
https://github.com/servo/rust-smallvec/issues/148
use-after-free when growing to the same size · Issue #148 · servo/rust-smallvec · GitHubPatch;Third Party Advisory
-
https://rustsec.org/advisories/RUSTSEC-2019-0009.html
RUSTSEC-2019-0009: smallvec: Double-free and use-after-free in SmallVec::grow() › RustSec Advisory DatabaseThird Party Advisory
Jump to