Register for the AI for Security Summit: Join Figma, Perplexity & Wiz

CVE-2025-49140
IPFS vulnerability analysis and mitigation

Overview

Pion Interceptor, a framework for building RTP/RTCP communication software, contains a critical vulnerability (CVE-2025-49140) affecting versions v0.1.36 through v0.1.38. The vulnerability exists in the RTP packet factory component where improper handling of RTP padding can be exploited to trigger a panic in Pion-based SFU (Selective Forwarding Unit) systems via crafted RTP packets (GitHub Advisory).

Technical details

The vulnerability stems from insufficient validation of padding length in RTP packets. When processing packets with the P-bit set, the code fails to properly validate that the padding length is both greater than zero and less than or equal to the payload length. This oversight can lead to a buffer overflow condition, ultimately resulting in a panic. The vulnerability has been assigned a CVSS v3.1 base score of 7.5 (HIGH) with a vector string of CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H, indicating it can be exploited remotely with no special privileges or user interaction required (GitHub Advisory, Wiz).

Impact

The primary impact of this vulnerability is a Denial of Service (DoS) condition. When successfully exploited, it can cause Pion-based SFU systems to crash, disrupting communication services. The vulnerability specifically affects availability while maintaining confidentiality and integrity of the system (Wiz).

Exploitability

The vulnerability can be exploited remotely by sending specially crafted RTP packets to a Pion-based SFU system. The attack requires no authentication or special privileges, making it relatively easy to exploit. The issue only affects users that use pion/interceptor (GitHub Advisory).

Mitigation and workarounds

Users should upgrade to Pion Interceptor version v0.1.39 or later, which includes validation checks ensuring padLen > 0 && padLen <= payloadLength and returns an error on overflow instead of panicking. For those unable to upgrade immediately, a workaround is available: reject any RTP packet where hasPadding (P-bit field) is true AND (padLen == 0 || padLen > packetLen – headerLen) before passing it to Pion's packet factories. Alternatively, users can manually apply the patch from pull request #338 (GitHub Advisory, Wiz).

Additional resources

Linux Distribution fix status

Fix availability across major Linux distributions and their releases.

Debian

Fixed

bookworm

golang-github-pion-interceptor

Fixed

sid

golang-github-pion-interceptor

Fixed

trixie

golang-github-pion-interceptor

Fixed

Ubuntu

Unknown

devel

golang-github-pion-interceptor

Unknown

noble

golang-github-pion-interceptor

Unknown

noble (esm-apps)

golang-github-pion-interceptor

Unknown

resolute

golang-github-pion-interceptor

Unknown

resolute (esm-apps)

golang-github-pion-interceptor

Unknown

SourceThis report was generated using AI

Related IPFS vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2025-22871CRITICAL9.1
  • PHP logoPHP
  • flux-helm-controller
NoYesApr 08, 2025
CVE-2025-47908HIGH7.5
  • Grafana logoGrafana
  • golang-github-prometheus-alertmanager
NoYesAug 06, 2025
CVE-2025-49140HIGH7.5
  • IPFS logoIPFS
  • github.com/pion/interceptor
NoYesJun 09, 2025
CVE-2025-22872MEDIUM6.5
  • cAdvisor logocAdvisor
  • helm-3
NoYesApr 16, 2025
CVE-2025-22870MEDIUM4.4
  • Go logoGo
  • consul-fips-1.19
NoYesMar 12, 2025

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management