CVE-2026-24379

9.1 CRITICAL

📋 TL;DR

This CVE describes an authorization bypass vulnerability in the WP Job Portal WordPress plugin where attackers can manipulate user-controlled keys to access unauthorized resources. It affects all WordPress sites running WP Job Portal version 2.4.3 or earlier. The vulnerability allows attackers to bypass intended access controls and potentially view or modify data they shouldn't have access to.

💻 Affected Systems

Products:
  • WP Job Portal WordPress Plugin
Versions: All versions up to and including 2.4.3
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Affects all WordPress installations with the vulnerable plugin version installed and activated.

⚠️ Manual Verification Required

This CVE does not have specific version information in our database, so automatic vulnerability detection cannot determine if your system is affected.

Why? The CVE database entry doesn't specify which versions are vulnerable (no version ranges provided by the vendor/NVD).

🔒 Custom verification scripts are available for registered users. Sign up free to download automated test scripts.

Recommended Actions:
  1. Review the CVE details at NVD
  2. Check vendor security advisories for your specific version
  3. Test if the vulnerability is exploitable in your environment
  4. Consider updating to the latest version as a precaution

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers could access sensitive job applicant data, modify job listings, access administrative functions, or potentially compromise the entire WordPress installation.

🟠

Likely Case

Unauthorized access to job applications, resumes, and user data stored within the plugin, potentially leading to data theft or manipulation.

🟢

If Mitigated

Limited impact with proper network segmentation and additional authentication layers, though the core vulnerability remains.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ⚠️ Yes
Weaponized: LIKELY
Unauthenticated Exploit: ✅ No
Complexity: LOW

Exploitation requires some understanding of the plugin's API endpoints and parameter manipulation.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 2.4.4 or later

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/wp-job-portal/vulnerability/wordpress-wp-job-portal-plugin-2-4-3-insecure-direct-object-references-idor-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find WP Job Portal and click 'Update Now'. 4. Alternatively, download latest version from WordPress repository and manually update.

🔧 Temporary Workarounds

Temporary Plugin Deactivation

all

Disable the vulnerable plugin until patched

wp plugin deactivate wp-job-portal

Web Application Firewall Rules

all

Block suspicious parameter manipulation attempts

🧯 If You Can't Patch

  • Implement strict access controls and audit all plugin API endpoints
  • Deploy web application firewall with IDOR protection rules

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for WP Job Portal version

Check Version:

wp plugin get wp-job-portal --field=version

Verify Fix Applied:

Verify plugin version is 2.4.4 or higher in WordPress admin

📡 Detection & Monitoring

Log Indicators:

  • Unusual parameter manipulation in wp-job-portal API requests
  • Multiple failed authorization attempts on job portal endpoints

Network Indicators:

  • Unusual API calls to wp-job-portal endpoints with manipulated IDs
  • Requests bypassing normal authentication flows

SIEM Query:

source="wordpress" AND (uri="*wp-job-portal*" AND (param_manipulation OR id_manipulation))

🔗 References

📤 Share & Export