Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-45327
Published:June 05, 2026
Updated:June 07, 2026
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.
Affected Packages
https://github.com/DatanoiseTV/tinyice.git (GITHUB):
Affected version(s) >=v0.1.0 <v2.5.0
Fix Suggestion:
Update to version v2.5.0
github.com/DatanoiseTV/tinyice (GO):
Affected version(s) >=v0.8.95 <v2.5.0
Fix Suggestion:
Update to version v2.5.0
Do you need more information?
Contact Us
CVSS v4
Base Score:
8.8
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
HIGH
Vulnerable System Availability
LOW
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
8.2
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
HIGH
Availability
LOW
Weakness Type (CWE)
Missing Authentication for Critical Function
EPSS
Base Score:
0.07