The CERT/CC has identified two critical unpatched vulnerabilities in Kaltura's HTML5 video player that could enable remote attackers to steal files and execute malicious code.
- Two critical vulnerabilities identified as CVE-2026-19913 and CVE-2026-19912.
- Attackers can perform unauthenticated file reading and remote code execution (RCE).
- The root cause is unsafe deserialization in the mwEmbedLoader.php endpoint.
A significant cybersecurity threat has emerged following disclosures by the CERT Coordination Center (CERT/CC) regarding two unpatched vulnerabilities within the Kaltura HTML5 video player library. These flaws present a severe risk, as they allow a remote, unauthenticated attacker to perform highly sensitive operations on a target server.
The vulnerabilities, tracked under identifiers CVE-2026-19913 and CVE-2026-19912, originate from a fundamental security failure in the mwEmbed player. Specifically, the issue lies within the mwEmbedLoader.php endpoint, where unsafe deserialization allows malicious actors to inject commands that the server then executes as legitimate instructions.
Why This Matters
BozokMedia analysis shows that the impact of these vulnerabilities cannot be overstated. Because the flaws allow for both arbitrary file reading and remote code execution, an attacker could potentially pivot from a simple video playback request to a full-scale system compromise, exfiltrating sensitive user data or deploying ransomware across the network.
Unsafe deserialization remains one of the most potent vectors for remote code execution in modern web-based architectures.
The gravity of the situation is compounded by the fact that these vulnerabilities are currently unpatched. This means that organizations utilizing Kaltura's mwEmbed components are currently exposed to active exploitation risks without an immediate software fix available from the vendor.
Historical Background
Insecure deserialization has been a recurring theme in high-profile breaches over the last decade. It occurs when untrusted data is used to abuse the logic of an application, allowing attackers to manipulate the state of an object or execute arbitrary code, effectively turning a data-processing task into a weapon.
Frequently Asked Questions
Question 1: Is there an official patch available for these CVEs?
Answer: As of the latest report, these vulnerabilities remain unpatched by Kaltura.
Question 2: What is the primary cause of these vulnerabilities?
Answer: Both flaws stem from unsafe deserialization within the mwEmbedLoader.php endpoint.