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.
protobuf-codegen 3.5.0
This project might be open to known security vulnerabilities, which can be prevented by tightening the version range of affected dependencies. Find detailed information at the bottom.
protobuf-codegen
(7 total, 3 outdated, 1 possibly insecure)
Crate | Required | Latest | Status |
---|---|---|---|
anyhow | ^1.0.53 | 1.0.97 | up to date |
once_cell | ^1.10.0 | 1.21.1 | up to date |
protobuf ⚠️ | =3.5.0 | 3.7.2 | out of date |
protobuf-parse | =3.5.0 | 3.7.2 | out of date |
regex | ^1.5.5 | 1.11.1 | up to date |
tempfile | ^3 | 3.19.1 | up to date |
thiserror | ^1.0.30 | 2.0.12 | out of date |
protobuf
: Crash due to uncontrolled recursion in protobuf crateAffected 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.