Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions crates/protobuf/RUSTSEC-0000-0000.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
package = "protobuf"
date = "2024-12-12"
url = "https://github.com/stepancheg/rust-protobuf/issues/749"
categories = ["denial-of-service"]
keywords = ["panic"]
related = ["GHSA-735f-pc8j-v9w8"]

[versions]
patched = []

[affected]
functions = { "protobuf::coded_input_stream::CodedInputStream::skip_group" = ["<= 3.4.0"] }
```

# Crash due to uncontrolled recursion in protobuf crate

Affected version of this crate did not properly parse unknown fields when parsing a user-supplied input.

This allows an attacker to cause a stack overflow when parsing the mssage on untrusted data.