VYPR

Mediawiki Extensions Embedvideo

by StarCitizenWiki

Source repositories

CVEs (2)

  • CVE-2026-55692higJun 19, 2026
    risk 0.38cvss epss

    ### Summary With $wgEmbedVideoRequireConsent enabled (the default), the urls for videos are stored in a json-ified data attribute`data-mw-iframeconfig`. When given a malformed url or id, the data-mw-iframeconfig attribute can be escaped via single quotes, allowing for…

  • CVE-2026-55691higJun 19, 2026
    risk 0.38cvss epss

    ### Summary The user supplied class value is fed directly into the sprintf call that creates HTML. You can add a quote to escape the class and then inject arbitrary html/javascript to the final output. ### Details The template [here](https://github.com/StarCitizenWiki/mediawiki-…