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.
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.
haret(16 total, 9 outdated, 2 possibly insecure)
| Crate | Required | Latest | Status |
|---|---|---|---|
| libc | ^0.1 | 0.2.186 | out of date |
| time ⚠️ | * | 0.3.47 | maybe insecure |
| uuid | ^0.5 | 1.23.1 | out of date |
| rand | ^0.3 | 0.10.1 | out of date |
| slog | ^1 | 2.8.2 | out of date |
| amy | ^0.7.2 | 0.10.0 | out of date |
| funfsm | ^0.2 | 0.2.1 | up to date |
| orset | ^0.2 | 0.2.0 | up to date |
| rabble | ^0.4 | 0.4.1 | up to date |
| protobuf ⚠️ | ^1.0.24 | 3.7.2 | out of date |
| vertree | ^0.2 | 0.2.2 | up to date |
| lazy_static | ^0.1 | 1.5.0 | out of date |
| serde | ^1.0 | 1.0.228 | up to date |
| serde_derive | ^1.0 | 1.0.228 | up to date |
| rmp-serde | ^0.13 | 1.3.1 | out of date |
| toml | ^0.4 | 1.1.2+spec-1.1.0 | out of date |
(5 total, 4 outdated)
| Crate | Required | Latest | Status |
|---|---|---|---|
| assert_matches | ^1.0 | 1.5.0 | up to date |
| quickcheck | ^0.4 | 1.1.0 | out of date |
| slog-envlogger | ^0.5 | 2.2.0 | out of date |
| slog-stdlog | ^1 | 4.1.1 | out of date |
| slog-term | ^1.1 | 2.9.2 | out of date |
haret-admin(4 total, 2 outdated)
| Crate | Required | Latest | Status |
|---|---|---|---|
| rabble | ^0.4 | 0.4.1 | up to date |
| rmp-serde | ^0.13 | 1.3.1 | out of date |
| serde | ^1.0 | 1.0.228 | up to date |
| uuid | ^0.5 | 1.23.1 | out of date |
haret-cli-client(2 total, 2 outdated)
| Crate | Required | Latest | Status |
|---|---|---|---|
| uuid | ^0.5 | 1.23.1 | out of date |
| lazy_static | ^0.1 | 1.5.0 | out of date |
haret-client(1 total, 1 outdated, 1 possibly insecure)
| Crate | Required | Latest | Status |
|---|---|---|---|
| protobuf ⚠️ | ^1.0.24 | 3.7.2 | out of date |
haret-devconfigNo external dependencies! 🙌
haret-server(5 total, 4 outdated)
| Crate | Required | Latest | Status |
|---|---|---|---|
| rabble | ^0.4 | 0.4.1 | up to date |
| slog | ^1 | 2.8.2 | out of date |
| slog-envlogger | ^0.5 | 2.2.0 | out of date |
| slog-stdlog | ^1 | 4.1.1 | out of date |
| slog-term | ^1.1 | 2.9.2 | 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.
time: Denial of Service via Stack ExhaustionWhen user-provided input is provided to any type that parses with the RFC 2822 format, a denial of service attack via stack exhaustion is possible. The attack relies on formally deprecated and rarely-used features that are part of the RFC 2822 format used in a malicious manner. Ordinary, non-malicious input will never encounter this scenario.
A limit to the depth of recursion was added in v0.3.47. From this version, an error will be returned rather than exhausting the stack.
Limiting the length of user input is the simplest way to avoid stack exhaustion, as the amount of the stack consumed would be at most a factor of the length of the input.