SCA: security update for github.com/DatanoiseTV/tinyice (GHSA-p7c4-8x34-8j8f)

high Tenable Cloud Security Plugin ID 442041

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2026-45327)

Solution

Update the github.com/DatanoiseTV/tinyice library and its related packages to version 2.5.0 or later.

See Also

https://github.com/advisories/GHSA-p7c4-8x34-8j8f

Plugin Details

Severity: High

ID: 442041

Version: Revision 1.6

Type: Local

Family: SCA Checks

Published: 5/18/2026

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 3.5

Percentile: 51.97

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 8.5

Temporal Score: 6.3

Vector: CVSS2#AV:N/AC:L/Au:N/C:N/I:C/A:P

CVSS Score Source: CVE-2026-45327

CVSS v3

Risk Factor: High

Base Score: 8.2

Temporal Score: 7.1

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

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 5/18/2026

Vulnerability Publication Date: 5/18/2026

Reference Information

CVE: CVE-2026-45327

cwe: CWE-306