Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[deps]: Update MessagePack to 2.5.187 [SECURITY] #3422

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 17, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
MessagePack (source) 2.5.124 -> 2.5.187 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2024-48924

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. If upgrading from v1, check out our migration guide.
  2. 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

For more information

If you have any questions or comments about this advisory:


Release Notes

MessagePack-CSharp/MessagePack-CSharp (MessagePack)

v2.5.187

Changes:

This list of changes was auto generated.

v2.5.172

What's Changed

Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v2.5.171...v2.5.172

v2.5.171

What's Changed

Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v2.5.168...v2.5.171

v2.5.168

What's Changed
New Contributors

Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v2.5.140...v2.5.168

v2.5.140

What's Changed
New Contributors

Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v2.5.129...v2.5.140

v2.5.129

What's Changed

Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v2.5.124...v2.5.129


Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner October 17, 2024 22:38
@renovate renovate bot force-pushed the renovate/nuget-messagepack-vulnerability branch from b7fb139 to 188e194 Compare October 18, 2024 07:24
@bitwarden-bot bitwarden-bot changed the title [deps]: Update MessagePack to 2.5.187 [SECURITY] [PM-13827] [deps]: Update MessagePack to 2.5.187 [SECURITY] Oct 18, 2024
@bitwarden-bot
Copy link

Internal tracking:

@renovate renovate bot changed the title [PM-13827] [deps]: Update MessagePack to 2.5.187 [SECURITY] [deps]: Update MessagePack to 2.5.187 [SECURITY] Oct 18, 2024
@renovate renovate bot force-pushed the renovate/nuget-messagepack-vulnerability branch 4 times, most recently from 478a8f9 to cb8489f Compare October 25, 2024 09:40
@renovate renovate bot force-pushed the renovate/nuget-messagepack-vulnerability branch from cb8489f to f61e763 Compare November 1, 2024 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant