Show filters
7 Total Results
Displaying 1-7 of 7
Sort by:
Attacker Value
Unknown

CVE-2024-48924

Disclosure Date: October 17, 2024 (last updated October 18, 2024)
### Impact When this library is used to deserialize messagepack data from an untrusted source, there is a risk of a denial of service attack by an attacker that sends data contrived to produce hash collisions, leading to large CPU consumption disproportionate to the size of the data being deserialized. This is similar to [a prior advisory](https://github.com/MessagePack-CSharp/MessagePack-CSharp/security/advisories/GHSA-7q36-4xx7-xcxf), which provided an inadequate fix for the hash collision part of the vulnerability. ### Patches The following steps are required to mitigate this risk. 1. Upgrade to a version of the library where a fix is available. 1. Review the steps in [this previous advisory](https://github.com/MessagePack-CSharp/MessagePack-CSharp/security/advisories/GHSA-7q36-4xx7-xcxf) to ensure you have your application configured for untrusted data. ### Workarounds If upgrading MessagePack to a patched version is not an option for you, you may apply a manual workaround …
0
Attacker Value
Unknown

CVE-2022-41719

Disclosure Date: November 10, 2022 (last updated December 22, 2024)
Unmarshal can panic on some inputs, possibly allowing for denial of service attacks.
Attacker Value
Unknown

CVE-2021-45693

Disclosure Date: December 27, 2021 (last updated February 23, 2025)
An issue was discovered in the messagepack-rs crate through 2021-01-26 for Rust. deserialize_string_primitive may read from uninitialized memory locations.
Attacker Value
Unknown

CVE-2021-45692

Disclosure Date: December 27, 2021 (last updated February 23, 2025)
An issue was discovered in the messagepack-rs crate through 2021-01-26 for Rust. deserialize_extension_others may read from uninitialized memory locations.
Attacker Value
Unknown

CVE-2021-45691

Disclosure Date: December 27, 2021 (last updated February 23, 2025)
An issue was discovered in the messagepack-rs crate through 2021-01-26 for Rust. deserialize_string may read from uninitialized memory locations.
Attacker Value
Unknown

CVE-2021-45690

Disclosure Date: December 27, 2021 (last updated February 23, 2025)
An issue was discovered in the messagepack-rs crate through 2021-01-26 for Rust. deserialize_binary may read from uninitialized memory locations.
Attacker Value
Unknown

CVE-2020-5234

Disclosure Date: January 31, 2020 (last updated February 21, 2025)
MessagePack for C# and Unity before version 1.9.11 and 2.1.90 has a vulnerability where untrusted data can lead to DoS attack due to hash collisions and stack overflow. Review the linked GitHub Security Advisory for more information and remediation steps.