Files
advisory-db/crates/protobuf/RUSTSEC-2019-0003.toml
Tony Arcieri 01ac6725d5 Fix all advisories to pass linter
Mostly related to the `affected_functions` field, which has changed a
few times.
2019-09-09 12:19:01 -07:00

19 lines
594 B
TOML

[advisory]
id = "RUSTSEC-2019-0003"
package = "protobuf"
date = "2019-06-08"
title = "Out of Memory in stream::read_raw_bytes_into()"
description = """
Affected versions of this crate called Vec::reserve() on user-supplied input.
This allows an attacker to cause an Out of Memory condition while calling the
vulnerable method on untrusted data.
"""
url = "https://github.com/stepancheg/rust-protobuf/issues/411"
categories = ["denial-of-service"]
keywords = ["oom", "panic"]
patched_versions = ["^1.7.5", ">= 2.6.0"]
[affected.functions]
"protobuf::stream::read_raw_bytes_into" = ["< 2.6.0"]