chore(deps): update dependency @trpc/server to v11.8.0 [security] - #1030
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency @trpc/server to v11.8.0 [security]#1030renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
renovate
Bot
force-pushed
the
renovate/npm-trpc-server-vulnerability
branch
from
January 19, 2026 19:32
f827e94 to
8d47d83
Compare
renovate
Bot
force-pushed
the
renovate/npm-trpc-server-vulnerability
branch
from
February 2, 2026 20:56
8d47d83 to
bbfeaad
Compare
renovate
Bot
force-pushed
the
renovate/npm-trpc-server-vulnerability
branch
from
February 12, 2026 12:05
bbfeaad to
44e969e
Compare
renovate
Bot
force-pushed
the
renovate/npm-trpc-server-vulnerability
branch
from
March 5, 2026 20:39
44e969e to
3531b28
Compare
renovate
Bot
force-pushed
the
renovate/npm-trpc-server-vulnerability
branch
2 times, most recently
from
March 30, 2026 21:08
3531b28 to
5fbf4db
Compare
renovate
Bot
force-pushed
the
renovate/npm-trpc-server-vulnerability
branch
from
April 8, 2026 21:00
5fbf4db to
0e1a078
Compare
renovate
Bot
force-pushed
the
renovate/npm-trpc-server-vulnerability
branch
2 times, most recently
from
April 27, 2026 21:17
0e1a078 to
a83c724
Compare
renovate
Bot
force-pushed
the
renovate/npm-trpc-server-vulnerability
branch
from
May 12, 2026 12:51
a83c724 to
71719e9
Compare
renovate
Bot
force-pushed
the
renovate/npm-trpc-server-vulnerability
branch
from
May 28, 2026 16:13
71719e9 to
b018dd9
Compare
renovate
Bot
force-pushed
the
renovate/npm-trpc-server-vulnerability
branch
from
August 11, 2026 23:13
b018dd9 to
30eb6b8
Compare
renovate
Bot
force-pushed
the
renovate/npm-trpc-server-vulnerability
branch
from
August 26, 2026 20:53
30eb6b8 to
7bec6c8
Compare
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.
This PR contains the following updates:
11.5.0→11.8.0tRPC has possible prototype pollution in
experimental_nextAppDirCallerCVE-2025-68130 / GHSA-43p4-m455-4f4j
More information
Details
Summary
A Prototype Pollution vulnerability exists in
@trpc/server'sformDataToObjectfunction, which is used by the Next.js App Router adapter. An attacker can polluteObject.prototypeby submitting specially crafted FormData field names, potentially leading to authorization bypass, denial of service, or other security impacts.Affected Versions
@trpc/serverformDataToObject()insrc/unstable-core-do-not-import/http/formDataToObject.tsVulnerability Details
Root Cause
The
set()function informDataToObject.tsrecursively processes FormData field names containing bracket/dot notation (e.g.,user[name],user.address.city) to create nested objects. However, it does not validate or sanitize dangerous keys like__proto__,constructor, orprototype.Vulnerable Code
Attack Vector
When a user submits a form to a tRPC mutation using Next.js Server Actions, the
nextAppDirCalleradapter processes the FormData:An attacker can craft FormData with malicious field names:
When processed, this pollutes
Object.prototype:Proof of Concept
Test.js
Impact
Authorization Bypass (HIGH)
Many applications check user permissions using property access:
After pollution, all objects will have
isAdmin: "true", bypassing authorization.Denial of Service (MEDIUM)
Polluting commonly used property names can crash applications:
Severity
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:H/VA:L/SC:L/SI:H/SA:LReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Release Notes
trpc/trpc (@trpc/server)
v11.8.0Compare Source
What's Changed
v11.7.2Compare Source
What's Changed
New Contributors
Full Changelog: trpc/trpc@v11.7.1...v11.7.2
v11.7.1Compare Source
What's Changed
New Contributors
Full Changelog: trpc/trpc@v11.7.0...v11.7.1
v11.7.0Compare Source
What's Changed
Full Changelog: trpc/trpc@v11.6.0...v11.7.0
v11.6.0Compare Source
What's Changed
httpBatchStreamLinkin React Native "stream ends with TypeError" by @KATT in #6960New Contributors
Full Changelog: trpc/trpc@v11.5.1...v11.6.0
v11.5.1Compare Source
What's Changed
New Contributors
Full Changelog: trpc/trpc@v11.5.0...v11.5.1
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.