UID2-7307 UID2-7308: fix form-data and ws CVEs (HIGH) across sub-packages#195
Merged
Conversation
…6-48779 (UID2-7307, UID2-7308) CVE-2026-12143 (HIGH): form-data multipart library vulnerability. Adds npm override form-data>=4.0.6 to each affected sub-package so all lock files resolve to the patched 4.0.6 release. CVE-2026-48779 (HIGH): ws WebSocket memory exhaustion DoS. Adds npm override ws>=7.5.11 to react-client-side sub-packages so all lock files resolve to 8.21.0.
CVE-2026-1615 (jsonpath Arbitrary Code Execution) was missing a Trivy exp: field despite having a comment expiry of 2026-03-19. Fix confirmed pending in upstream (latest: 1.3.0); setting exp:2026-09-16 to track.
swibi-ttd
approved these changes
Jun 16, 2026
swibi-ttd
approved these changes
Jun 16, 2026
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.
Summary
Fixes two HIGH severity vulnerabilities across all affected sub-packages:
CVE-2026-12143 — form-data multipart library vulnerability. Adds
form-data>=4.0.6npm override to 7 affected sub-packages; all lock files resolve to4.0.6.CVE-2026-48779 — ws WebSocket memory exhaustion DoS. Adds
ws>=7.5.11npm override to 2 react-client-side sub-packages; lock files resolve to8.21.0.Jira: UID2-7307, UID2-7308
Affected sub-packages
web-integrations/google-secure-signals/client-server— form-dataweb-integrations/google-secure-signals/server-side— form-dataweb-integrations/google-secure-signals/react-client-side— form-data, wsweb-integrations/javascript-sdk/client-server— form-dataweb-integrations/javascript-sdk/react-client-side— form-data, wsweb-integrations/prebid-integrations/client-server— form-dataweb-integrations/server-side— form-dataTest plan