CVE Catalog

CVE-2026-55690

HighCVSS 7.5
Published: Translated: NVD NIST

Summary

The EmbedVideo extension for MediaWiki prior to 4.1.0 interpolates an attacker-controlled unknown service name into exception text, then returns that text as HTML without neutralization. Both the #ev parser function and the evl parser form can reach this error path.

Risk Assessment

A user able to edit a wiki page can inject stored HTML or JavaScript into the error output, causing code execution in the wiki origin for visitors. This leads to session hijacking or other actions on behalf of victims.

Recommendation

Upgrade the EmbedVideo extension to version 4.1.0 or later. Until then, consider restricting wiki page edit permissions.

Other vulnerabilities in EmbedVideo Extension

See all
Original NVD description (English source)

The EmbedVideo Extension is a MediaWiki extension which adds a parser function called #ev and various parser tags for embedding video clips from various video sharing services. Prior to 4.1.0, EmbedServiceFactory::newFromName in includes/EmbedService/EmbedServiceFactory.php interpolates an attacker-controlled unknown service name into exception text, and includes/EmbedVideo.php returns that text as HTML through the isHtml output path without neutralization. Both the #ev parser function and the evl parser form can reach this error path. A user able to edit a wiki page can inject stored HTML or JavaScript into the error output, causing code to execute in the wiki origin for visitors who render the page. This issue is fixed in version 4.1.0.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS