[9.4] fix(deps): pin PyJWT to 2.13.0 for CVE-2026-48526 (#4183)#4196
Merged
Conversation
## Closes elastic/security#12524 (CVE-2026-48526) Pins transitive `PyJWT` (via `msal` / `gidgethub`) to `2.13.0` so 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. `gidgethub` only `jwt.encode`s GitHub App JWTs (RS256); `msal` uses `jwt.encode` for client assertions. Pin is for SBOM hygiene. ### Scanner A/B (`CVE-2026-48526`) | Tool | Before | After | |------|--------|-------| | pip-audit | reported | clear | | Trivy | reported | clear | | Snyk | reported | clear | ## Checklists #### Pre-Review Checklist - [x] this PR does NOT contain credentials of any kind, such as API keys or username/passwords (double check `config.yml.example`) - [x] this PR has a meaningful title - [x] this PR links to all relevant github issues that it fixes or partially addresses - [x] this PR has a thorough description - [x] Covered the changes with automated tests - [x] Tested the changes locally - [x] Added a label for each target release version (example: `v7.13.2`, `v7.14.0`, `v8.0.0`) - [x] For bugfixes: backport safely to all minor branches still receiving patch releases - [ ] Considered corresponding documentation changes - [ ] Contributed any configuration settings changes to the configuration reference - [ ] if you added or changed Rich Configurable Fields for a Native Connector, you made a corresponding PR in [Kibana](https://github.com/elastic/kibana/blob/main/packages/kbn-search-connectors/types/native_connectors.ts) #### Changes Requiring Extra Attention - [x] Security-related changes (encryption, TLS, SSRF, etc) - [ ] New external service dependencies added. ## Release Note Pin PyJWT to 2.13.0 to address CVE-2026-48526 in dependency scans. Made with [Cursor](https://cursor.com) Co-authored-by: Cursor <cursoragent@cursor.com>
entsearchmachine
approved these changes
Jul 16, 2026
13 tasks
Jan-Kazlouski-elastic
enabled auto-merge (squash)
July 16, 2026 21:11
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.
Backports the following commits to 9.4: