[GHSA-5739-39v2-5754] PHP JWT Library: RSA1_5 (RSAES-PKCS1-v1_5) decryption lacks implicit rejection, exposing a Bleichenbacher/Marvin padding oracle#8630
Open
magnogaspar wants to merge 1 commit into
Conversation
Collaborator
|
Hi there @Spomky! A community member has suggested an improvement to your security advisory. If approved, this change will affect the global advisory listed at github.com/advisories. It will not affect the version listed in your project repository. This change will be reviewed by our Security Curation Team. If you have thoughts or feedback, please share them in a comment here! If this PR has already been closed, you can start a new community contribution for this advisory |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates
Comments
The
web-token/jwt-frameworkentry listed<= 4.1.6as affected with no patched version, while theweb-token/jwt-libraryentries in this same advisory correctly list 3.4.10, 4.0.7 and 4.1.7 as patched.web-token/jwt-frameworkis the pre-split package (and, in 4.x, a meta-package that pins the correspondingweb-token/jwt-libraryversion), so the same version ranges and patched versions apply to both package names. The maintainer's release notes list 3.4.10 as containing the fix for this advisory (implicit-rejection mitigation for RSA1_5 decryption).This change mirrors the existing
web-token/jwt-libraryranges ontoweb-token/jwt-framework:< 3.4.10→ patched3.4.10>= 4.0.0, < 4.0.7→ patched4.0.7>= 4.1.0, < 4.1.7→ patched4.1.7Same metadata issue as GHSA-3prj-6hqw-cm82, for which I've opened #8629. The open-ended
<= 4.1.6range with no patched version causes false positives in Dependabot and dependency-review-action for projects correctly resolved to patched 3.4.x versions (e.g. Magento / Adobe Commerce 2.4.8, which resolvesweb-token/jwt-frameworkto 3.4.10 and cannot reach 4.x without a platform upgrade).