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: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: Remote File Disclosure
Action: Patch Required
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 vulnerable 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 of 7.5 indicates moderate to high severity, and the EPSS score of less than 1% shows a low probability of exploitation at this time. The vulnerability still 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. This vulnerability is not listed in CISA KEV, and 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 31, 2026 at 13:25 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 31, 2026 at 13:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 31 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-918
References
Metrics threat_severity

None

threat_severity

Important


Wed, 26 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-22

Wed, 26 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
CWE-73
Metrics cvssV3_1

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

ssvc

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


Wed, 26 Aug 2026 03:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-22

Tue, 25 Aug 2026 20:15:00 +0000

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

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-26T12:51:16.017Z

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

Link: CVE-2026-19913

cve-icon Vulnrichment

Updated: 2026-08-26T12:50:53.435Z

cve-icon NVD

Status : Awaiting Analysis

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

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

Link: CVE-2026-19913

cve-icon Redhat

Severity : Important

Publid Date: 2026-08-25T16:21:05Z

Links: CVE-2026-19913 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T13:30:04Z

Weaknesses
  • CWE-20

    Improper Input Validation

  • CWE-73

    External Control of File Name or Path

  • CWE-918

    Server-Side Request Forgery (SSRF)