Skip to main content

WordPress CVE-2025-14293

MEDIUM
Path Traversal (CWE-22)
2025-12-11 security@wordfence.com
6.5
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
6.5 MEDIUM
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Lifecycle Timeline

2
Analysis Generated
Apr 08, 2026 - 18:38 vuln.today
CVE Published
Dec 11, 2025 - 21:15 nvd
MEDIUM 6.5

DescriptionCVE.org

The WP Job Portal plugin for WordPress is vulnerable to Arbitrary File Read in all versions up to, and including, 2.4.0 via the 'downloadCustomUploadedFile' function. This makes it possible for authenticated attackers, with Subscriber-level access and above, to read the contents of arbitrary files on the server, which can contain sensitive information.

AnalysisAI

WP Job Portal plugin for WordPress allows authenticated attackers with Subscriber-level access to read arbitrary files on the server through path traversal in the 'downloadCustomUploadedFile' function, potentially exposing sensitive configuration files, database credentials, or other confidential data. The vulnerability affects all versions up to and including 2.4.0, with CVSS 6.5 reflecting the high confidentiality impact but low attack complexity and requirement only for basic authenticated access.

Technical ContextAI

The vulnerability stems from inadequate input validation and path canonicalization in the 'downloadCustomUploadedFile' function within the WP Job Portal plugin's custom field module (CWE-22: Improper Limitation of a Pathname to a Restricted Directory). The function fails to properly sanitize user-supplied file path parameters before using them in file operations, allowing attackers to traverse the filesystem using relative path components (e.g., '../../../etc/passwd') to access files outside the intended upload directory. This is a classic path traversal vulnerability commonly found in file download/transfer functionality when basename() or similar checks are insufficient or bypassed. The plugin is a WordPress extension (CPE scope: wp-plugins/wp-job-portal), meaning it runs within the WordPress application context with access to server filesystem permissions granted to the web server process.

Affected ProductsAI

WP Job Portal plugin for WordPress versions 2.4.0 and earlier. The vulnerability resides in the 'downloadCustomUploadedFile' function within modules/customfield/model.php, as evidenced by source references to tags 2.3.9 and 2.4.1 in the official WordPress plugin repository. The plugin is distributed via the WordPress plugin directory (CPE: cpe:2.3:a:wp-job-portal:wp-job-portal:*:*:*:*:*:wordpress:*:*). Wordfence threat intelligence (https://www.wordfence.com/threat-intel/vulnerabilities/id/6dfcd264-39e3-44af-8e0e-5c35734524d0) provides additional context and vulnerability tracking.

RemediationAI

Site administrators should immediately upgrade WP Job Portal to version 2.4.1 or later, which includes fixes to properly validate and sanitize file path parameters in the downloadCustomUploadedFile function. Upgrade instructions are available through the WordPress plugin dashboard (Plugins > Updates) or via the official plugin repository. Until an update can be deployed, implement network-level access restrictions to limit file download functionality to trusted user roles, and consider disabling the custom upload feature temporarily if available through plugin settings. Additionally, review and restrict user registration permissions to prevent unauthenticated account creation, as Subscriber-level access is sufficient to exploit this vulnerability. Web server filesystem permissions should be audited to ensure the web server process cannot read sensitive files outside the intended wp-content/uploads directory. Monitor web server logs for suspicious '../' patterns or requests to modules/customfield/ endpoints.

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-14293 vulnerability details – vuln.today

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