CTIPilot

Kaltura Server

product · product:kaltura-server single-source

Coverage timeline
1
first 2026-08-28 → last 2026-08-28
Peak priority
high
1 high
Sources cited
2
2 hosts
Sections touched
1
trending-vulnerabilities
Co-occurring entities
3
see Co-occurring entities below
ATT&CK techniques
1
pinned v19.2 · see below

Hunting pivots

Releases covered
Kaltura Server
ATT&CK techniques

ATT&CK techniques

1 technique observed across 1 entry, derived from entry metadata and body evidence, never asserted without a published entry behind it · pinned to MITRE ATT&CK v19.2 · compare on the matrix · Navigator layer (JSON)

Initial Access TA0001

T1190Exploit Public-Facing Application×1

Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network. The weakness in the system can be a software bug, a temporary glitch, or a misconfiguration.

Evidence: 2026-08-28/kaltura-mwembed-unauth-rce-file-read-no-patch · ATT&CK page ↗

Story timeline

  1. 2026-08-28Kaltura mwEmbed/html5lib video player: unauthenticated RCE and arbitrary file read via an undocumented ServiceUrl parameter; patched for legacy Player V2 after months of no vendor response, 630+ exposed instances found by the discoverer
    trending-vulnerabilitiesA single undocumented request parameter lets an unauthenticated visitor control what a shared, multi-tenant media platform fetches and deserializes

Where this entity is cited

  • trending-vulnerabilities1

Source distribution

  • anddone-git.github.io1 (50%)
  • kb.cert.org1 (50%)

Co-occurring entities

Derived: referenced by the same focused operational entries (weekly summaries and report roundups don't count); ×N counts the shared entries.

Entries about Kaltura Server (1)

2026-08-28 · view entry permalink →

HIGHCVE-2026-19912 +1updatedNATOB2

Kaltura mwEmbed/html5lib video player: unauthenticated RCE and arbitrary file read via an undocumented ServiceUrl parameter; patched for legacy Player V2 after months of no vendor response, 630+ exposed instances found by the discoverer

Two unauthenticated vulnerabilities exist in Kaltura's mwEmbed/html5lib video-player library, reachable at the mwEmbedLoader.php endpoint with no session, token or user interaction. The root cause is an undocumented ServiceUrl request parameter that lets the caller control the URL the server fetches data from: KalturaClientBase.php's doQueue() function concatenates it unchecked into a request URL with no origin or scheme validation, then feeds the fetched response through PHP's unserialize() with no signature check, origin check, or class allow-list.

CVE-2026-19913 (CVSS 9.1): supplying a file:// scheme in ServiceUrl makes the application fetch and attempt to deserialize an internal file's contents; failed-deserialization error messages reflect the raw file bytes back to the client, yielding arbitrary local file read. CVE-2026-19912 (CVSS 10.0): the uiconf_id request parameter is concatenated unsanitized into the on-disk cache-file destination path, "getFilePath() builds the on-disk destination by concatenating the cache base directory with a path derived from the uiconf_id request parameter, with no sanitisation" (AndDone (Gerjan Wemekamp), 2026-08-26), so path-traversal sequences in uiconf_id escape the cache directory; combined with the unchecked unserialize() above (PHP object injection), this reaches unauthenticated remote code execution when the default file-based cache backend is in use and PHP execution is not blocked in the cache directory.

The discoverer fully demonstrated the file-read path against a production bug-bounty target and the current codebase, and validated the full RCE chain end-to-end against a 2019-era Kaltura Server Docker image (14.12.0); the vulnerable code is confirmed unchanged in the current West-23.5.0 release, though no current-release container was available to re-run the full RCE demonstration against. The discoverer found 630+ indexed, internet-facing Kaltura instances via a search query. Disclosure attempts spanned personal email (23 March 2026), corporate email (13 April), LinkedIn escalation (23 May) and national CERT involvement (2 July); CERT/CC's advisory recorded at that point that it had been unable to reach the vendor to coordinate, a statement its 2026-08-28 revision replaced with the patch announcement (CERT/CC, VU#308749), and no vendor response or patch existed when this was first reported. Because Kaltura is frequently deployed as shared, multi-tenant CDN/hosting infrastructure, a single exposed mwEmbedLoader.php can put every tenant served by that shared host at risk. Kaltura's video platform is widely used by universities and research institutions for lecture capture and media hosting, a use case common across Swiss and EU academic institutions.

Triage: any inbound request to mwEmbedLoader.php carrying a ServiceUrl parameter with a non-http(s) scheme (file:// in particular), or a uiconf_id value containing path-traversal sequences (../, encoded variants), has no legitimate explanation, normal player-loading traffic never sets ServiceUrl to a local-file scheme or supplies a traversal-shaped uiconf_id. With no vendor fix available, WAF-level pattern blocking on those two parameter shapes is the only mitigation short of taking the endpoint offline entirely.

getFilePath() builds the on-disk destination by concatenating the cache base directory with a path derived from the uiconf_id request parameter, with no sanitisation

AndDone (Gerjan Wemekamp) 2026-08-26

Kaltura has released new patches to remediate these vulnerabilities in all affected legacy Player V2 versions.

CERT/CC 2026-08-26
Updaterun 2026-08-30T1312Z-audittitlesummarytagscvessourcing_noteevidencebodyupdated_at

Kaltura has released patches. CERT/CC updated VU#308749 on 2026-08-28 at 19:59 UTC, hours after this entry was published, and now states: "Kaltura has released new patches to remediate these vulnerabilities in all affected legacy Player V2 versions. Customers using legacy players, including self-hosted legacy player deployments (html5lib v2.x), should update to the patched version or, preferably, migrate to the newer and currently supported Kaltura Player V7 platform" (CERT/CC, VU#308749, updated 2026-08-28).

The same update narrows the affected estate, which this entry had left open: "only versions of the legacy player (Player V2) are vulnerable; these issues do not affect any versions of the currently supported Kaltura Player V7" (same advisory). So the scoping question for an institution running Kaltura is which player line its deployment sits on, not whether it is on a current server release, and self-hosted html5lib v2.x deployments are explicitly in scope. The 630+ internet-facing instances the discoverer found do not become safe by the patch existing; each still has to be updated or migrated.

vulnerability28 Aug 06:00Zsingle-sourceOpen finding ↗