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.
Published: 2026-08-25
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Remote Code Execution
Action: Immediate Patch
AI Analysis

Impact

The vulnerable component is Kaltura's HTML5 Player, specifically the mwEmbedLoader.php endpoint, which accepts a ServiceUrl parameter whose response is passed directly to PHP's unserialize() function. The deserialized object's fields are used to build a cache directory path derived from an attacker‑supplied uiconf_id value without proper validation. Because the resulting path is not sanitized, an attacker can embed directory traversal or absolute path elements to write arbitrary files into web‑exposed locations. Writing a PHP file that is subsequently executed by the web server gives the attacker full control over the server as the web‑server user. This flaw therefore constitutes a remote‑code‑execution vulnerability that requires no authentication.

Affected Systems

The vulnerability affects Kaltura's HTML5 Video Player and its html5 library. All releases of the library in the 2.x series up to and including v2.103, and any earlier v2.x releases that expose the mwEmbed endpoint, are impacted. No specific CPE strings were provided in the data.

Risk and Exploitability

The flaw carries a high risk because it is unauthenticated and network‑based. An attacker only needs to send a crafted HTTP request containing a controlled ServiceUrl to the vulnerable endpoint to trigger a loss of file‑write control. The EPSS score of less than 1% indicates a low but non‑zero exploitation probability, and the vulnerability is not listed in CISA's Known Exploited Vulnerabilities (KEV) catalog as of the latest data. Nonetheless, the nature of the weakness—unrestricted file write leading to code execution—is well understood to be exploitable with minimal effort when the web application is accessible to the untrusted network. The likely attack vector is a direct HTTP request to the mwEmbedLoader endpoint from an external or internal network.

Generated by OpenCVE AI on September 2, 2026 at 07:07 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Kaltura HTML5 Player to the latest release available.
  • Configure the web server or application firewall to reject or strictly control the ServiceUrl parameter, ensuring only trusted endpoints are allowed.
  • Move the cache directory used by mwEmbedLoader outside the web‑root or set its permissions to non‑executable and read‑only for web traffic.

Generated by OpenCVE AI on September 2, 2026 at 07:07 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Wed, 02 Sep 2026 08:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Wed, 02 Sep 2026 00:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-502

Tue, 01 Sep 2026 22:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Tue, 25 Aug 2026 22:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
CWE-22
CWE-502

Tue, 25 Aug 2026 18:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
CWE-502

Tue, 25 Aug 2026 17:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
CWE-502

Tue, 25 Aug 2026 16:45:00 +0000

Type Values Removed Values Added
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.
Title CVE-2026-19912
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: certcc

Published:

Updated: 2026-09-01T18:23:56.204Z

Reserved: 2026-08-14T20:07:50.299Z

Link: CVE-2026-19912

cve-icon Vulnrichment

Updated: 2026-09-01T18:23:52.760Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-25T17:17:07.263

Modified: 2026-09-03T17:38:29.613

Link: CVE-2026-19912

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T07:15:04Z

Weaknesses
  • CWE-20

    Improper Input Validation

  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')