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

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


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
  • PHPPHP
  • containerd-stress-debuginfo
NoYesApr 08, 2025
CVE-2025-49140HIGH7.5
  • IPFSIPFS
  • github.com/pion/interceptor
NoYesJun 09, 2025
CVE-2025-22869HIGH7.5
  • cAdvisorcAdvisor
  • docker-bash-completion
NoYesFeb 26, 2025
CVE-2025-22872MEDIUM6.5
  • cAdvisorcAdvisor
  • amazon-ssm-agent
NoYesApr 16, 2025
CVE-2025-22870MEDIUM4.4
  • cAdvisorcAdvisor
  • kubernetes-dashboard-web-fips
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