CVE-2026-14935: Gstreamer: gstreamer: webrtcbin accepts remote sdp without a=fingerprint due to inverted presence check

Published Jul 7, 2026
·
Updated

A logic vulnerability was found in GStreamer's webrtcbin component (gst-plugins-bad). The checksdpcrypto() function in webrtcsdp.c contains an inverted boolean condition at lines 128-134 that causes it to accept remote SDP offers or answers that lack the required a=fingerprint attribute, while incorrectly rejecting those that include it.

The check reads: if (!ISEMPTYSDPATTRIBUTE(messagefingerprint) && !ISEMPTYSDPATTRIBUTE(mediafingerprint)) Which means: if BOTH fingerprints ARE present, reject. The correct logic should reject when both are ABSENT.

File: subprojects/gst-plugins-bad/ext/webrtc/webrtcsdp.c Function: checksdpcrypto()

An attacker who can intercept and modify the WebRTC signaling channel can remove a=fingerprint attributes from SDP messages. The vulnerable webrtcbin will accept the modified SDP, bypassing the RFC 8122 fingerprint-to-DTLS-certificate binding. This weakens defenses against man-in-the-middle attacks on media streams.

Practical impact is limited: exploitation requires MITM on the signaling channel (typically TLS-protected), and the DTLS layer may still independently validate certificates. This is a defense-in-depth bypass, not a complete cryptographic break.

Affected: GStreamer gst-plugins-bad (reproduced on 1.28.3 and current main) Fixed: Planned for GStreamer 1.28.5 Fix MR: https://gitlab.freedesktop.org/gstreamer/gstreamer-security/-/mergerequests/98 Upstream issue: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/workitems/5171 (confidential)

Reporter: Clouditera Security; Z.ai Security; NSFOCUS PSIRT Ticket: PSIRTSUPT-19091

Other sources

A logic vulnerability was found in GStreamer's webrtcbin component. The checksdpcrypto() function contains an inverted boolean condition that causes it to accept remote SDP offers or answers that lack the required a=fingerprint attribute, while incorrectly rejecting those that include it. An attacker with the ability to intercept and modify WebRTC signaling messages could exploit this to bypass the SDP-level DTLS certificate fingerprint binding, weakening defenses against man-in-the-middle attacks on media streams.

MITRE

Affected Software

2 affected components
GStreamer gst-plugins-bad webrtcbin=1.28.3
GStreamer gst-plugins-bad webrtcbin<1.28.5

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade GStreamer gst-plugins-bad (webrtcbin) to a version that resolves this vulnerability.

    Fixed in 1.28.5Patch PSIRTSUPT-19091
  2. Configuration

    Update the inverted boolean condition in _check_sdp_crypto() so the function rejects remote SDP offers/answers when both required a=fingerprint attributes are absent (correct logic: if BOTH fingerprints are present, reject; the vulnerable code accepts SDP lacking a=fingerprint due to inverted presence check at lines 128-134).

    GStreamer webrtcbin (gst-plugins-bad) subprojects/gst-plugins-bad/ext/webrtc/webrtcsdp.c (_check_sdp_crypto()) SDP attribute presence check for a=fingerprint (message_fingerprint and media_fingerprint) = reject remote SDP when both fingerprints are ABSENT

Event History

Jul 7, 2026
Data Sourced
via Red Hat·11:26 AM
DescriptionSeverityAffected Software
CVE Published
via MITRE·03:37 PM
Data Sourced
via MITRE·03:37 PM
DescriptionSeverityWeakness
Data Sourced
via NVD·04:16 PM
DescriptionSeverityWeakness
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-14935?

CVE-2026-14935 has a severity rating of low, with a score of 3.7.

2

What is the risk associated with CVE-2026-14935?

CVE-2026-14935 has a risk rating of 20, indicating a potential impact.

3

How does CVE-2026-14935 affect GStreamer webrtcbin?

CVE-2026-14935 affects GStreamer webrtcbin by allowing the acceptance of remote SDP offers without the required a=fingerprint attribute.

4

How do I fix CVE-2026-14935?

To fix CVE-2026-14935, update GStreamer to the latest version that addresses the vulnerability.

5

What component of GStreamer is impacted by CVE-2026-14935?

CVE-2026-14935 impacts the webrtcbin component within GStreamer.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203