Wordpress Plugin
CVE-2025-62926
MEDIUM
Severity by source
AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
3DescriptionCVE.org
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in HappyDevs TempTool [Show Current Template Info] current-template-name allows Stored XSS.This issue affects TempTool [Show Current Template Info]: from n/a through <= 1.3.1.
AnalysisAI
Stored cross-site scripting (XSS) in HappyDevs TempTool WordPress plugin version 1.3.1 and earlier allows authenticated attackers to inject malicious scripts that persist in the database and execute in the browsers of other users who view affected pages. The vulnerability exists in the [Show Current Template Info] functionality and affects the current-template-name component; exploitation requires an authenticated user with appropriate plugin permissions but can compromise all site visitors who interact with the injected content.
Technical ContextAI
This is a CWE-79 input validation flaw in a WordPress plugin that fails to properly sanitize or escape user-supplied data before storing and rendering it in web pages. The TempTool plugin's [Show Current Template Info] feature processes user input without adequate neutralization, allowing malicious JavaScript to be embedded in database records. When the plugin retrieves and displays this data via the current-template-name component, the unsanitized content is rendered directly in HTML context, causing browser interpretation of the injected script tags. WordPress plugins are particularly susceptible to such flaws when they use shortcodes or admin/frontend displays without leveraging WordPress sanitization functions like sanitize_text_field(), wp_kses_post(), or proper escaping via esc_html() and esc_attr().
Affected ProductsAI
HappyDevs TempTool WordPress plugin (current-template-name component) version 1.3.1 and all earlier releases are affected. The vulnerability was reported via Patchstack on the WordPress plugin security database. The exact CPE designation is not provided in available data, but the plugin is identified as a WordPress plugin installable via the official WordPress.org plugin repository or direct distribution.
RemediationAI
Users should update HappyDevs TempTool to the first patched version released after 1.3.1; check the Patchstack database and WordPress.org plugin page for the latest available version. If no patch is immediately available, administrators should restrict plugin access to trusted super-administrator users only, disable the [Show Current Template Info] shortcode/functionality if unused, or consider disabling the plugin until a patched release is available. For additional guidance and to verify patch availability, consult the Patchstack vulnerability database entry at https://patchstack.com/database/Wordpress/Plugin/current-template-name/. Ensure that any custom development using the plugin's code implements proper WordPress sanitization (sanitize_text_field()) on input and escaping (wp_kses_post(), esc_html()) on output.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today