---
id: CVE-2026-57440
title: >-
  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
summary: >-
  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, with $wgEmbedVideoRequireConsent
  disabled (n…
severity: high
cvss: 7.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'
cwe:
  - CWE-79
  - CWE-80
vendor: StarCitizenWiki
product: mediawiki-extensions-EmbedVideo
affected:
  - mediawiki-extensions-EmbedVideo < 4.1.0
published: '2026-09-24'
updated: '2026-09-24'
sourceUpdated: '2026-09-24T19:17:14.630'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-57440'
references:
  - url: >-
      https://github.com/StarCitizenWiki/mediawiki-extensions-EmbedVideo/commit/370156335b325bb81d14d89edf0a1f2643d50a84
    label: security-advisories@github.com
  - url: >-
      https://github.com/StarCitizenWiki/mediawiki-extensions-EmbedVideo/security/advisories/GHSA-v65j-hff3-753c
    label: security-advisories@github.com
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-57440'
  - url: 'https://github.com/advisories/GHSA-v65j-hff3-753c'
tags:
  - nvd
  - cve.org
  - ghsa
  - composer
ingestedAt: '2026-09-24T19:50:30.715Z'
aliases:
  - GHSA-v65j-hff3-753c
ecosystem: composer
patched:
  - starcitizenwiki/embedvideo 4.1.0
---

## Overview

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, with $wgEmbedVideoRequireConsent disabled (not the default), the urls for videos are passed into an iframe src attribute without sanitization. When given a malformed url or id, the src attribute can be escaped via double quotes, allowing for html/javascript injection. Version 4.1.0 contains a patch.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-57440)

Affected packages:

- `starcitizenwiki/embedvideo <= 4.0.0`

Patched in:

- `starcitizenwiki/embedvideo 4.1.0`

Source: https://github.com/advisories/GHSA-v65j-hff3-753c
