CVE-2026-19913
Awaiting Analysis
Awaiting Analysis - Queue
Local File Disclosure in Kaltura HTML5 Player
Vulnerability report for CVE-2026-19913, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-08-25
Last updated on: 2026-09-03
Assigner: CERT/CC
Description
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.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| kaltura | html5_player | From 2.0 (inc) to 3.0 (exc) |
| kaltura | html5_player | 2.45 |
| kaltura | html5_player | 2.103 |
| kaltura | html5_player | to 2.0 (exc) |
| kaltura | html5_player_library | 2.45 |
| kaltura | html5_player_library | 2.103 |
| kaltura | html5_player_library | to 2.45 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-20 | The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly. |
| CWE-73 | The product allows user input to control or influence paths or file names that are used in filesystem operations. |