WP Job Portal <= 2.4.4 - Missing Authorization
Description
The WP Job Portal – AI-Powered Recruitment System for Company or Job Board website plugin for WordPress is vulnerable to unauthorized access due to a missing capability check on a function in all versions up to, and including, 2.4.4. This makes it possible for unauthenticated attackers to perform an unauthorized action.
CVSS Vector Breakdown
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:NTechnical Details
<=2.4.4What Changed in the Fix
Changes introduced in v2.4.5
Source Code
WordPress.org SVN# Exploitation Research Plan - CVE-2026-24941 (WP Job Portal <= 2.4.4) ## 1. Vulnerability Summary The **WP Job Portal** plugin (up to version 2.4.4) contains a **Missing Authorization** vulnerability in its user registration handling logic. Specifically, the function `wpjobportal_registration_save…
Show full research plan
Exploitation Research Plan - CVE-2026-24941 (WP Job Portal <= 2.4.4)
1. Vulnerability Summary
The WP Job Portal plugin (up to version 2.4.4) contains a Missing Authorization vulnerability in its user registration handling logic. Specifically, the function wpjobportal_registration_save in includes/wpjobportal-hooks.php fails to properly validate authorization and contains flawed nonce verification logic. This allows unauthenticated attackers to assign themselves specific plugin-defined roles (e.g., 'Employer') during registration, which may grant them unauthorized access to recruitment features or data management capabilities.
The flaw is particularly notable for an inverted nonce check: the logic that updates the user's role only executes if the provided nonce is invalid.
2. Attack Vector Analysis
- Endpoint:
wp-login.php?action=register(standard WordPress registration) - Hook:
user_registertriggerswpjobportal_registration_save. - Parameters:
jobs_role: The desired role ID (1for Employer,2for Job Seeker).wpjobportal_jobs_register_nonce: Any non-empty string that failswp_verify_nonce.
- Authentication: Unauthenticated.
- Preconditions: WordPress user registration must be enabled (
users_can_registeroption set to `
Check if your site is affected.
Run a free security audit to detect vulnerable plugins, outdated versions, and misconfigurations.