WordPress
CVE-2025-14467
MEDIUM
Severity by source
AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N
Lifecycle Timeline
2DescriptionCVE.org
The WP Job Portal plugin for WordPress is vulnerable to Stored Cross-Site Scripting in all versions up to, and including, 2.4.4. This is due to the plugin explicitly whitelisting the <script> tag in its WPJOBPORTAL_ALLOWED_TAGS configuration and using insufficient input sanitization when saving job descriptions. This makes it possible for authenticated attackers, with Editor-level access and above, to inject arbitrary web scripts into job description fields via the job creation/editing interface. These scripts will execute whenever a user accesses an injected page, enabling session hijacking, credential theft, and other malicious activities.This only impacts multi-site installations, or those with unfiltered_html disabled.
AnalysisAI
Stored Cross-Site Scripting in WP Job Portal plugin for WordPress up to version 2.4.4 allows authenticated attackers with Editor-level access or higher to inject arbitrary JavaScript into job description fields by exploiting explicit whitelisting of the <script> tag in the WPJOBPORTAL_ALLOWED_TAGS configuration. The injected scripts execute when users view affected job listings, enabling session hijacking, credential theft, and other malicious activities. Impact is limited to multi-site installations or sites with unfiltered_html disabled. CVSS score of 4.4 reflects the high privilege requirement (PR:H) and high attack complexity (AC:H), though the vulnerability affects a potentially large number of WordPress installations.
Technical ContextAI
The vulnerability stems from CWE-79 (Improper Neutralization of Input During Web Page Generation) in the WP Job Portal plugin's content filtering mechanism. The plugin explicitly whitelists the <script> HTML tag within its WPJOBPORTAL_ALLOWED_TAGS constant (visible in constants.php:L351), which overrides WordPress's standard content sanitization practices. When job descriptions are saved via the job creation/editing interface (modules/job/model.php:L1278), the plugin fails to adequately sanitize user input before storage. Upon rendering job listings (modules/job/tmpl/views/frontend/title.php:L231), these unfiltered scripts are executed in the context of user browsers. This design choice bypasses WordPress's protective mechanisms that normally strip executable content from user-generated post content, particularly in multi-site environments where individual sites have stricter content policies or where the unfiltered_html capability is deliberately disabled.
Affected ProductsAI
WP Job Portal plugin for WordPress in all versions up to and including 2.4.4 is affected. This includes legacy versions such as 2.3.9 (as evidenced by source code references to tags/2.3.9) through current trunk development versions prior to a security patch. The plugin is distributed through WordPress.org's plugin repository (plugins.trac.wordpress.org/browser/wp-job-portal/). Affected installations are specifically those operating as WordPress multi-site networks or single-site installations with the unfiltered_html capability disabled. According to Wordfence threat intelligence (referenced at https://www.wordfence.com/threat-intel/vulnerabilities/id/0c347b9f-d297-4cb5-9c4a-1001d845ed5a), this configuration affects a significant portion of enterprise and hosting-provider-managed WordPress deployments.
RemediationAI
Site administrators should immediately update the WP Job Portal plugin to a version released after 2.4.4, which will contain fixes for the WPJOBPORTAL_ALLOWED_TAGS whitelisting and improved input sanitization in the job description storage mechanism. As a temporary workaround prior to patching, disable Editor-level user access to the job creation and editing functionality, restricting job posting to Administrator accounts only, and review existing job postings for injected script content using the Wordfence malware scanner or manual inspection of the wp_postmeta table for suspicious content in job description fields. For multi-site networks, consider temporarily disabling the WP Job Portal plugin across all sites until a patched version is available. Organizations should monitor the official WordPress plugin repository at https://plugins.trac.wordpress.org/browser/wp-job-portal/ for release announcements and apply patches immediately upon availability.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The 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
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
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 Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today