-
Notifications
You must be signed in to change notification settings - Fork 1.6k
CVE-2022-31394 in dependency Hyper(cargo) #6868
Comments
Why is there even a second |
Tokio reject_remote_clients configuration may get dropped when creating a Windows named pipe ### Impact When configuring a Windows named pipe server, setting Also in the unused cargo.lock vuln medium (5.3) also In Rust time crate from version 0.2.7 and before version 0.2.23, unix-like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances. This requires the user to set any environment variable in a different thread than the affected functions. The affected functions are time::UtcOffset::local_offset_at, time::UtcOffset::try_local_offset_at, time::UtcOffset::current_local_offset, time::UtcOffset::try_current_local_offset, time::OffsetDateTime::now_local and time::OffsetDateTime::try_now_local. Non-Unix targets are unaffected. This includes Windows and wasm. The issue was introduced in version 0.2.7 and fixed in version 0.2.23. and |
This is from the regular cargo, no CVE bumpalo has use-after-free due to a lifetime error in |
Update to Secure Version |
Allocation of Resources Without Limits or Throttling
The product allocates a reusable resource or group of resources on behalf of an actor without imposing any restrictions on the size or number of resources that can be allocated, in violation of the intended security policy for that actor.
NVD
Hyperium Hyper before 0.14.19 does not allow for customization of the max_header_list_size method in the H2 third-party software, allowing attackers to perform HTTP2 attacks.
Introduced through
utils/staking-miner/Cargo.lock
FIX:
Update Hyper(Cargo)
hyper
0.14.18
Secure Version
0.14.19
The text was updated successfully, but these errors were encountered: