๐Ÿ” CVE Alert

CVE-2026-45327

HIGH 8.2

TinyIce: Missing authentication on WebRTC ingest endpoint allows unauthorized stream injection

CVSS Score
8.2
EPSS Score
0.0%
EPSS Percentile
0th

TinyIce is a streaming server for audio and video. In versions 0.8.95 through 2.4.1, missing authentication on WebRTC ingest endpoint allows unauthenticated stream injection. Version 2.5.0 fixes the issue by requiring either HTTP Basic auth or a `?password=` query parameter, comparing the supplied password against the per-mount source password (or the `default_source_password` fallback) using bcrypt, hooking into the existing brute-force IP rate-limiter (5 failed attempts per IP within 15 minutes triggers a lockout), and rejecting requests for mounts in `disabled_mounts`. The same release also tightens an adjacent endpoint, `POST /admin/golive/chunk`, which previously required session authentication but did not verify the session user's per-mount access nor check the CSRF token.

CWE CWE-306
Vendor datanoisetv
Product tinyice
Published Jun 5, 2026
Last Updated Jun 5, 2026
Stay Ahead of the Next One

Get instant alerts for datanoisetv tinyice

Be the first to know when new high vulnerabilities affecting datanoisetv tinyice are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
Low

Affected Versions

DatanoiseTV / tinyice
>= 0.8.95, < 2.5.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/DatanoiseTV/tinyice/security/advisories/GHSA-p7c4-8x34-8j8f github.com: https://github.com/DatanoiseTV/tinyice/commit/8067d6b github.com: https://github.com/DatanoiseTV/tinyice/releases/tag/v2.5.0