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

CVE-2024-28180 bug fix #237

Closed

Conversation

joannelynch92
Copy link

@joannelynch92 joannelynch92 commented Jun 11, 2024

Package jose aims to provide an implementation of the Javascript Object Signing and Encryption set of standards. An attacker could send a JWE containing compressed data that used large amounts of memory and CPU when decompressed by Decrypt or DecryptMulti. Those functions now return an error if the decompressed data would exceed 250kB or 10x the compressed size (whichever is larger). This vulnerability has been patched in versions 4.0.1, 3.0.3 and 2.6.3.

To make these changes I ran:
go get -u github.com/hewlettpackard/hpegl-provider-lib go clean -cache -modcache
go mod tidy

By bumping the version of hpegl-provider-lib, this also updates the version of go from 1.17 to 1.21

Package jose aims to provide an implementation of the Javascript Object Signing and Encryption set of standards. An attacker could send a JWE containing compressed data that used large amounts of memory and CPU when decompressed by Decrypt or DecryptMulti. Those functions now return an error if the decompressed data would exceed 250kB or 10x the compressed size (whichever is larger). This vulnerability has been patched in versions 4.0.1, 3.0.3 and 2.6.3.

To make these changes I ran:
go get -u github.com/hewlettpackard/hpegl-provider-lib
go clean -cache -modcache
go mod tidy
@joannelynch92 joannelynch92 marked this pull request as draft June 11, 2024 08:33
@mahesh-hpe
Copy link
Collaborator

This has been taken care, closing this pr

@mahesh-hpe mahesh-hpe closed this Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants