CVE-2025-3918 CRITICAL

CVE-2025-3918: Job Listings 0.1 - 0.1.1 - Unauthenticated Privilege Escalation via register_action Function

Vendor Nootheme
Product Job Listings
Weakness CWE-285
Published May 3, 2025
Last update May 6, 2025

CVSS base score

9.8/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality High
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

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