WP Frontend Submit CVE-2025-25133
HIGHSeverity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
4DescriptionCVE.org
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in NotFound WP Frontend Submit allows Cross-Site Scripting (XSS). This issue affects WP Frontend Submit: from n/a through 1.1.0.
AnalysisAI
Cross-site scripting (XSS) in WP Frontend Submit 1.1.0 and earlier allows remote attackers to execute arbitrary JavaScript in victim browsers via maliciously crafted input. The vulnerability features network-based attack vector with low complexity but requires user interaction, enabling attackers to modify page content and steal session tokens with changed security context (scope:changed). EPSS score of 0.09% (26th percentile) indicates very low automated exploitation probability, and no active exploitation or public POC has been identified at time of analysis.
Technical ContextAI
This vulnerability stems from improper neutralization of user input during web page generation (CWE-79), commonly known as stored or reflected XSS. WP Frontend Submit is a WordPress plugin that allows users to submit content via frontend forms. The plugin fails to adequately sanitize or encode user-supplied input before rendering it in web pages, enabling injection of malicious JavaScript. The scope:changed (S:C) metric in the CVSS vector indicates the vulnerability affects resources beyond the vulnerable component itself - typical of XSS where attacker-controlled code executes in the victim's browser context with access to cookies, session tokens, and DOM manipulation capabilities across the WordPress site's origin. The WordPress plugin ecosystem's reliance on developer-implemented input validation makes such vulnerabilities common when secure coding practices are not followed.
Affected ProductsAI
WP Frontend Submit WordPress plugin versions from the initial release through 1.1.0 are confirmed vulnerable based on NVD data. The CPE applicability range begins at an unspecified early version (n/a) and includes all releases up to and including version 1.1.0. Sites running this plugin in default or customized configurations with frontend submission forms enabled are affected. Patchstack vulnerability database entries at https://patchstack.com/database/wordpress/plugin/wp-frontend-submit/vulnerability/ provide additional technical details, though the referenced URL appears to contain path inconsistencies between 'wordpress/plugin' and 'Wordpress/Plugin' case variations.
RemediationAI
Upgrade WP Frontend Submit to version 1.1.1 or later if available, as version 1.1.0 is confirmed vulnerable and newer versions typically address reported security issues. Check the official WordPress plugin repository and vendor communications for the latest patched release. If immediate patching is not feasible, implement compensating controls: disable frontend submission functionality if not actively required for business operations (trade-off: breaks user-generated content workflows), restrict submission form access to authenticated trusted users only via WordPress role-based access controls (reduces but does not eliminate XSS risk as authenticated users can still be attackers), implement Content Security Policy headers with strict script-src directives to limit inline JavaScript execution (trade-off: may break legitimate plugin functionality requiring inline scripts - test thoroughly in staging), and enable Web Application Firewall rules targeting XSS patterns in POST parameters to submission endpoints. Consult Patchstack database entries at https://patchstack.com/database/wordpress/plugin/wp-frontend-submit/ for specific indicators of compromise and additional mitigation guidance, though verify URLs as reference links contain formatting inconsistencies.
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