CVE-2025-12667 MEDIUM

CVE-2025-12667: GitHub Gist Shortcode Plugin <= 0.2 - Authenticated (Contributor+) Stored Cross-Site Scripting

Vendor Paul1999
Product GitHub Gist Shortcode Plugin
Weakness CWE-79 · XSS
Published November 11, 2025
Last update April 8, 2026

CVSS base score

6.4/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality Low
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N

What the vulnerability does

01Description

The GitHub Gist Shortcode Plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'id' parameter of the 'gist' shortcode in all versions up to, and including, 0.2 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

Explanation of Vulnerability in Simple Terms

02Summary

The GitHub Gist Shortcode Plugin for WordPress versions 0.2 and earlier contains a cross-site scripting (XSS) vulnerability. An attacker with low-level site access can inject malicious scripts that execute in other users' browsers, potentially stealing session tokens or modifying page content. The vulnerability affects the plugin's shortcode processing and has scope impact, meaning the attack can extend beyond the vulnerable component.

What an attacker can do

03Attacker Capabilities

Inject malicious JavaScript that runs in other users' browsers when they view affected pages.

Potential impact on your site

04Site Impact

Visitors and administrators may have their sessions hijacked or see malicious content injected into pages.

Conditions required to exploit

05Prerequisites

Attacker needs a low-privilege WordPress account (subscriber or contributor level) and network access to the site.

Key dates

06Disclosure timeline

November 11, 2025 CVE published
April 8, 2026 Record updated