The CVSS 7.8 / EPSS 0.00284 gap on this vulnerability is analytically significant and worth treating as a signal, not noise. A 7.8 typically demands urgency, yet EPSS places exploitation probability in the bottom 3% at this severity level. For rtpsbcdepay specifically, the depayloader context explains this: RTP processing lives in media servers, transcoding pipelines, VoIP infrastructure, and video conferencing backends — high-value targets but often protected by network segmentation and less exposed than client-facing components. The question is whether this vulnerability opens a path from a media processing node to adjacent systems with richer trust relationships — recording paths, session credentials, downstream distribution sockets, sometimes billing databases. That context determines whether this is a constrained issue or a network-adjacent pivot point worth significant investment.

The ZDI-CAN identifier indicates this was found through organized vulnerability research, not incidental discovery. ZDI runs systematic fuzzing campaigns against stateful protocol parsers precisely because automated testing finds bugs that human review misses. If ZDI found this, others may have too — and the disclosure window before patch availability creates a meaningful exposure period. More importantly, RTP depayloader UAFs cluster historically. When one surfaces, similar bugs in adjacent depayloaders (rtpmp4gdepay, rtph264depay, and peers) tend to emerge within 12-18 months as researchers apply the same fuzzing templates. This isn't speculative — it's a consistent pattern that means patching rtpsbcdepay without auditing other depayloaders leaves known exposure.

The vague 'interaction required' language is itself informative. Vendors typically use precise language when certain about scope; vague language often means internal testing didn't fully characterize the surface — or that the vendor constrained disclosure for strategic reasons. Either way, treat the stated exploitability as a floor, not a ceiling. For deployments processing external RTP streams, the interaction bar may already be crossed by passive packet receipt.

Prioritize patching media-facing GStreamer instances that ingest untrusted RTP input, then audit all other depayloaders in the same pipeline. The low EPSS reflects current weaponization rarity, not future potential — those are separate questions that historical precedent consistently decouples.