Skip to content

fix(deps): update module github.com/pion/interceptor to v0.1.39 [security] #387

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/pion/interceptor v0.1.37 -> v0.1.39 age adoption passing confidence

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:

hasPadding (P-bit field) == true  &&  (padLen == 0 || padLen > packetLen – headerLen)

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 PacketFactory
  • 7914551 Update module github.com/pion/rtp to v1.8.18
  • bfb8425 Update module github.com/pion/rtp to v1.8.17
  • 0e794c4 Do not use cyrillic letter in error message
  • 4663196 Update module github.com/pion/rtp to v1.8.16

v0.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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Jun 9, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
github.com/pion/rtp v1.8.15 -> v1.8.18

@renovate renovate bot requested a review from a team as a code owner June 9, 2025 21:32
@renovate renovate bot changed the title Update module github.com/pion/interceptor to v0.1.39 [SECURITY] fix(deps): update module github.com/pion/interceptor to v0.1.39 [security] Jun 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants