fix(deps): pin PyJWT to 2.13.0 for CVE-2026-48526#4183
Merged
Jan-Kazlouski-elastic merged 3 commits intoJul 16, 2026
Conversation
Pin the transitive PyJWT dependency (via msal/gidgethub) to the fixed release so SBOMs resolve past the algorithm-confusion advisory. Refs elastic/security#12524 Co-authored-by: Cursor <cursoragent@cursor.com>
erikcurrin-elastic
approved these changes
Jul 16, 2026
Jan-Kazlouski-elastic
enabled auto-merge (squash)
July 16, 2026 19:26
This was referenced Jul 16, 2026
💔 Failed to create backport PR(s)
Successful backport PRs will be merged automatically after passing CI. To backport manually run: |
Jan-Kazlouski-elastic
added a commit
that referenced
this pull request
Jul 16, 2026
Backports the following commits to 9.3: - fix(deps): pin PyJWT to 2.13.0 for CVE-2026-48526 (#4183) Co-authored-by: Jan-Kazlouski-elastic <jan.kazlouski@elastic.co> Co-authored-by: Cursor <cursoragent@cursor.com>
Jan-Kazlouski-elastic
added a commit
that referenced
this pull request
Jul 16, 2026
Backports the following commits to 9.4: - fix(deps): pin PyJWT to 2.13.0 for CVE-2026-48526 (#4183) Co-authored-by: Jan-Kazlouski-elastic <jan.kazlouski@elastic.co> Co-authored-by: Cursor <cursoragent@cursor.com>
Jan-Kazlouski-elastic
added a commit
that referenced
this pull request
Jul 16, 2026
Backports the following commits to 9.5: - fix(deps): pin PyJWT to 2.13.0 for CVE-2026-48526 (#4183) Co-authored-by: Jan-Kazlouski-elastic <jan.kazlouski@elastic.co> Co-authored-by: Cursor <cursoragent@cursor.com>
Jan-Kazlouski-elastic
added a commit
that referenced
this pull request
Jul 17, 2026
Backports the following commits to 8.19: - fix(deps): pin PyJWT to 2.13.0 for CVE-2026-48526 (#4183) Made with [Cursor](https://cursor.com) Co-authored-by: Cursor <cursoragent@cursor.com>
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.
Closes https://github.com/elastic/security/issues/12524
(CVE-2026-48526)
Pins transitive
PyJWT(viamsal/gidgethub) to2.13.0so SBOMs resolve past the algorithm-confusion advisory (public-key JWK accepted as HMAC secret when mixed algorithm families are allowed).Not affected: connectors never calls
jwt.decode/ mixed-family verification.gidgethubonlyjwt.encodes GitHub App JWTs (RS256);msalusesjwt.encodefor client assertions. Pin is for SBOM hygiene.Scanner A/B (
CVE-2026-48526)Checklists
Pre-Review Checklist
config.yml.example)v7.13.2,v7.14.0,v8.0.0)Changes Requiring Extra Attention
Release Note
Pin PyJWT to 2.13.0 to address CVE-2026-48526 in dependency scans.
Made with Cursor