What the vulnerability does
01Description
The Job Listings plugin for WordPress is vulnerable to Privilege Escalation due to improper authorization within the register_action() function in versions 0.1 to 0.1.1. The plugin’s registration handler reads the client-supplied $_POST['user_role'] and passes it directly to wp_insert_user() without restricting to a safe set of roles. This makes it possible for unauthenticated attackers to elevate their privileges to that of an administrator.
Explanation of Vulnerability in Simple Terms
02Summary
Job Listings versions 0.1 through 0.1.1 contain an improper access control vulnerability that allows unauthenticated attackers to read, modify, and delete data on affected sites. The vulnerability requires no user interaction and can be exploited over the network. Site administrators should update to a version newer than 0.1.1 immediately.
What an attacker can do
03Attacker Capabilities
Read, modify, or delete site data without authentication.
Potential impact on your site
04Site Impact
Attackers can access, alter, or destroy job listings and potentially other site data without logging in.
Conditions required to exploit
05Prerequisites
Network access only; no authentication or user interaction required.
Key dates
06Disclosure timeline
May 3, 2025
CVE published
May 6, 2025
Record updated