mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-30 08:13:58 +01:00
Merge pull request #222 from dbrgn/prost-stackoverflow
Add advisory for prost stack overflow
This commit is contained in:
20
crates/prost/RUSTSEC-0000-0000.toml
Normal file
20
crates/prost/RUSTSEC-0000-0000.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "prost"
|
||||
date = "2020-01-16"
|
||||
title = "Parsing a specially crafted message can result in a stack overflow"
|
||||
description = """
|
||||
Affected versions of this crate contained a bug in which decoding untrusted
|
||||
input could overflow the stack.
|
||||
|
||||
On architectures with stack probes (like x86), this can be used for denial of
|
||||
service attacks, while on architectures without stack probes (like ARM)
|
||||
overflowing the stack is unsound and can result in potential memory corruption
|
||||
(or even RCE).
|
||||
|
||||
The flaw was quickly corrected by @danburkert and released in version 0.6.1.
|
||||
"""
|
||||
patched_versions = [">= 0.6.1"]
|
||||
url = "https://github.com/danburkert/prost/issues/267"
|
||||
categories = ["denial-of-service", "memory-corruption"]
|
||||
keywords = ["stack overflow"]
|
||||
Reference in New Issue
Block a user