Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/DatanoiseTV/tinyice
  4. ›
  5. CVE-2026-45327

CVE-2026-45327: TinyIce: Missing authentication on WebRTC ingest endpoint allows unauthorized stream injection

May 18, 2026 (updated June 9, 2026)

TinyIce’s WebRTC source-ingest HTTP endpoint, POST /webrtc/source-offer?mount=<mount>, accepted any inbound WebRTC SDP offer with no authentication check. The handler routed the offer to WebRTCManager.HandleSourceOffer, which then accepted whatever audio/video tracks the peer published and broadcast them on the named mount as if they were the legitimate source.

The other ingest paths (POST /<mount> over HTTP/1 with the icecast SOURCE / PUT verb, RTMP, SRT) all require the per-mount source password, falling back to default_source_password from the config. The WebRTC ingest path didn’t.

References

  • github.com/DatanoiseTV/tinyice/commit/8067d6b
  • github.com/DatanoiseTV/tinyice/releases/tag/v2.5.0
  • github.com/DatanoiseTV/tinyice/security/advisories/GHSA-p7c4-8x34-8j8f
  • github.com/advisories/GHSA-p7c4-8x34-8j8f
  • nvd.nist.gov/vuln/detail/CVE-2026-45327

Code Behaviors & Features

Detect and mitigate CVE-2026-45327 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 0.8.95 before 2.5.0

Fixed versions

  • 2.5.0

Solution

Upgrade to version 2.5.0 or above.

Impact 8.2 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L

Learn more about CVSS

Weakness

  • CWE-306: Missing Authentication for Critical Function

Source file

go/github.com/DatanoiseTV/tinyice/CVE-2026-45327.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 23 Jun 2026 12:22:49 +0000.