CVE & CISA-KEV Catalog

CVE-2024-48924

UNSCORED

Description

### 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, 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 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 as follows: 1. Declare a class that derives from `MessagePackSecurity`. 2. Override the `GetHashCollisionResistantEqualityComparer<T>` method to provide a collision-resistant hash function of your own and avoid calling `base.GetHashCollisionResistantEqualityComparer<T>()`. 3. Configure a `MessagePackSerializerOptions` with an instance of your derived type by calling `WithSecurity` on an existing options object. 4. Use your custom options object for all deserialization operations. This may be by setting the `MessagePackSerializer.DefaultOptions` static property, if you call methods that rely on this default property, and/or by passing in the options object explicitly to any `Deserialize` method. ### References - Learn more about best security practices when reading untrusted data with MessagePack 1.x or MessagePack 2.x. - The .NET team's discussion on hash collision vulnerabilities of their `HashCode` struct. ### For more information If you have any questions or comments about this advisory: * Start a public discussion * [Email us privately](mailto:[email protected])

How to fix

No published remediation has been found for this vulnerability's affected products yet.

Mitigation guidance may be in the linked vendor advisories in the References section below.

CVSS v3.1 Vector

No CVSS vector data available.

Exploit Intelligence

0.36%probability of exploitation in 30 days
27thpercentile

Low risk: more likely to be exploited than 27% of all known CVEs.

References

Embed a live status badge for CVE-2024-48924
CVE-2024-48924 severity badge

Markdown

[![CVE-2024-48924](https://tridentstack.com/cve/badge/CVE-2024-48924.svg)](https://tridentstack.com/cve/CVE-2024-48924)

HTML

<a href="https://tridentstack.com/cve/CVE-2024-48924"><img src="https://tridentstack.com/cve/badge/CVE-2024-48924.svg" alt="CVE-2024-48924"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

Start free

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2024-10-18.