The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2024-7950

CVE-2024-7950: WP Job Portal RCE Vulnerability

CVE-2024-7950 is a remote code execution flaw in WP Job Portal plugin that enables unauthenticated attackers to execute arbitrary code and create admin accounts. This article covers technical details, affected versions, and mitigation.

Published: March 31, 2026

CVE-2024-7950 Overview

The WP Job Portal – A Complete Recruitment System for Company or Job Board website plugin for WordPress contains critical vulnerabilities including Local File Inclusion (LFI), Arbitrary Settings Update, and unauthorized User Creation in all versions up to, and including, 2.1.6. These vulnerabilities exist in several functions called by the checkFormRequest function, allowing unauthenticated attackers to include and execute arbitrary files on the server.

Critical Impact

Unauthenticated attackers can achieve remote code execution, bypass access controls, obtain sensitive data, modify arbitrary plugin settings, and create administrator accounts even when user registration is disabled.

Affected Products

  • WP Job Portal WordPress plugin versions up to and including 2.1.6
  • WordPress installations running vulnerable versions of WP Job Portal
  • Wpjobportal Wp Job Portal

Discovery Timeline

  • September 4, 2024 - CVE-2024-7950 published to NVD
  • October 4, 2024 - Last updated in NVD database

Technical Details for CVE-2024-7950

Vulnerability Analysis

This vulnerability chain combines three distinct security flaws that work together to enable complete site compromise. The Local File Inclusion vulnerability allows attackers to include and execute arbitrary PHP files on the server, which can be leveraged to run malicious code. The Arbitrary Settings Update flaw permits unauthenticated modification of plugin configuration options, potentially disabling security features or altering critical functionality. The User Creation bypass enables attackers to register new accounts with Administrator privileges, even when user registration has been explicitly disabled by site administrators.

The vulnerability is particularly dangerous because it requires no authentication to exploit. Attackers can leverage these flaws to upload malicious content disguised as images or other "safe" file types, then include and execute them through the LFI vulnerability.

Root Cause

The root cause stems from insufficient input validation and missing authorization checks in the checkFormRequest function and its associated handlers. The plugin fails to properly sanitize user-supplied input before using it in file inclusion operations, and does not verify that requests originate from authenticated, authorized users before processing sensitive operations like settings updates and user creation.

Multiple vulnerable components have been identified including the form handler, includer module, plugin hooks, configuration controller, and user controller.

Attack Vector

The attack can be executed remotely over the network without requiring any authentication or user interaction. An attacker can craft malicious HTTP requests targeting the vulnerable checkFormRequest function to:

  1. Include local files containing PHP code (potentially uploaded earlier as images)
  2. Modify plugin settings to weaken security or enable further attacks
  3. Create new administrator accounts to establish persistent access

The vulnerability is exploited by manipulating parameters passed to the form handler functions. Since the plugin does not validate file paths or check user permissions, attackers can specify arbitrary file paths for inclusion or submit requests to modify settings and create users without proper authorization checks.

For detailed technical analysis, refer to the Wordfence Vulnerability Analysis.

Detection Methods for CVE-2024-7950

Indicators of Compromise

  • Unexpected administrator accounts in WordPress user database
  • Modified WP Job Portal plugin settings without authorized changes
  • Suspicious PHP files in upload directories disguised as images or other media types
  • Web server access logs showing requests to WP Job Portal endpoints with path traversal sequences (../)
  • New user registrations when registration is disabled at the site level

Detection Strategies

  • Monitor WordPress user creation events, particularly new administrator accounts
  • Implement Web Application Firewall (WAF) rules to detect path traversal attempts in request parameters
  • Review web server access logs for suspicious requests targeting /wp-content/plugins/wp-job-portal/ endpoints
  • Deploy file integrity monitoring to detect unauthorized changes to plugin settings and configuration files

Monitoring Recommendations

  • Enable WordPress audit logging to track settings changes and user creation events
  • Configure alerts for new administrator account creation
  • Monitor for file creation in upload directories with PHP content
  • Implement anomaly detection for unauthenticated requests to plugin administrative endpoints

How to Mitigate CVE-2024-7950

Immediate Actions Required

  • Update WP Job Portal plugin to version 2.1.7 or later immediately
  • Audit WordPress user accounts for any unauthorized administrator accounts created during the vulnerability window
  • Review and reset plugin settings to ensure no malicious modifications were made
  • Scan upload directories for suspicious PHP files or files with executable content
  • Review web server access logs for evidence of exploitation attempts

Patch Information

The vendor has released a security patch addressing these vulnerabilities. The fix is documented in WordPress Changeset #3138675. Site administrators should update to the latest version of WP Job Portal immediately through the WordPress plugin update mechanism.

Workarounds

  • If immediate patching is not possible, temporarily disable the WP Job Portal plugin until an update can be applied
  • Implement WAF rules to block requests containing path traversal sequences targeting the plugin
  • Restrict access to the WordPress admin area and plugin endpoints via IP allowlisting where feasible
  • Enable WordPress debug logging to capture suspicious activity for forensic analysis
bash
# Verify current WP Job Portal version and update via WP-CLI
wp plugin list --name=wp-job-portal --format=table
wp plugin update wp-job-portal

# Audit administrator accounts for suspicious entries
wp user list --role=administrator --format=table

# Check for recently created users
wp user list --format=table --fields=ID,user_login,user_email,user_registered,roles

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWp Job Portal

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.69%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-22

  • CWE-862
  • Technical References
  • WordPress Job Portal Form Handler

  • WordPress Job Portal Includer

  • WordPress Job Portal Hooks

  • WordPress Job Portal Configuration

  • WordPress Job Portal User Controller

  • WordPress Job Portal Frontend Form Field

  • Wordfence Vulnerability Analysis ID ca1d5275
  • Vendor Resources
  • WordPress Changeset #3138675
  • Related CVEs
  • CVE-2026-24941: WP Job Portal Auth Bypass Vulnerability

  • CVE-2026-24379: WP Job Portal Auth Bypass Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English