fix(deps): update module github.com/pion/interceptor to v0.1.39 [security] #387
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:
v0.1.37
->v0.1.39
GitHub Vulnerability Alerts
CVE-2025-49140
Impact
Pion Interceptor versions v0.1.36 through v0.1.38 contain a bug in a RTP packet factory that can be exploited to trigger a panic with Pion based SFU via crafted RTP packets, This only affect users that use pion/interceptor.
Patches
Upgrade to v0.1.39 or later, which includes PR #338 which validates that:
padLen > 0 && padLen <= payloadLength
and return error on overflow, avoiding panic.If upgrading is not possible, apply the patch from the pull request manually or drop packets whose P-bit is set but whose padLen is zero or larger than the remaining payload.
Workarounds
At the application layer, reject any RTP packet where:
before passing it to Pion’s packet factories.
References
Commit fixing the bug: pion/interceptor@fa5b35e
Pull request: https://github.com/pion/interceptor/pull/338
Issue: https://github.com/pion/webrtc/issues/3148
Release Notes
pion/interceptor (github.com/pion/interceptor)
v0.1.39
Compare Source
Changelog
fa5b35e
Fix padding overflow with PacketFactory7914551
Update module github.com/pion/rtp to v1.8.18bfb8425
Update module github.com/pion/rtp to v1.8.170e794c4
Do not use cyrillic letter in error message4663196
Update module github.com/pion/rtp to v1.8.16v0.1.38
Compare Source
What's Changed
New Contributors
Full Changelog: pion/interceptor@v0.1.37...v0.1.38
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.