fix(ui): patch React Server Components DoS vulnerability (GHSA-83fc-fqcc-2hmg)#9917
Merged
alejandrobailo merged 2 commits intomasterfrom Jan 29, 2026
Merged
Conversation
…qcc-2hmg) Upgrade React, React DOM, and Next.js to patched versions that address multiple denial of service vulnerabilities in React Server Components. Security advisory: GHSA-83fc-fqcc-2hmg Changes: - React: 19.2.3 → 19.2.4 - React DOM: 19.2.3 → 19.2.4 - Next.js: 16.1.3 → 16.1.6 - @next/third-parties: 16.1.3 → 16.1.6 - @next/eslint-plugin-next: 16.1.3 → 16.1.6 - eslint-config-next: 16.1.3 → 16.1.6 - Updated pnpm overrides for React peer dependencies Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Contributor
|
✅ All necessary |
Contributor
|
✅ Conflict Markers Resolved All conflict markers have been successfully resolved in this pull request. |
Contributor
🔒 Container Security ScanImage: ✅ No Vulnerabilities DetectedThe container image passed all security checks. No known CVEs were found.📋 Resources:
|
Alan-TheGentleman
approved these changes
Jan 29, 2026
Hamza-abughazaleh
pushed a commit
to Raed-sh/prowler
that referenced
this pull request
Feb 11, 2026
…qcc-2hmg) (prowler-cloud#9917) Co-authored-by: Claude Opus 4.5 <noreply@anthropic.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.
Context
Security patch to address DoS vulnerabilities in React Server Components (GHSA-83fc-fqcc-2hmg).
Description
react-server-dom-*packages)@next/third-parties,@next/eslint-plugin-next,eslint-config-nextSteps to review
ui/package.jsonversion changes match the security advisory requirementspnpm install && pnpm run typecheckto confirm no type errorspnpm run buildto verify production build succeedscat node_modules/react/package.json | grep versionChecklist
Community Checklist
SDK/CLI
UI
API
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.