Skip to main content

WordPress CVE-2025-14467

MEDIUM
Cross-site Scripting (XSS) (CWE-79)
2025-12-12 security@wordfence.com
4.4
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
4.4 MEDIUM
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
Attack Vector
Network
Attack Complexity
High
Privileges Required
High
User Interaction
None
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None

Lifecycle Timeline

2
Analysis Generated
Apr 08, 2026 - 17:22 vuln.today
CVE Published
Dec 12, 2025 - 04:15 nvd
MEDIUM 4.4

DescriptionCVE.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.

CVE-2016-10045 CRITICAL POC
9.8 Dec 30

The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-11749 CRITICAL POC
9.8 Nov 05

The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-3495 CRITICAL POC
9.8 May 22

The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete

Share

CVE-2025-14467 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy