Description
The Kaltura HTML5 player (mwEmbed / html5lib) contains a local file disclosure vulnerability due to improper validation of the ServiceUrl parameter in mwEmbedLoader.php. This parameter is used as the base URL for a backend request and accepts non‑HTTP schemes such as file://. When an exception or error occurs, the response is subsequently deserialized and its raw contents are reflected to the client in an error message; this enables an unauthenticated, remote attacker to read any arbitrary internal file reachable by the server. Affected versions include html5lib v2.45, v2.103 and earlier, and other v2.x releases exposing the vulnerable endpoint.
Published: 2026-08-25
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Kaltura HTML5 player implements the ServiceUrl parameter in mwEmbedLoader.php without proper validation. The parameter serves as the base URL for backend requests and accepts non‑HTTP schemes such as file://. When an exception occurs, the raw exception content is reflected to the client in an error message. This mechanism allows an unauthenticated, remote attacker to read any internal file reachable by the server, exposing sensitive configuration or code. The weakness aligns with the CWE principles of improper input validation and information exposure.

Affected Systems

Affected are the Kaltura HTML5 Video Player and its underlying html5lib library. Vulnerable releases include html5lib v2.45, v2.103 and earlier, and other v2.x releases that expose the mwEmbedLoader.php endpoint. No patch details are provided in the CVE entry, so any version retaining the same code path remains susceptible.

Risk and Exploitability

The CVSS score is not disclosed, and the EPSS data is unavailable. However, the vulnerability permits reading arbitrary files on the host, representing a high confidentiality impact and a full remote attack surface. The attack vector is purely remote via crafted ServiceUrl payloads; authentication is not required. While no active exploits are listed, the potential for misuse is significant and the lack of mitigated error handling amplifies the risk.

Generated by OpenCVE AI on August 25, 2026 at 17:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Kaltura HTML5 Player / html5lib to a release newer than v2.103 that has removed the vulnerable ServiceUrl handling.
  • Configure the application to validate the ServiceUrl parameter, allowing only http and https schemes and rejecting other protocols such as file://.
  • Modify the error handling path to sanitize or suppress raw exception data from being returned to the client, ensuring that private file contents are not exposed in error messages.

Generated by OpenCVE AI on August 25, 2026 at 17:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

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

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

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

Type Values Removed Values Added
Description The Kaltura HTML5 player (mwEmbed / html5lib) contains a local file disclosure vulnerability due to improper validation of the ServiceUrl parameter in mwEmbedLoader.php. This parameter is used as the base URL for a backend request and accepts non‑HTTP schemes such as file://. When an exception or error occurs, the response is subsequently deserialized and its raw contents are reflected to the client in an error message; this enables an unauthenticated, remote attacker to read any arbitrary internal file reachable by the server. Affected versions include html5lib v2.45, v2.103 and earlier, and other v2.x releases exposing the vulnerable endpoint.
Title CVE-2026-19913
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: certcc

Published:

Updated: 2026-08-25T16:36:42.889Z

Reserved: 2026-08-14T20:08:01.555Z

Link: CVE-2026-19913

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-25T17:17:09.163

Link: CVE-2026-19913

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-25T17:30:07Z

Weaknesses
  • CWE-20

    Improper Input Validation

  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor