SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-19912

CRITICAL · CVSS 9.8 EPSS 0.59% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-25 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The Kaltura HTML5 player is vulnerable to unauthenticated remote code execution due to unsafe data deserialization and improper filesystem path handling in mwEmbedLoader.php. An attacker can exploit this flaw to write arbitrary files to web-accessible locations, potentially executing code with the privileges of the web server user. Organizations using affected versions of the Kaltura HTML5 player should prioritize patching this vulnerability to mitigate the risk of exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
remote code execution code execution

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-19912
Severity
CRITICAL
CVSS
9.8
EPSS
0.59%

Original NVD Description

The Kaltura HTML5 player (mwEmbed / html5lib) contains an unauthenticated remote code execution vulnerability caused by unsafe data deserialization and unsanitized filesystem path construction. mwEmbedLoader.php accepts a user‑controlled ServiceUrl, whose response is passed to unserialize(), and the resulting object’s fields are written to a cache path derived from attacker‑supplied uiconf_id without proper path validation. An attacker can write arbitrary files into web‑accessible locations and achieve code execution as the webserver user. Affected versions include html5lib v2.45, v2.103 and earlier, and other v2.x releases exposing the vulnerable endpoint.